/*
! tailwindcss v3.4.1 | 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 */
  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,
[type='button'],
[type='reset'],
[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;
}

*, ::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(39 75 219 / 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:  ;
}

::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(39 75 219 / 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-container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .tw-container {
    max-width: 1536px;
  }
}
.label {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
a.label:hover,
  a.label:focus {
  cursor: pointer;
  text-decoration-line: none;
}
.label:empty {
  display: none;
}
.label-default {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.label-default[href]:hover,
  .label-default[href]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.label-primary {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(166 193 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.label-primary[href]:hover,
  .label-primary[href]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.label-success {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.label-success[href]:hover,
  .label-success[href]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.label-info {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.label-info[href]:hover,
  .label-info[href]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.label-warning {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.label-warning[href]:hover,
  .label-warning[href]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.label-danger {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.label-danger[href]:hover,
  .label-danger[href]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
a.text-primary:hover,
  a.text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
a.text-success:hover,
  a.text-success:focus {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-info {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
a.text-info:hover,
  a.text-info:focus {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
a.text-warning:hover,
  a.text-warning:focus {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
a.text-danger:hover,
  a.text-danger:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.pagination > li > a,
  .pagination > li > span {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.alert {
  z-index: 99999999999 !important;
  border-radius: 0.375rem;
  padding: 1rem;
}
.alert h4 {
  font-size: 0.9rem;
  font-weight: 600;
}
.alert .alert-link {
  font-weight: 600;
}
.alert-success {
  border-color: rgb(187 247 208 / 0.6);
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.alert-success h4 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.alert-success hr {
  border-top-width: 1px;
  border-color: rgb(187 247 208 / 0.8);
}
.alert-success .alert-link {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
/* info */
.alert-info {
  border-color: rgb(166 193 255 / 0.6);
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.alert-info h4 {
  --tw-text-opacity: 1;
  color: rgb(16 38 74 / var(--tw-text-opacity));
}
.alert-info hr {
  border-top-width: 1px;
  border-color: rgb(166 193 255 / 0.8);
}
.alert-info .alert-link {
  --tw-text-opacity: 1;
  color: rgb(16 38 74 / var(--tw-text-opacity));
}
/* warning */
.alert-warning {
  border-color: rgb(254 240 138 / 0.6);
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.alert-warning h4 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.alert-warning hr {
  border-top-width: 1px;
  border-color: rgb(254 240 138 / 0.8);
}
.alert-warning .alert-link {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
/* danger */
.alert-danger {
  border-color: rgb(254 202 202 / 0.6);
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.alert-danger h4 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.alert-danger hr {
  border-top-width: 1px;
  border-color: rgb(254 202 202 / 0.8);
}
.alert-danger .alert-link {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
/* float */
.alert.float-alert {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1031;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 24rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}
.alert.float-alert span[data-notify="icon"] {
  position: absolute;
  left: 17px;
  top: 52%;
  margin-top: -11px;
  display: block;
  font-size: 19px;
}
.alert.float-alert .alert-title {
  float: left;
  margin-left: 2rem;
  font-weight: 500;
}
.alert.float-alert .alert-title:where([dir="rtl"], [dir="rtl"] *) {
  float: right;
}
.alert.float-alert button.close {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  z-index: 1033;
  margin-top: -18px;
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  line-height: 11px;
  opacity: 0.4;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.alert-success.float-alert button.close {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.alert-info.float-alert button.close {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.alert-warning.float-alert button.close {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.alert-danger.float-alert button.close {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.alert.float-alert button.close:hover {
  opacity: 0.6;
}
.alert.float-alert .close ~ span {
    display: block;
    max-width: 89%;
  }
.btn,
  .btn-group > .btn {
  border-radius: 0.375rem;
  font-size: 13.45px;
  font-weight: 500;
  line-height: 20px;
}
.btn-xs,
  .btn-group > .btn-xs,
  .btn-group-xs > .btn {
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.btn-sm,
  .btn-group > .btn-sm,
  .btn-group-sm > .btn {
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 12px;
}
.btn-lg,
  .btn-group > .btn-lg,
  .btn-group-lg > .btn {
  font-size: 0.9rem;
}
[dir="rtl"] body .btn .caret:where([dir="ltr"], [dir="ltr"] *)span {
  margin-left: 0px;
  margin-right: 0.25rem;
}
.btn .caret:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.25rem !important;
}
.btn .caret:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.25rem;
}
.btn:focus,
  .btn:active,
  .btn.active,
  .btn:active:focus,
  .btn.active:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/* secondary */
.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.btn-secondary:focus,
  .btn-secondary.focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.btn-secondary:active,
  .btn-secondary.active,
  .open > .dropdown-toggle.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-secondary:active:hover,
  .btn-secondary.active:hover,
  .open > .dropdown-toggle.btn-secondary:hover,
  .btn-secondary:active:focus,
  .btn-secondary.active:focus,
  .open > .dropdown-toggle.btn-secondary:focus,
  .btn-secondary:active.focus,
  .btn-secondary.active.focus,
  .open > .dropdown-toggle.btn-secondary.focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-secondary.disabled:hover,
  .btn-secondary[disabled]:hover,
  fieldset[disabled] .btn-secondary:hover,
  .btn-secondary.disabled:focus,
  .btn-secondary[disabled]:focus,
  fieldset[disabled] .btn-secondary:focus,
  .btn-secondary.disabled.focus,
  .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary.focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn-secondary .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
/* default */
.btn-default {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.btn-default:focus,
  .btn-default.focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-default:active:hover,
  .btn-default.active:hover,
  .open > .dropdown-toggle.btn-default:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .open > .dropdown-toggle.btn-default:focus,
  .btn-default:active.focus,
  .btn-default.active.focus,
  .open > .dropdown-toggle.btn-default.focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn-default .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
/* info */
.btn-info {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-info:focus,
  .btn-info.focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-info:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-info:active:hover,
  .btn-info.active:hover,
  .open > .dropdown-toggle.btn-info:hover,
  .btn-info:active:focus,
  .btn-info.active:focus,
  .open > .dropdown-toggle.btn-info:focus,
  .btn-info:active.focus,
  .btn-info.active.focus,
  .open > .dropdown-toggle.btn-info.focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.btn-info .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
/* primary */
.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:focus,
  .btn-primary.focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-primary:active:hover,
  .btn-primary.active:hover,
  .open > .dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open > .dropdown-toggle.btn-primary.focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.btn-primary .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.btn-primary .caret {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
/* success */
.btn-success {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-success:focus,
  .btn-success.focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-success:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-success:active:hover,
  .btn-success.active:hover,
  .open > .dropdown-toggle.btn-success:hover,
  .btn-success:active:focus,
  .btn-success.active:focus,
  .open > .dropdown-toggle.btn-success:focus,
  .btn-success:active.focus,
  .btn-success.active.focus,
  .open > .dropdown-toggle.btn-success.focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.btn-success .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.btn-success .caret {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
/* warning */
.btn-warning {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-warning:focus,
  .btn-warning.focus {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-warning:active:hover,
  .btn-warning.active:hover,
  .open > .dropdown-toggle.btn-warning:hover,
  .btn-warning:active:focus,
  .btn-warning.active:focus,
  .open > .dropdown-toggle.btn-warning:focus,
  .btn-warning:active.focus,
  .btn-warning.active.focus,
  .open > .dropdown-toggle.btn-warning.focus {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.btn-warning .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.btn-warning .caret {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
/* danger */
.btn-danger {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-danger:focus,
  .btn-danger.focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-danger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-danger:active:hover,
  .btn-danger.active:hover,
  .open > .dropdown-toggle.btn-danger:hover,
  .btn-danger:active:focus,
  .btn-danger.active:focus,
  .open > .dropdown-toggle.btn-danger:focus,
  .btn-danger:active.focus,
  .btn-danger.active.focus,
  .open > .dropdown-toggle.btn-danger.focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.btn-danger .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.btn-danger .caret {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
textarea.form-control,
  select.form-control,
  input.form-control,
  input[type="text"],
  input[type="file"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder, input.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
textarea.form-control::placeholder,
  select.form-control::placeholder,
  input.form-control::placeholder,
  input[type="text"]::placeholder,
  input[type="file"]::placeholder,
  input[type="password"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="color"]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
textarea.form-control,
  select.form-control,
  input.form-control,
  input[type="text"],
  input[type="file"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
textarea.form-control:focus,
  select.form-control:focus,
  input.form-control:focus,
  input[type="text"]:focus,
  input[type="file"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 75 219 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
}
label,
  .control-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eef1f6;
    border-color: #d1dbe5;
    color: #8babcc;
    cursor: not-allowed;
  }
.has-error .checkbox,
  .has-error .checkbox-inline,
  .has-error .control-label,
  .has-error .help-block,
  .has-error .radio,
  .has-error .radio-inline,
  .has-error.checkbox label,
  .has-error.checkbox-inline label,
  .has-error.radio label,
  .has-error.radio-inline label {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.has-error .form-control {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.has-error .form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.has-error .input-group-addon {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.input-group > .input-group-btn > .btn:focus,
  .input-group > .input-group-btn > .btn:active {
  z-index: 20;
  border-color: transparent;
  --tw-ring-offset-width: 0px;
}
/* fix selectpicker in input group not rounded on left side */
.input-group-btn:first-child > select + .btn {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.input-group {
  height: auto;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.input-group input,
  .input-group button {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.input-group-addon {
    border: 1px solid #cbd5e1;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    color: #475569;
    border-radius: 0.375rem;
  }
[dir="rtl"] .input-group-btn:last-child > .btn,
  [dir="rtl"] .input-group-btn:last-child > .btn-group {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
[dir="rtl"] .input-group .form-control:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
[dir="rtl"] .input-group .input-group-addon {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-left: 1px solid #cbd5e1;
  }
[dir="rtl"].input-group-addon:last-child {
    border-left: 1px solid #cbd5e1;
  }
/* Checkbox and radio */
.checkbox {
    padding-left: 20px;
  }
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #e2e8f0;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #334155;
  }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
    /* outline: thin dotted;
    outline: 2px auto transparent;
    outline-offset: -10px; */
  }
.checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
.checkbox input[type="checkbox"]:checked + label::after,
  .checkbox input[type="radio"]:checked + label::after {
    font-family: "Glyphicons Halflings";
    content: "\e013";
  }
.checkbox input[type="checkbox"]:disabled + label,
  .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
.checkbox input[type="checkbox"]:disabled + label::before,
  .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
  }
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
  }
.checkbox.checkbox-inline {
    margin-top: 0;
  }
.checkbox-primary input[type="checkbox"]:checked + label::before,
  .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #1e3a8a;
    border-color: #1e3a8a;
  }
.checkbox-primary input[type="checkbox"]:checked + label::after,
  .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
  }
.checkbox-danger input[type="checkbox"]:checked + label::before,
  .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #dc2626;
    border-color: #dc2626;
  }
.checkbox-danger input[type="checkbox"]:checked + label::after,
  .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
  }
.checkbox-info input[type="checkbox"]:checked + label::before,
  .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #1e3a8a;
    border-color: #1e3a8a;
  }
.checkbox-info input[type="checkbox"]:checked + label::after,
  .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
  }
.checkbox-success input[type="checkbox"]:checked + label::before,
  .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #22c55e;
    border-color: #22c55e;
  }
.checkbox-success input[type="checkbox"]:checked + label::after,
  .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
  }
.radio {
    padding-left: 20px;
  }
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
  }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #334155;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
.radio input[type="radio"]:focus + label::before {
    outline: 0;
    /*
    outline: thin dotted;
    outline: 5px auto transparent;
    outline-offset: -5px; */
  }
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
  }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
  }
.radio.radio-inline {
    margin-top: 0;
  }
.radio-primary input[type="radio"] + label::after {
    background-color: #1e3a8a;
  }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1e3a8a;
  }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1e3a8a;
  }
.radio-danger input[type="radio"] + label::after {
    background-color: #dc2626;
  }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #dc2626;
  }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #dc2626;
  }
.radio-info input[type="radio"] + label::after {
    background-color: #1e3a8a;
  }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #1e3a8a;
  }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #1e3a8a;
  }
.radio-success input[type="radio"] + label::after {
    background-color: #22c55e;
  }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #22c55e;
  }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #22c55e;
  }
input[type="checkbox"].styled:checked + label:after,
  input[type="radio"].styled:checked + label:after {
    font-family: "Glyphicons Halflings";
    content: "\e013";
  }
input[type="checkbox"] .styled:checked + label::before,
  input[type="radio"] .styled:checked + label::before {
    color: #fff;
  }
input[type="checkbox"] .styled:checked + label::after,
  input[type="radio"] .styled:checked + label::after {
    color: #fff;
  }
.input-group-addon .checkbox,
  .input-group-addon .radio {
    margin: 0;
  }
.input-group-addon .checkbox label {
    padding-top: 2px;
  }
.input-group-addon .checkbox label::after {
    padding-top: 5px;
    padding-left: 2px;
  }
[dir="rtl"] .checkbox {
    padding-left: 0;
    padding-right: 20px;
  }
[dir="rtl"] .checkbox label {
    padding-right: 5px;
  }
[dir="rtl"] table .checkbox label {
    padding-right: 0;
  }
[dir="rtl"] .checkbox label::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
  }
[dir="rtl"] .checkbox label::after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 3px;
  }
[dir="rtl"] .radio {
    padding-left: 0;
    padding-right: 20px;
  }
[dir="rtl"] .radio label {
    padding-left: 0;
    padding-right: 5px;
  }
[dir="rtl"] .radio label::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
  }
[dir="rtl"] .radio label::after {
    left: auto;
    right: 3px;
    margin-left: 0;
    margin-right: -20px;
  }
.onoffswitch {
  position: relative;
  width: 40px;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding: 0px;
  line-height: 22px;
  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;
}
.onoffswitch-label::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 15px;
  margin: 2px;
  display: block;
  width: 20px;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  --tw-bg-opacity: 1;
  background-color: rgb(39 75 219 / var(--tw-bg-opacity));
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
  .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  --tw-border-opacity: 1;
  border-color: rgb(39 75 219 / var(--tw-border-opacity));
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label {
  opacity: 0.5;
}
.dropdown-menu {
    border: 0;
    z-index: 9000;
    margin-top: 0.75rem;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(15 23 42 / 0.05);
    --tw-ring-opacity: 0.05;
  }
.dropdown-menu:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown-menu .divider {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.dropdown-menu > li > a {
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.dropdown-header {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.9rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
/* sub */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    max-height: 500px;
    overflow-y: auto;
  }
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #94a3b8;
    margin-top: 5px;
    margin-right: -10px;
  }
.dropdown-submenu:hover > a:after {
    border-left-color: #64748b;
  }
.dropdown-submenu.pull-left {
    float: none;
  }
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px;
    margin-top: 0.2px;
    border-top-left-radius: 0;
  }
.dropdown-submenu.pull-left > .dropdown-menu li.active a:hover,
  .dropdown-submenu.pull-left > .dropdown-menu li a:hover,
  .dropdown-submenu.pull-left > .dropdown-menu li.active a {
    border-top-left-radius: 0;
  }
.dropdown-menu-right:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.progress {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[dir="rtl"] body span.progress-bar[data-percent="0.00"],[dir="rtl"] body span
  .progress-bar[data-percent="0"] {
  margin-left: 0px;
  margin-right: 0.25rem;
}
.progress-bar[data-percent="0.00"],
  .progress-bar[data-percent="0"] {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.progress.active .progress-bar,
  .progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
  }
.progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.progress-bar-success {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.progress-bar-info {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.progress-bar-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.progress-bar-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.progress-bar-default {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.progress-bar-mini {
  height: 0.375rem;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
.nav > li {
    position: relative;
    display: block;
  }
.nav > li > a {
  position: relative;
  display: block;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.nav > li.disabled > a {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
  cursor: not-allowed;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.nav .nav-divider {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.nav > li > a > img {
    max-width: none;
  }
.tab-separator {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.nav-tabs {
  margin-bottom: 1.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  background-color: transparent;
}
.nav-tabs > li {
    border-bottom: 0;
  }
.nav-tabs > li > a {
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.nav > li > a:hover,
  .nav > li > a:focus {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.nav-tabs > li > a:hover {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
  margin-bottom: 1px;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
[dir="rtl"] .fa-regular.nav-tabs > li a i.menu-icon, [dir="rtl"] .fa.nav-tabs > li a i.menu-icon {
  margin-left: 0.5rem;
  margin-right: 0px;
}
.nav-tabs > li a i.menu-icon {
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.nav-tabs > li a i.menu-icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem;
}
.nav-tabs > li > a:hover i.menu-icon {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.nav-tabs > li.active > a i.menu-icon,
  .nav-tabs > li.active > a:hover i.menu-icon,
  .nav-tabs > li.active > a:focus i.menu-icon {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
.nav-tabs.nav-justified > li {
    float: none;
  }
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
.nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
.nav-pills > li {
    float: left;
  }
.nav-pills > li > a {
    border-radius: 4px;
  }
.nav-pills > li + li {
    margin-left: 2px;
  }
.nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
  }
.nav-stacked > li {
    float: none;
  }
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
.nav-justified {
    width: 100%;
  }
.nav-justified > li {
    float: none;
  }
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
@media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
.nav-tabs-justified {
    border-bottom: 0;
  }
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
.nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
.tab-content > .tab-pane {
    display: none;
  }
.tab-content > .active {
    display: block;
  }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
/*  */
.navbar-pills-flat {
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.navbar-pills-flat > li > a {
  margin-bottom: 0px;
  margin-right: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.navbar-pills-flat > li:first-child a {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.navbar-pills-flat > li:last-child a {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.navbar-pills-flat > li > a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.navbar-pills-flat > li.active > a,
  .navbar-pills-flat > li.active > a:hover,
  .navbar-pills-flat > li.active > a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.navbar-pills-flat > li a i.menu-icon {
  margin-right: 1rem;
}
@media (max-width: 768px) {
    /* .nav-tabs > li {
      width: 100%;
    }

    .nav-tabs > li > a {
      border-radius: 0;
    } */
  }
.horizontal-scrollable-tabs .arrow-right {
  float: right;
}
.horizontal-scrollable-tabs .arrow-left {
  float: left;
}
.horizontal-scrollable-tabs .scroller {
  margin-bottom: 1px;
  display: none;
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.625rem;
  font-size: 0.86rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.horizontal-scrollable-tabs .scroller:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.horizontal-scrollable-tabs .scroller.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-x: auto;
  overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}
/* As it has a mobile focus the scrollbar is removed */
.horizontal-scrollable-tabs
    .horizontal-tabs
    .nav-tabs-horizontal::-webkit-scrollbar {
    width: 0 !important;
  }
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal > li {
  float: none;
  min-width: 50px;
  scroll-snap-align: end;
  scroll-snap-stop: normal;
  text-align: center;
}
.firefox .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
    overflow: -moz-scrollbars-none;
  }
.horizontal-scrollable-tabs
    .horizontal-tabs
    .nav-tabs-horizontal::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
.horizontal-scrollable-tabs .tabs-submenu-wrapper li {
    position: static;
  }
.horizontal-scrollable-tabs .tabs-submenu-wrapper {
    position: absolute;
    z-index: 10;
    display: none;
  }
.panel,
  .panel_s {
  margin-bottom: 25px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.panel-body {
  position: relative;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.panel-heading {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9rem;
  font-weight: 600;
  color: inherit;
}
.panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
.panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
.panel > .list-group:first-child .list-group-item:first-child,
  .panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.panel > .list-group:last-child .list-group-item:last-child,
  .panel
    > .panel-collapse
    > .list-group:last-child
    .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
.list-group + .panel-footer {
    border-top-width: 0;
  }
.panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
.panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }
.panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.panel > .table:first-child > thead:first-child > tr:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
  .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
  .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
  .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 0.375rem;
  }
.panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
  .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
  .panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
  .panel
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 0.375rem;
  }
.panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
.panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 0.375rem;
  }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 0.375rem;
  }
.panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #e2e8f0;
  }
.panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
.panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
.panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
.panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
.panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
.panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
.panel-group {
    margin-bottom: 20px;
  }
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
.panel-group .panel + .panel {
    margin-top: 5px;
  }
.panel-group .panel-heading {
    border-bottom: 0;
  }
.panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #e2e8f0;
  }
.panel-group .panel-footer {
    border-top: 0;
  }
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #e2e8f0;
  }
.panel-default {
    border-color: #e2e8f0;
  }
.panel-default > .panel-heading {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e2e8f0;
  }
.panel-default > .panel-heading .badge {
    /* color: #f5f5f5; */
    /* background-color: #333333; */
  }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e2e8f0;
  }
.panel-primary {
    border: 0;
  }
.panel-primary > .panel-heading {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    /* border-top-color: #337ab7; */
  }
.panel-primary > .panel-heading .badge {
    /* color: #337ab7; */
    /* background-color: #fff; */
  }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    /* border-bottom-color: #337ab7; */
  }
.panel-success {
    border: 0;
  }
.panel-success > .panel-heading {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    /* border-top-color: #d6e9c6; */
  }
.panel-success > .panel-heading .badge {
    /* color: #dff0d8; */
    /* background-color: #3c763d; */
  }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    /* border-bottom-color: #d6e9c6; */
  }
.panel-info {
    border: 0;
  }
.panel-info > .panel-heading {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    /* border-top-color: #bce8f1; */
  }
.panel-info > .panel-heading .badge {
    /* color: #d9edf7; */
    /* background-color: #31708f; */
  }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    /* border-bottom-color: #bce8f1; */
  }
.panel-warning {
    border: 0;
  }
.panel-warning > .panel-heading {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    /* border-top-color: #faebcc; */
  }
.panel-warning > .panel-heading .badge {
    /* color: #fcf8e3; */
    /* background-color: #8a6d3b; */
  }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    /* border-bottom-color: #faebcc; */
  }
.panel-danger {
    border: 0;
  }
.panel-danger > .panel-heading {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    /* border-top-color: #ebccd1; */
  }
.panel-danger > .panel-heading .badge {
    /* color: #f2dede; */
    /* background-color: #a94442; */
  }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    /* border-bottom-color: #ebccd1; */
  }
.badge {
  display: inline;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.blur-box {
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08), 0 14px 35px rgba(0, 0, 0, 0.08);
    }
.h1 .small,
  .h1 small,
  .h2 .small,
  .h2 small,
  .h3 .small,
  .h3 small,
  .h4 .small,
  .h4 small,
  .h5 .small,
  .h5 small,
  .h6 .small,
  .h6 small,
  h1 .small,
  h1 small,
  h2 .small,
  h2 small,
  h3 .small,
  h3 small,
  h4 .small,
  h4 small,
  h5 .small,
  h5 small,
  h6 .small,
  h6 small {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.sidebar .nav > li.active > a {
  border-radius: 0.75rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(9 26 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 195 23 / var(--tw-text-opacity));
}
.sidebar .nav li a {
  border-radius: 0.75rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
}
body .btn-primary {
    color: #efc317;
    /*border-color: #1c1c4c;*/
    /*background: #212175;*/
  }
body .sidebar {
  }
body .btn:not(.dropdown-toggle) , body .btn, .btn-group > .btn {
  border-radius: 9999px;
}
body .panel-body, body .panel_s, body .top_stats_wrapper {
  border-radius: 1.5rem;
}
[dir="rtl"] .fa-regular.tw-mr-2, [dir="rtl"] .fa.tw-mr-2 {
  margin-left: 0.5rem;
  margin-right: 0px;
}
[dir="rtl"] body span.tw-ml-1 {
  margin-left: 0px;
  margin-right: 0.25rem;
}
body .alert {
  border-radius: 1.5rem;
}
select.form-control, input.form-control, input[type="text"], input[type="file"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border-radius: 1.5rem;
}
body .navbar-pills-flat {
    border-radius: 18px;
  }
[dir="rtl"] body #header {
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
  }
a {
    text-decoration: none !important;
    outline: none !important;
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity));
  }
a:focus {
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
a.disabled {
    pointer-events: none;
  }
.bold,
  b,
  strong {
  font-weight: 600;
}
.small,
  small {
  font-size: 0.8rem;
}
.caret {
    border: solid #1e293b;
    border-style: solid !important;
    border-width: 0 1px 1px 0 !important;
    padding: 3px;
    transform: rotate(45deg);
    margin-top: -5.3px;
  }
[dir="rtl"] .caret {
    margin-right: 10px;
  }
.dropup .caret {
    border-width: 0 1px 1px 0 !important;
    transform: rotate(-135deg);
  }
.dropup.btn-group .caret {
    margin-top: 0;
  }
.fc-media-screen .fc-timegrid-event {
    min-height: 33px;
  }
.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.tw-pointer-events-none {
  pointer-events: none;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-inset-2 {
  inset: 0.5rem;
}
.tw-inset-4 {
  inset: 1rem;
}
.tw-inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-tw-right-1 {
  right: -0.25rem;
}
.-tw-right-1\.5 {
  right: -0.375rem;
}
.-tw-right-3 {
  right: -0.75rem;
}
.-tw-top-2 {
  top: -0.5rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-bottom-3 {
  bottom: 0.75rem;
}
.tw-bottom-4 {
  bottom: 1rem;
}
.tw-bottom-8 {
  bottom: 2rem;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-0\.5 {
  left: 0.125rem;
}
.tw-left-1\/3 {
  left: 33.333333%;
}
.tw-left-1\/4 {
  left: 25%;
}
.tw-left-2 {
  left: 0.5rem;
}
.tw-left-3 {
  left: 0.75rem;
}
.tw-left-4 {
  left: 1rem;
}
.tw-left-6 {
  left: 1.5rem;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-1 {
  right: 0.25rem;
}
.tw-right-1\/4 {
  right: 25%;
}
.tw-right-10 {
  right: 2.5rem;
}
.tw-right-2 {
  right: 0.5rem;
}
.tw-right-4 {
  right: 1rem;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-0\.5 {
  top: 0.125rem;
}
.tw-top-1 {
  top: 0.25rem;
}
.tw-top-1\.5 {
  top: 0.375rem;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-2 {
  top: 0.5rem;
}
.tw-top-2\.5 {
  top: 0.625rem;
}
.tw-top-20 {
  top: 5rem;
}
.tw-top-3 {
  top: 0.75rem;
}
.tw-top-4 {
  top: 1rem;
}
.tw-top-6 {
  top: 1.5rem;
}
.tw-top-9 {
  top: 2.25rem;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-40 {
  z-index: 40;
}
.tw-z-50 {
  z-index: 50;
}
.tw-order-first {
  order: -9999;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-col-span-3 {
  grid-column: span 3 / span 3;
}
.tw-col-span-6 {
  grid-column: span 6 / span 6;
}
.tw-m-0 {
  margin: 0px;
}
.tw-m-2 {
  margin: 0.5rem;
}
.tw-m-4 {
  margin: 1rem;
}
.tw-m-auto {
  margin: auto;
}
.\!tw-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.-tw-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-tw-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-tw-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-tw-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.-tw-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-tw-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-tw-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.tw-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!tw-mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!tw-mt-0 {
  margin-top: 0px !important;
}
.-tw-mb-0 {
  margin-bottom: -0px;
}
.-tw-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-tw-mb-1 {
  margin-bottom: -0.25rem;
}
.-tw-mb-6 {
  margin-bottom: -1.5rem;
}
.-tw-mt-1 {
  margin-top: -0.25rem;
}
.-tw-mt-1\.5 {
  margin-top: -0.375rem;
}
.-tw-mt-2 {
  margin-top: -0.5rem;
}
.-tw-mt-5 {
  margin-top: -1.25rem;
}
.-tw-mt-8 {
  margin-top: -2rem;
}
.-tw-mt-px {
  margin-top: -1px;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-0\.5 {
  margin-bottom: 0.125rem;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem;
}
.tw-mb-10 {
  margin-bottom: 2.5rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-1\.5 {
  margin-left: 0.375rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-2\.5 {
  margin-left: 0.625rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-5 {
  margin-left: 1.25rem;
}
.tw-ml-7 {
  margin-left: 1.75rem;
}
.tw-ml-9 {
  margin-left: 2.25rem;
}
.tw-mr-0 {
  margin-right: 0px;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-1\.5 {
  margin-right: 0.375rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-2\.5 {
  margin-right: 0.625rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-5 {
  margin-right: 1.25rem;
}
.tw-mr-\[23px\] {
  margin-right: 23px;
}
.tw-mr-auto {
  margin-right: auto;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-0\.5 {
  margin-top: 0.125rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-1\.5 {
  margin-top: 0.375rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-2\.5 {
  margin-top: 0.625rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-7 {
  margin-top: 1.75rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-9 {
  margin-top: 2.25rem;
}
.tw-mt-\[63px\] {
  margin-top: 63px;
}
.tw-mt-\[64px\] {
  margin-top: 64px;
}
.tw-mt-auto {
  margin-top: auto;
}
.tw-mt-px {
  margin-top: 1px;
}
.\!tw-ml-2 {
  margin-left: 0.5rem !important;
}
.tw-line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tw-line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-inline {
  display: inline;
}
.\!tw-flex {
  display: flex !important;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.\!tw-hidden {
  display: none !important;
}
.tw-hidden {
  display: none;
}
.\!tw-h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.tw-h-0 {
  height: 0px;
}
.tw-h-0\.5 {
  height: 0.125rem;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-2\.5 {
  height: 0.625rem;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-24 {
  height: 6rem;
}
.tw-h-3 {
  height: 0.75rem;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-48 {
  height: 12rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-64 {
  height: 16rem;
}
.tw-h-7 {
  height: 1.75rem;
}
.tw-h-72 {
  height: 18rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-\[280px\] {
  height: 280px;
}
.tw-h-\[350px\] {
  height: 350px;
}
.tw-h-\[40px\] {
  height: 40px;
}
.tw-h-\[420px\] {
  height: 420px;
}
.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.tw-h-full {
  height: 100%;
}
.tw-h-screen {
  height: 100vh;
}
.tw-max-h-32 {
  max-height: 8rem;
}
.tw-max-h-\[600px\] {
  max-height: 600px;
}
.tw-max-h-\[90vh\] {
  max-height: 90vh;
}
.tw-max-h-\[95px\] {
  max-height: 95px;
}
.tw-min-h-0 {
  min-height: 0px;
}
.tw-min-h-\[18px\] {
  min-height: 18px;
}
.tw-min-h-\[400px\] {
  min-height: 400px;
}
.tw-min-h-\[80px\] {
  min-height: 80px;
}
.tw-min-h-screen {
  min-height: 100vh;
}
.\!tw-w-28 {
  width: 7rem !important;
}
.tw-w-1 {
  width: 0.25rem;
}
.tw-w-10 {
  width: 2.5rem;
}
.tw-w-12 {
  width: 3rem;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-2 {
  width: 0.5rem;
}
.tw-w-20 {
  width: 5rem;
}
.tw-w-24 {
  width: 6rem;
}
.tw-w-3 {
  width: 0.75rem;
}
.tw-w-32 {
  width: 8rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-48 {
  width: 12rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-56 {
  width: 14rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-64 {
  width: 16rem;
}
.tw-w-7 {
  width: 1.75rem;
}
.tw-w-72 {
  width: 18rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-80 {
  width: 20rem;
}
.tw-w-9 {
  width: 2.25rem;
}
.tw-w-96 {
  width: 24rem;
}
.tw-w-full {
  width: 100%;
}
.tw-w-max {
  width: -moz-max-content;
  width: max-content;
}
.tw-min-w-0 {
  min-width: 0px;
}
.tw-min-w-\[18px\] {
  min-width: 18px;
}
.tw-min-w-full {
  min-width: 100%;
}
.tw-min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.\!tw-max-w-xs {
  max-width: 20rem !important;
}
.tw-max-w-2xl {
  max-width: 42rem;
}
.tw-max-w-3xl {
  max-width: 48rem;
}
.tw-max-w-6xl {
  max-width: 72rem;
}
.tw-max-w-7xl {
  max-width: 80rem;
}
.tw-max-w-lg {
  max-width: 32rem;
}
.tw-max-w-md {
  max-width: 28rem;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-max-w-xl {
  max-width: 36rem;
}
.tw-max-w-xs {
  max-width: 20rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-auto {
  flex: 1 1 auto;
}
.tw-flex-shrink-0 {
  flex-shrink: 0;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-grow {
  flex-grow: 1;
}
.tw-table-fixed {
  table-layout: fixed;
}
.tw-border-collapse {
  border-collapse: collapse;
}
.tw--translate-x-16 {
  --tw-translate-x: -4rem;
  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));
}
.tw--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));
}
.tw--translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-20 {
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-16 {
  --tw-translate-y: 4rem;
  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));
}
.tw-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes tw-bounce {

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

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.tw-animate-bounce {
  animation: tw-bounce 1s infinite;
}
@keyframes tw-ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.tw-animate-ping {
  animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes tw-pulse {

  50% {
    opacity: .5;
  }
}
.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes tw-spin {

  to {
    transform: rotate(360deg);
  }
}
.tw-animate-spin {
  animation: tw-spin 1s linear infinite;
}
.tw-cursor-context-menu {
  cursor: context-menu;
}
.tw-cursor-help {
  cursor: help;
}
.tw-cursor-move {
  cursor: move;
}
.tw-cursor-not-allowed {
  cursor: not-allowed;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-cursor-text {
  cursor: text;
}
.tw-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.tw-resize-none {
  resize: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-items-baseline {
  align-items: baseline;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.tw-gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.tw-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.tw-gap-y-16 {
  row-gap: 4rem;
}
.tw-gap-y-4 {
  row-gap: 1rem;
}
.tw-gap-y-5 {
  row-gap: 1.25rem;
}
.-tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.tw-divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity));
}
.tw-divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}
.tw-divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity));
}
.tw-self-start {
  align-self: flex-start;
}
.tw-self-end {
  align-self: flex-end;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-scroll {
  overflow: scroll;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-x-hidden {
  overflow-x: hidden;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-text-ellipsis {
  text-overflow: ellipsis;
}
.tw-text-clip {
  text-overflow: clip;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-text-wrap {
  text-wrap: wrap;
}
.tw-text-nowrap {
  text-wrap: nowrap;
}
.tw-text-balance {
  text-wrap: balance;
}
.tw-text-pretty {
  text-wrap: pretty;
}
.tw-break-words {
  overflow-wrap: break-word;
}
.\!tw-rounded-lg {
  border-radius: 0.5rem !important;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-3xl {
  border-radius: 1.5rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-sm {
  border-radius: 0.125rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.\!tw-border-0 {
  border-width: 0px !important;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-b-0 {
  border-bottom-width: 0px;
}
.tw-border-b-2 {
  border-bottom-width: 2px;
}
.tw-border-l {
  border-left-width: 1px;
}
.tw-border-l-0 {
  border-left-width: 0px;
}
.tw-border-l-4 {
  border-left-width: 4px;
}
.tw-border-r {
  border-right-width: 1px;
}
.tw-border-r-0 {
  border-right-width: 0px;
}
.tw-border-r-2 {
  border-right-width: 2px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-t-0 {
  border-top-width: 0px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-dashed {
  border-style: dashed;
}
.tw-border-none {
  border-style: none;
}
.tw-border-\[\#0072bc\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 114 188 / var(--tw-border-opacity));
}
.tw-border-\[\#BDC3C7\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 195 199 / var(--tw-border-opacity));
}
.tw-border-\[\#f0c316\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 195 22 / var(--tw-border-opacity));
}
.tw-border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(166 193 255 / var(--tw-border-opacity));
}
.tw-border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(89 139 255 / var(--tw-border-opacity));
}
.tw-border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(51 102 255 / var(--tw-border-opacity));
}
.tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(39 75 219 / var(--tw-border-opacity));
}
.tw-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tw-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.tw-border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.tw-border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.tw-border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.tw-border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.tw-border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.tw-border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.tw-border-neutral-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.tw-border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.tw-border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.tw-border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.tw-border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.tw-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.tw-border-transparent {
  border-color: transparent;
}
.tw-border-warning-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.tw-border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.tw-border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.tw-border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.tw-border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.tw-border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.\!tw-bg-danger-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.\!tw-bg-warning-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}
.tw-bg-\[\#0072bc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 188 / var(--tw-bg-opacity));
}
.tw-bg-\[\#03c9d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 201 213 / var(--tw-bg-opacity));
}
.tw-bg-\[\#05a8f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 168 240 / var(--tw-bg-opacity));
}
.tw-bg-\[\#0f172a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.tw-bg-\[\#12b981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 185 129 / var(--tw-bg-opacity));
}
.tw-bg-\[\#1c1c4c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 76 / var(--tw-bg-opacity));
}
.tw-bg-\[\#535c68\] {
  --tw-bg-opacity: 1;
  background-color: rgb(83 92 104 / var(--tw-bg-opacity));
}
.tw-bg-\[\#6ee7b7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.tw-bg-\[\#E74C3C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 76 60 / var(--tw-bg-opacity));
}
.tw-bg-\[\#EBF5FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 251 / var(--tw-bg-opacity));
}
.tw-bg-\[\#ECF0F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 241 / var(--tw-bg-opacity));
}
.tw-bg-\[\#F8F9FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.tw-bg-\[\#F8FAFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.tw-bg-\[\#a5b5fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(165 181 251 / var(--tw-bg-opacity));
}
.tw-bg-\[\#d3ae19\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 25 / var(--tw-bg-opacity));
}
.tw-bg-\[\#e6f0f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 246 / var(--tw-bg-opacity));
}
.tw-bg-\[\#ef4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.tw-bg-\[\#f0c316\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 195 22 / var(--tw-bg-opacity));
}
.tw-bg-\[\#f59e0c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 12 / var(--tw-bg-opacity));
}
.tw-bg-\[\#f97315\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 21 / var(--tw-bg-opacity));
}
.tw-bg-\[\#fda5a5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 165 165 / var(--tw-bg-opacity));
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.tw-bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.tw-bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.tw-bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.tw-bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.tw-bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.tw-bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.tw-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.tw-bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.tw-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.tw-bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.tw-bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.tw-bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.tw-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.tw-bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.tw-bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.tw-bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.tw-bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.tw-bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.tw-bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.tw-bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.tw-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
}
.tw-bg-blue-100\/0 {
  background-color: rgb(217 226 255 / 0);
}
.tw-bg-blue-100\/10 {
  background-color: rgb(217 226 255 / 0.1);
}
.tw-bg-blue-100\/100 {
  background-color: rgb(217 226 255 / 1);
}
.tw-bg-blue-100\/15 {
  background-color: rgb(217 226 255 / 0.15);
}
.tw-bg-blue-100\/20 {
  background-color: rgb(217 226 255 / 0.2);
}
.tw-bg-blue-100\/25 {
  background-color: rgb(217 226 255 / 0.25);
}
.tw-bg-blue-100\/30 {
  background-color: rgb(217 226 255 / 0.3);
}
.tw-bg-blue-100\/35 {
  background-color: rgb(217 226 255 / 0.35);
}
.tw-bg-blue-100\/40 {
  background-color: rgb(217 226 255 / 0.4);
}
.tw-bg-blue-100\/45 {
  background-color: rgb(217 226 255 / 0.45);
}
.tw-bg-blue-100\/5 {
  background-color: rgb(217 226 255 / 0.05);
}
.tw-bg-blue-100\/50 {
  background-color: rgb(217 226 255 / 0.5);
}
.tw-bg-blue-100\/55 {
  background-color: rgb(217 226 255 / 0.55);
}
.tw-bg-blue-100\/60 {
  background-color: rgb(217 226 255 / 0.6);
}
.tw-bg-blue-100\/65 {
  background-color: rgb(217 226 255 / 0.65);
}
.tw-bg-blue-100\/70 {
  background-color: rgb(217 226 255 / 0.7);
}
.tw-bg-blue-100\/75 {
  background-color: rgb(217 226 255 / 0.75);
}
.tw-bg-blue-100\/80 {
  background-color: rgb(217 226 255 / 0.8);
}
.tw-bg-blue-100\/85 {
  background-color: rgb(217 226 255 / 0.85);
}
.tw-bg-blue-100\/90 {
  background-color: rgb(217 226 255 / 0.9);
}
.tw-bg-blue-100\/95 {
  background-color: rgb(217 226 255 / 0.95);
}
.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 193 255 / var(--tw-bg-opacity));
}
.tw-bg-blue-200\/0 {
  background-color: rgb(166 193 255 / 0);
}
.tw-bg-blue-200\/10 {
  background-color: rgb(166 193 255 / 0.1);
}
.tw-bg-blue-200\/100 {
  background-color: rgb(166 193 255 / 1);
}
.tw-bg-blue-200\/15 {
  background-color: rgb(166 193 255 / 0.15);
}
.tw-bg-blue-200\/20 {
  background-color: rgb(166 193 255 / 0.2);
}
.tw-bg-blue-200\/25 {
  background-color: rgb(166 193 255 / 0.25);
}
.tw-bg-blue-200\/30 {
  background-color: rgb(166 193 255 / 0.3);
}
.tw-bg-blue-200\/35 {
  background-color: rgb(166 193 255 / 0.35);
}
.tw-bg-blue-200\/40 {
  background-color: rgb(166 193 255 / 0.4);
}
.tw-bg-blue-200\/45 {
  background-color: rgb(166 193 255 / 0.45);
}
.tw-bg-blue-200\/5 {
  background-color: rgb(166 193 255 / 0.05);
}
.tw-bg-blue-200\/50 {
  background-color: rgb(166 193 255 / 0.5);
}
.tw-bg-blue-200\/55 {
  background-color: rgb(166 193 255 / 0.55);
}
.tw-bg-blue-200\/60 {
  background-color: rgb(166 193 255 / 0.6);
}
.tw-bg-blue-200\/65 {
  background-color: rgb(166 193 255 / 0.65);
}
.tw-bg-blue-200\/70 {
  background-color: rgb(166 193 255 / 0.7);
}
.tw-bg-blue-200\/75 {
  background-color: rgb(166 193 255 / 0.75);
}
.tw-bg-blue-200\/80 {
  background-color: rgb(166 193 255 / 0.8);
}
.tw-bg-blue-200\/85 {
  background-color: rgb(166 193 255 / 0.85);
}
.tw-bg-blue-200\/90 {
  background-color: rgb(166 193 255 / 0.9);
}
.tw-bg-blue-200\/95 {
  background-color: rgb(166 193 255 / 0.95);
}
.tw-bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 139 255 / var(--tw-bg-opacity));
}
.tw-bg-blue-300\/0 {
  background-color: rgb(89 139 255 / 0);
}
.tw-bg-blue-300\/10 {
  background-color: rgb(89 139 255 / 0.1);
}
.tw-bg-blue-300\/100 {
  background-color: rgb(89 139 255 / 1);
}
.tw-bg-blue-300\/15 {
  background-color: rgb(89 139 255 / 0.15);
}
.tw-bg-blue-300\/20 {
  background-color: rgb(89 139 255 / 0.2);
}
.tw-bg-blue-300\/25 {
  background-color: rgb(89 139 255 / 0.25);
}
.tw-bg-blue-300\/30 {
  background-color: rgb(89 139 255 / 0.3);
}
.tw-bg-blue-300\/35 {
  background-color: rgb(89 139 255 / 0.35);
}
.tw-bg-blue-300\/40 {
  background-color: rgb(89 139 255 / 0.4);
}
.tw-bg-blue-300\/45 {
  background-color: rgb(89 139 255 / 0.45);
}
.tw-bg-blue-300\/5 {
  background-color: rgb(89 139 255 / 0.05);
}
.tw-bg-blue-300\/50 {
  background-color: rgb(89 139 255 / 0.5);
}
.tw-bg-blue-300\/55 {
  background-color: rgb(89 139 255 / 0.55);
}
.tw-bg-blue-300\/60 {
  background-color: rgb(89 139 255 / 0.6);
}
.tw-bg-blue-300\/65 {
  background-color: rgb(89 139 255 / 0.65);
}
.tw-bg-blue-300\/70 {
  background-color: rgb(89 139 255 / 0.7);
}
.tw-bg-blue-300\/75 {
  background-color: rgb(89 139 255 / 0.75);
}
.tw-bg-blue-300\/80 {
  background-color: rgb(89 139 255 / 0.8);
}
.tw-bg-blue-300\/85 {
  background-color: rgb(89 139 255 / 0.85);
}
.tw-bg-blue-300\/90 {
  background-color: rgb(89 139 255 / 0.9);
}
.tw-bg-blue-300\/95 {
  background-color: rgb(89 139 255 / 0.95);
}
.tw-bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 255 / var(--tw-bg-opacity));
}
.tw-bg-blue-400\/0 {
  background-color: rgb(51 102 255 / 0);
}
.tw-bg-blue-400\/10 {
  background-color: rgb(51 102 255 / 0.1);
}
.tw-bg-blue-400\/100 {
  background-color: rgb(51 102 255 / 1);
}
.tw-bg-blue-400\/15 {
  background-color: rgb(51 102 255 / 0.15);
}
.tw-bg-blue-400\/20 {
  background-color: rgb(51 102 255 / 0.2);
}
.tw-bg-blue-400\/25 {
  background-color: rgb(51 102 255 / 0.25);
}
.tw-bg-blue-400\/30 {
  background-color: rgb(51 102 255 / 0.3);
}
.tw-bg-blue-400\/35 {
  background-color: rgb(51 102 255 / 0.35);
}
.tw-bg-blue-400\/40 {
  background-color: rgb(51 102 255 / 0.4);
}
.tw-bg-blue-400\/45 {
  background-color: rgb(51 102 255 / 0.45);
}
.tw-bg-blue-400\/5 {
  background-color: rgb(51 102 255 / 0.05);
}
.tw-bg-blue-400\/50 {
  background-color: rgb(51 102 255 / 0.5);
}
.tw-bg-blue-400\/55 {
  background-color: rgb(51 102 255 / 0.55);
}
.tw-bg-blue-400\/60 {
  background-color: rgb(51 102 255 / 0.6);
}
.tw-bg-blue-400\/65 {
  background-color: rgb(51 102 255 / 0.65);
}
.tw-bg-blue-400\/70 {
  background-color: rgb(51 102 255 / 0.7);
}
.tw-bg-blue-400\/75 {
  background-color: rgb(51 102 255 / 0.75);
}
.tw-bg-blue-400\/80 {
  background-color: rgb(51 102 255 / 0.8);
}
.tw-bg-blue-400\/85 {
  background-color: rgb(51 102 255 / 0.85);
}
.tw-bg-blue-400\/90 {
  background-color: rgb(51 102 255 / 0.9);
}
.tw-bg-blue-400\/95 {
  background-color: rgb(51 102 255 / 0.95);
}
.tw-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity));
}
.tw-bg-blue-50\/0 {
  background-color: rgb(240 243 255 / 0);
}
.tw-bg-blue-50\/10 {
  background-color: rgb(240 243 255 / 0.1);
}
.tw-bg-blue-50\/100 {
  background-color: rgb(240 243 255 / 1);
}
.tw-bg-blue-50\/15 {
  background-color: rgb(240 243 255 / 0.15);
}
.tw-bg-blue-50\/20 {
  background-color: rgb(240 243 255 / 0.2);
}
.tw-bg-blue-50\/25 {
  background-color: rgb(240 243 255 / 0.25);
}
.tw-bg-blue-50\/30 {
  background-color: rgb(240 243 255 / 0.3);
}
.tw-bg-blue-50\/35 {
  background-color: rgb(240 243 255 / 0.35);
}
.tw-bg-blue-50\/40 {
  background-color: rgb(240 243 255 / 0.4);
}
.tw-bg-blue-50\/45 {
  background-color: rgb(240 243 255 / 0.45);
}
.tw-bg-blue-50\/5 {
  background-color: rgb(240 243 255 / 0.05);
}
.tw-bg-blue-50\/50 {
  background-color: rgb(240 243 255 / 0.5);
}
.tw-bg-blue-50\/55 {
  background-color: rgb(240 243 255 / 0.55);
}
.tw-bg-blue-50\/60 {
  background-color: rgb(240 243 255 / 0.6);
}
.tw-bg-blue-50\/65 {
  background-color: rgb(240 243 255 / 0.65);
}
.tw-bg-blue-50\/70 {
  background-color: rgb(240 243 255 / 0.7);
}
.tw-bg-blue-50\/75 {
  background-color: rgb(240 243 255 / 0.75);
}
.tw-bg-blue-50\/80 {
  background-color: rgb(240 243 255 / 0.8);
}
.tw-bg-blue-50\/85 {
  background-color: rgb(240 243 255 / 0.85);
}
.tw-bg-blue-50\/90 {
  background-color: rgb(240 243 255 / 0.9);
}
.tw-bg-blue-50\/95 {
  background-color: rgb(240 243 255 / 0.95);
}
.tw-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 75 219 / var(--tw-bg-opacity));
}
.tw-bg-blue-500\/0 {
  background-color: rgb(39 75 219 / 0);
}
.tw-bg-blue-500\/10 {
  background-color: rgb(39 75 219 / 0.1);
}
.tw-bg-blue-500\/100 {
  background-color: rgb(39 75 219 / 1);
}
.tw-bg-blue-500\/15 {
  background-color: rgb(39 75 219 / 0.15);
}
.tw-bg-blue-500\/20 {
  background-color: rgb(39 75 219 / 0.2);
}
.tw-bg-blue-500\/25 {
  background-color: rgb(39 75 219 / 0.25);
}
.tw-bg-blue-500\/30 {
  background-color: rgb(39 75 219 / 0.3);
}
.tw-bg-blue-500\/35 {
  background-color: rgb(39 75 219 / 0.35);
}
.tw-bg-blue-500\/40 {
  background-color: rgb(39 75 219 / 0.4);
}
.tw-bg-blue-500\/45 {
  background-color: rgb(39 75 219 / 0.45);
}
.tw-bg-blue-500\/5 {
  background-color: rgb(39 75 219 / 0.05);
}
.tw-bg-blue-500\/50 {
  background-color: rgb(39 75 219 / 0.5);
}
.tw-bg-blue-500\/55 {
  background-color: rgb(39 75 219 / 0.55);
}
.tw-bg-blue-500\/60 {
  background-color: rgb(39 75 219 / 0.6);
}
.tw-bg-blue-500\/65 {
  background-color: rgb(39 75 219 / 0.65);
}
.tw-bg-blue-500\/70 {
  background-color: rgb(39 75 219 / 0.7);
}
.tw-bg-blue-500\/75 {
  background-color: rgb(39 75 219 / 0.75);
}
.tw-bg-blue-500\/80 {
  background-color: rgb(39 75 219 / 0.8);
}
.tw-bg-blue-500\/85 {
  background-color: rgb(39 75 219 / 0.85);
}
.tw-bg-blue-500\/90 {
  background-color: rgb(39 75 219 / 0.9);
}
.tw-bg-blue-500\/95 {
  background-color: rgb(39 75 219 / 0.95);
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.tw-bg-blue-600\/0 {
  background-color: rgb(30 58 138 / 0);
}
.tw-bg-blue-600\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.tw-bg-blue-600\/100 {
  background-color: rgb(30 58 138 / 1);
}
.tw-bg-blue-600\/15 {
  background-color: rgb(30 58 138 / 0.15);
}
.tw-bg-blue-600\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.tw-bg-blue-600\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.tw-bg-blue-600\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.tw-bg-blue-600\/35 {
  background-color: rgb(30 58 138 / 0.35);
}
.tw-bg-blue-600\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.tw-bg-blue-600\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.tw-bg-blue-600\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.tw-bg-blue-600\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.tw-bg-blue-600\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.tw-bg-blue-600\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.tw-bg-blue-600\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.tw-bg-blue-600\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.tw-bg-blue-600\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.tw-bg-blue-600\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.tw-bg-blue-600\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.tw-bg-blue-600\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.tw-bg-blue-600\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.tw-bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
}
.tw-bg-blue-700\/0 {
  background-color: rgb(22 48 107 / 0);
}
.tw-bg-blue-700\/10 {
  background-color: rgb(22 48 107 / 0.1);
}
.tw-bg-blue-700\/100 {
  background-color: rgb(22 48 107 / 1);
}
.tw-bg-blue-700\/15 {
  background-color: rgb(22 48 107 / 0.15);
}
.tw-bg-blue-700\/20 {
  background-color: rgb(22 48 107 / 0.2);
}
.tw-bg-blue-700\/25 {
  background-color: rgb(22 48 107 / 0.25);
}
.tw-bg-blue-700\/30 {
  background-color: rgb(22 48 107 / 0.3);
}
.tw-bg-blue-700\/35 {
  background-color: rgb(22 48 107 / 0.35);
}
.tw-bg-blue-700\/40 {
  background-color: rgb(22 48 107 / 0.4);
}
.tw-bg-blue-700\/45 {
  background-color: rgb(22 48 107 / 0.45);
}
.tw-bg-blue-700\/5 {
  background-color: rgb(22 48 107 / 0.05);
}
.tw-bg-blue-700\/50 {
  background-color: rgb(22 48 107 / 0.5);
}
.tw-bg-blue-700\/55 {
  background-color: rgb(22 48 107 / 0.55);
}
.tw-bg-blue-700\/60 {
  background-color: rgb(22 48 107 / 0.6);
}
.tw-bg-blue-700\/65 {
  background-color: rgb(22 48 107 / 0.65);
}
.tw-bg-blue-700\/70 {
  background-color: rgb(22 48 107 / 0.7);
}
.tw-bg-blue-700\/75 {
  background-color: rgb(22 48 107 / 0.75);
}
.tw-bg-blue-700\/80 {
  background-color: rgb(22 48 107 / 0.8);
}
.tw-bg-blue-700\/85 {
  background-color: rgb(22 48 107 / 0.85);
}
.tw-bg-blue-700\/90 {
  background-color: rgb(22 48 107 / 0.9);
}
.tw-bg-blue-700\/95 {
  background-color: rgb(22 48 107 / 0.95);
}
.tw-bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 38 74 / var(--tw-bg-opacity));
}
.tw-bg-blue-800\/0 {
  background-color: rgb(16 38 74 / 0);
}
.tw-bg-blue-800\/10 {
  background-color: rgb(16 38 74 / 0.1);
}
.tw-bg-blue-800\/100 {
  background-color: rgb(16 38 74 / 1);
}
.tw-bg-blue-800\/15 {
  background-color: rgb(16 38 74 / 0.15);
}
.tw-bg-blue-800\/20 {
  background-color: rgb(16 38 74 / 0.2);
}
.tw-bg-blue-800\/25 {
  background-color: rgb(16 38 74 / 0.25);
}
.tw-bg-blue-800\/30 {
  background-color: rgb(16 38 74 / 0.3);
}
.tw-bg-blue-800\/35 {
  background-color: rgb(16 38 74 / 0.35);
}
.tw-bg-blue-800\/40 {
  background-color: rgb(16 38 74 / 0.4);
}
.tw-bg-blue-800\/45 {
  background-color: rgb(16 38 74 / 0.45);
}
.tw-bg-blue-800\/5 {
  background-color: rgb(16 38 74 / 0.05);
}
.tw-bg-blue-800\/50 {
  background-color: rgb(16 38 74 / 0.5);
}
.tw-bg-blue-800\/55 {
  background-color: rgb(16 38 74 / 0.55);
}
.tw-bg-blue-800\/60 {
  background-color: rgb(16 38 74 / 0.6);
}
.tw-bg-blue-800\/65 {
  background-color: rgb(16 38 74 / 0.65);
}
.tw-bg-blue-800\/70 {
  background-color: rgb(16 38 74 / 0.7);
}
.tw-bg-blue-800\/75 {
  background-color: rgb(16 38 74 / 0.75);
}
.tw-bg-blue-800\/80 {
  background-color: rgb(16 38 74 / 0.8);
}
.tw-bg-blue-800\/85 {
  background-color: rgb(16 38 74 / 0.85);
}
.tw-bg-blue-800\/90 {
  background-color: rgb(16 38 74 / 0.9);
}
.tw-bg-blue-800\/95 {
  background-color: rgb(16 38 74 / 0.95);
}
.tw-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 26 48 / var(--tw-bg-opacity));
}
.tw-bg-blue-900\/0 {
  background-color: rgb(9 26 48 / 0);
}
.tw-bg-blue-900\/10 {
  background-color: rgb(9 26 48 / 0.1);
}
.tw-bg-blue-900\/100 {
  background-color: rgb(9 26 48 / 1);
}
.tw-bg-blue-900\/15 {
  background-color: rgb(9 26 48 / 0.15);
}
.tw-bg-blue-900\/20 {
  background-color: rgb(9 26 48 / 0.2);
}
.tw-bg-blue-900\/25 {
  background-color: rgb(9 26 48 / 0.25);
}
.tw-bg-blue-900\/30 {
  background-color: rgb(9 26 48 / 0.3);
}
.tw-bg-blue-900\/35 {
  background-color: rgb(9 26 48 / 0.35);
}
.tw-bg-blue-900\/40 {
  background-color: rgb(9 26 48 / 0.4);
}
.tw-bg-blue-900\/45 {
  background-color: rgb(9 26 48 / 0.45);
}
.tw-bg-blue-900\/5 {
  background-color: rgb(9 26 48 / 0.05);
}
.tw-bg-blue-900\/50 {
  background-color: rgb(9 26 48 / 0.5);
}
.tw-bg-blue-900\/55 {
  background-color: rgb(9 26 48 / 0.55);
}
.tw-bg-blue-900\/60 {
  background-color: rgb(9 26 48 / 0.6);
}
.tw-bg-blue-900\/65 {
  background-color: rgb(9 26 48 / 0.65);
}
.tw-bg-blue-900\/70 {
  background-color: rgb(9 26 48 / 0.7);
}
.tw-bg-blue-900\/75 {
  background-color: rgb(9 26 48 / 0.75);
}
.tw-bg-blue-900\/80 {
  background-color: rgb(9 26 48 / 0.8);
}
.tw-bg-blue-900\/85 {
  background-color: rgb(9 26 48 / 0.85);
}
.tw-bg-blue-900\/90 {
  background-color: rgb(9 26 48 / 0.9);
}
.tw-bg-blue-900\/95 {
  background-color: rgb(9 26 48 / 0.95);
}
.tw-bg-current {
  background-color: currentColor;
}
.tw-bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.tw-bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.tw-bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.tw-bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.tw-bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}
.tw-bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.tw-bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.tw-bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.tw-bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}
.tw-bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.tw-bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}
.tw-bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.tw-bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.tw-bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}
.tw-bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.tw-bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}
.tw-bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.tw-bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.tw-bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.tw-bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}
.tw-bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.tw-bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.tw-bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.tw-bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.tw-bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.tw-bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.tw-bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}
.tw-bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.tw-bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.tw-bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.tw-bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}
.tw-bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.tw-bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}
.tw-bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.tw-bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.tw-bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}
.tw-bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.tw-bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}
.tw-bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.tw-bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.tw-bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.tw-bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}
.tw-bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.tw-bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.tw-bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.tw-bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.tw-bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.tw-bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.tw-bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}
.tw-bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.tw-bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.tw-bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.tw-bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}
.tw-bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.tw-bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}
.tw-bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.tw-bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.tw-bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}
.tw-bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.tw-bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}
.tw-bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.tw-bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.tw-bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.tw-bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}
.tw-bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.tw-bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.tw-bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.tw-bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.tw-bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.tw-bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.tw-bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}
.tw-bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.tw-bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.tw-bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.tw-bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}
.tw-bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.tw-bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}
.tw-bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.tw-bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.tw-bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}
.tw-bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.tw-bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}
.tw-bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.tw-bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.tw-bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.tw-bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}
.tw-bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.tw-bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.tw-bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.tw-bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.tw-bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.tw-bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.tw-bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}
.tw-bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.tw-bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.tw-bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.tw-bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}
.tw-bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.tw-bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}
.tw-bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.tw-bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.tw-bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}
.tw-bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.tw-bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}
.tw-bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.tw-bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.tw-bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.tw-bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}
.tw-bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.tw-bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.tw-bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.tw-bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.tw-bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.tw-bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.tw-bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}
.tw-bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.tw-bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.tw-bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.tw-bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}
.tw-bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.tw-bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}
.tw-bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.tw-bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.tw-bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}
.tw-bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.tw-bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}
.tw-bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.tw-bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.tw-bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.tw-bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}
.tw-bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.tw-bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.tw-bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.tw-bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.tw-bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.tw-bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.tw-bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}
.tw-bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.tw-bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.tw-bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.tw-bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}
.tw-bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.tw-bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}
.tw-bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.tw-bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.tw-bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}
.tw-bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.tw-bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}
.tw-bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.tw-bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.tw-bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.tw-bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}
.tw-bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.tw-bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.tw-bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.tw-bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.tw-bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.tw-bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.tw-bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}
.tw-bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.tw-bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.tw-bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.tw-bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}
.tw-bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.tw-bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}
.tw-bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.tw-bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.tw-bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}
.tw-bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.tw-bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}
.tw-bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.tw-bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.tw-bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.tw-bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}
.tw-bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.tw-bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.tw-bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.tw-bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.tw-bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.tw-bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.tw-bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}
.tw-bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.tw-bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.tw-bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.tw-bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}
.tw-bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.tw-bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}
.tw-bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.tw-bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.tw-bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}
.tw-bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.tw-bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}
.tw-bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.tw-bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.tw-bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.tw-bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}
.tw-bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.tw-bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.tw-bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.tw-bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.tw-bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.tw-bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.tw-bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}
.tw-bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.tw-bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.tw-bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.tw-bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}
.tw-bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.tw-bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}
.tw-bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.tw-bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.tw-bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}
.tw-bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.tw-bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}
.tw-bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.tw-bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.tw-bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.tw-bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}
.tw-bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.tw-bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.tw-bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.tw-bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.tw-bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.tw-bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.tw-bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15);
}
.tw-bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.tw-bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.tw-bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.tw-bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}
.tw-bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.tw-bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}
.tw-bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.tw-bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.tw-bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}
.tw-bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.tw-bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}
.tw-bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.tw-bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.tw-bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.tw-bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}
.tw-bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.tw-bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.tw-bg-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.tw-bg-danger-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.tw-bg-danger-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.tw-bg-danger-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.tw-bg-danger-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.tw-bg-danger-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.tw-bg-danger-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.tw-bg-danger-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.tw-bg-danger-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.tw-bg-danger-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.tw-bg-danger-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.tw-bg-danger-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.tw-bg-danger-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.tw-bg-danger-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.tw-bg-danger-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.tw-bg-danger-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.tw-bg-danger-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.tw-bg-danger-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.tw-bg-danger-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.tw-bg-danger-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.tw-bg-danger-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.tw-bg-danger-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.tw-bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.tw-bg-danger-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.tw-bg-danger-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.tw-bg-danger-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.tw-bg-danger-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.tw-bg-danger-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.tw-bg-danger-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.tw-bg-danger-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.tw-bg-danger-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.tw-bg-danger-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.tw-bg-danger-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.tw-bg-danger-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.tw-bg-danger-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.tw-bg-danger-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.tw-bg-danger-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.tw-bg-danger-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.tw-bg-danger-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.tw-bg-danger-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.tw-bg-danger-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.tw-bg-danger-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.tw-bg-danger-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.tw-bg-danger-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.tw-bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.tw-bg-danger-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.tw-bg-danger-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.tw-bg-danger-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.tw-bg-danger-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.tw-bg-danger-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.tw-bg-danger-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.tw-bg-danger-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.tw-bg-danger-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.tw-bg-danger-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.tw-bg-danger-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.tw-bg-danger-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.tw-bg-danger-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.tw-bg-danger-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.tw-bg-danger-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.tw-bg-danger-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.tw-bg-danger-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.tw-bg-danger-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.tw-bg-danger-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.tw-bg-danger-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.tw-bg-danger-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.tw-bg-danger-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.tw-bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.tw-bg-danger-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.tw-bg-danger-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.tw-bg-danger-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.tw-bg-danger-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.tw-bg-danger-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.tw-bg-danger-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.tw-bg-danger-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.tw-bg-danger-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.tw-bg-danger-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.tw-bg-danger-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.tw-bg-danger-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.tw-bg-danger-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.tw-bg-danger-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.tw-bg-danger-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.tw-bg-danger-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.tw-bg-danger-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.tw-bg-danger-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.tw-bg-danger-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.tw-bg-danger-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.tw-bg-danger-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.tw-bg-danger-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.tw-bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.tw-bg-danger-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.tw-bg-danger-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.tw-bg-danger-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.tw-bg-danger-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.tw-bg-danger-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.tw-bg-danger-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.tw-bg-danger-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.tw-bg-danger-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.tw-bg-danger-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.tw-bg-danger-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.tw-bg-danger-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.tw-bg-danger-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.tw-bg-danger-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.tw-bg-danger-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.tw-bg-danger-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.tw-bg-danger-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.tw-bg-danger-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.tw-bg-danger-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.tw-bg-danger-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.tw-bg-danger-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.tw-bg-danger-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.tw-bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.tw-bg-danger-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.tw-bg-danger-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.tw-bg-danger-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.tw-bg-danger-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.tw-bg-danger-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.tw-bg-danger-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.tw-bg-danger-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.tw-bg-danger-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.tw-bg-danger-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.tw-bg-danger-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.tw-bg-danger-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.tw-bg-danger-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.tw-bg-danger-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.tw-bg-danger-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.tw-bg-danger-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.tw-bg-danger-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.tw-bg-danger-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.tw-bg-danger-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.tw-bg-danger-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.tw-bg-danger-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.tw-bg-danger-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.tw-bg-danger-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.tw-bg-danger-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.tw-bg-danger-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.tw-bg-danger-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.tw-bg-danger-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.tw-bg-danger-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.tw-bg-danger-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.tw-bg-danger-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.tw-bg-danger-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.tw-bg-danger-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.tw-bg-danger-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.tw-bg-danger-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.tw-bg-danger-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.tw-bg-danger-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.tw-bg-danger-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.tw-bg-danger-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.tw-bg-danger-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.tw-bg-danger-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.tw-bg-danger-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.tw-bg-danger-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.tw-bg-danger-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.tw-bg-danger-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.tw-bg-danger-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.tw-bg-danger-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.tw-bg-danger-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.tw-bg-danger-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.tw-bg-danger-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.tw-bg-danger-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.tw-bg-danger-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.tw-bg-danger-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.tw-bg-danger-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.tw-bg-danger-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.tw-bg-danger-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.tw-bg-danger-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.tw-bg-danger-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.tw-bg-danger-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.tw-bg-danger-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.tw-bg-danger-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.tw-bg-danger-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.tw-bg-danger-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.tw-bg-danger-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.tw-bg-danger-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.tw-bg-danger-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.tw-bg-danger-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.tw-bg-danger-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.tw-bg-danger-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.tw-bg-danger-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.tw-bg-danger-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.tw-bg-danger-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.tw-bg-danger-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.tw-bg-danger-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.tw-bg-danger-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.tw-bg-danger-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.tw-bg-danger-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.tw-bg-danger-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.tw-bg-danger-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.tw-bg-danger-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.tw-bg-danger-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.tw-bg-danger-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.tw-bg-danger-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.tw-bg-danger-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.tw-bg-danger-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.tw-bg-danger-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.tw-bg-danger-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.tw-bg-danger-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.tw-bg-danger-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.tw-bg-danger-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.tw-bg-danger-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.tw-bg-danger-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.tw-bg-danger-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.tw-bg-danger-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.tw-bg-danger-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.tw-bg-danger-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.tw-bg-danger-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.tw-bg-danger-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.tw-bg-danger-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.tw-bg-danger-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.tw-bg-danger-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.tw-bg-danger-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.tw-bg-danger-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.tw-bg-danger-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.tw-bg-danger-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.tw-bg-danger-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.tw-bg-danger-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.tw-bg-danger-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.tw-bg-danger-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.tw-bg-danger-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.tw-bg-danger-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.tw-bg-danger-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.tw-bg-danger-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.tw-bg-danger-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.tw-bg-danger-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.tw-bg-danger-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.tw-bg-danger-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.tw-bg-danger-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.tw-bg-danger-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.tw-bg-danger-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.tw-bg-danger-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.tw-bg-danger-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.tw-bg-danger-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.tw-bg-danger-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.tw-bg-danger-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.tw-bg-danger-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.tw-bg-danger-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.tw-bg-danger-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.tw-bg-danger-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.tw-bg-danger-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.tw-bg-danger-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.tw-bg-danger-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.tw-bg-danger-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.tw-bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.tw-bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.tw-bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.tw-bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15);
}
.tw-bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.tw-bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.tw-bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.tw-bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35);
}
.tw-bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.tw-bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}
.tw-bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.tw-bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.tw-bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}
.tw-bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.tw-bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}
.tw-bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.tw-bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.tw-bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.tw-bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}
.tw-bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.tw-bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.tw-bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.tw-bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.tw-bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.tw-bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15);
}
.tw-bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.tw-bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.tw-bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.tw-bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35);
}
.tw-bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.tw-bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}
.tw-bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.tw-bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.tw-bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}
.tw-bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.tw-bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}
.tw-bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.tw-bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.tw-bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.tw-bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}
.tw-bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.tw-bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.tw-bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.tw-bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.tw-bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.tw-bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15);
}
.tw-bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.tw-bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.tw-bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.tw-bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35);
}
.tw-bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.tw-bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}
.tw-bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.tw-bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.tw-bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}
.tw-bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.tw-bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}
.tw-bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.tw-bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.tw-bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.tw-bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}
.tw-bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.tw-bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.tw-bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.tw-bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.tw-bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.tw-bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}
.tw-bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.tw-bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.tw-bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.tw-bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35);
}
.tw-bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.tw-bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}
.tw-bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.tw-bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.tw-bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}
.tw-bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.tw-bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}
.tw-bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.tw-bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.tw-bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.tw-bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}
.tw-bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.tw-bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.tw-bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.tw-bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.tw-bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.tw-bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15);
}
.tw-bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.tw-bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.tw-bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.tw-bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35);
}
.tw-bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.tw-bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}
.tw-bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.tw-bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.tw-bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}
.tw-bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.tw-bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}
.tw-bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.tw-bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.tw-bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.tw-bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}
.tw-bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.tw-bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.tw-bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.tw-bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.tw-bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.tw-bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15);
}
.tw-bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.tw-bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.tw-bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.tw-bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35);
}
.tw-bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.tw-bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}
.tw-bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.tw-bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.tw-bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}
.tw-bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.tw-bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}
.tw-bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.tw-bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.tw-bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.tw-bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}
.tw-bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.tw-bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.tw-bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.tw-bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.tw-bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.tw-bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15);
}
.tw-bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.tw-bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.tw-bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.tw-bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35);
}
.tw-bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.tw-bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}
.tw-bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.tw-bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.tw-bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}
.tw-bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.tw-bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}
.tw-bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.tw-bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.tw-bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.tw-bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}
.tw-bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.tw-bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.tw-bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.tw-bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.tw-bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.tw-bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15);
}
.tw-bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.tw-bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.tw-bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.tw-bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35);
}
.tw-bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.tw-bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}
.tw-bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.tw-bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.tw-bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}
.tw-bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.tw-bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}
.tw-bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.tw-bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.tw-bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.tw-bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}
.tw-bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.tw-bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.tw-bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.tw-bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.tw-bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.tw-bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15);
}
.tw-bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.tw-bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.tw-bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.tw-bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35);
}
.tw-bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.tw-bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}
.tw-bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.tw-bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.tw-bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}
.tw-bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.tw-bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}
.tw-bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.tw-bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.tw-bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.tw-bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}
.tw-bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.tw-bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.tw-bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.tw-bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.tw-bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.tw-bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15);
}
.tw-bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.tw-bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.tw-bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.tw-bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35);
}
.tw-bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.tw-bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}
.tw-bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.tw-bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.tw-bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}
.tw-bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.tw-bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}
.tw-bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.tw-bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.tw-bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.tw-bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}
.tw-bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.tw-bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.tw-bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.tw-bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.tw-bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.tw-bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.tw-bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15);
}
.tw-bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.tw-bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.tw-bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.tw-bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}
.tw-bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.tw-bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}
.tw-bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.tw-bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.tw-bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}
.tw-bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.tw-bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}
.tw-bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.tw-bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.tw-bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.tw-bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}
.tw-bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.tw-bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.tw-bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.tw-bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.tw-bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.tw-bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.tw-bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.tw-bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.tw-bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.tw-bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.tw-bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.tw-bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.tw-bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.tw-bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.tw-bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.tw-bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.tw-bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.tw-bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.tw-bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.tw-bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.tw-bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.tw-bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.tw-bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.tw-bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.tw-bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.tw-bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.tw-bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.tw-bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.tw-bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.tw-bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.tw-bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.tw-bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.tw-bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.tw-bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.tw-bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.tw-bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.tw-bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.tw-bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.tw-bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.tw-bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.tw-bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.tw-bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.tw-bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.tw-bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.tw-bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.tw-bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.tw-bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.tw-bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.tw-bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.tw-bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.tw-bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.tw-bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.tw-bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.tw-bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.tw-bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.tw-bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.tw-bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.tw-bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.tw-bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.tw-bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.tw-bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.tw-bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.tw-bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.tw-bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.tw-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.tw-bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.tw-bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.tw-bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.tw-bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.tw-bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.tw-bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.tw-bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.tw-bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.tw-bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.tw-bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.tw-bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.tw-bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.tw-bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.tw-bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.tw-bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.tw-bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.tw-bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.tw-bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.tw-bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.tw-bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.tw-bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.tw-bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.tw-bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.tw-bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.tw-bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.tw-bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.tw-bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.tw-bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.tw-bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.tw-bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.tw-bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.tw-bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.tw-bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.tw-bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.tw-bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.tw-bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.tw-bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.tw-bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.tw-bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.tw-bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.tw-bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.tw-bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.tw-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.tw-bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.tw-bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.tw-bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.tw-bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.tw-bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.tw-bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.tw-bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.tw-bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.tw-bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.tw-bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.tw-bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.tw-bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.tw-bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.tw-bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.tw-bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.tw-bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.tw-bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.tw-bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.tw-bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.tw-bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.tw-bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.tw-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.tw-bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.tw-bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.tw-bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.tw-bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.tw-bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.tw-bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.tw-bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.tw-bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.tw-bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.tw-bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.tw-bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.tw-bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.tw-bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.tw-bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.tw-bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.tw-bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.tw-bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.tw-bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.tw-bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.tw-bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.tw-bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.tw-bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.tw-bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.tw-bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.tw-bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.tw-bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.tw-bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.tw-bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.tw-bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.tw-bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.tw-bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.tw-bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.tw-bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.tw-bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.tw-bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.tw-bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.tw-bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.tw-bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.tw-bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.tw-bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.tw-bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.tw-bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.tw-bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.tw-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.tw-bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.tw-bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.tw-bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.tw-bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.tw-bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.tw-bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.tw-bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.tw-bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.tw-bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.tw-bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.tw-bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.tw-bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.tw-bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.tw-bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.tw-bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.tw-bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.tw-bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.tw-bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.tw-bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.tw-bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.tw-bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.tw-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.tw-bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.tw-bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.tw-bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.tw-bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.tw-bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.tw-bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.tw-bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.tw-bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.tw-bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.tw-bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.tw-bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.tw-bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.tw-bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.tw-bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.tw-bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.tw-bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.tw-bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.tw-bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.tw-bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.tw-bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.tw-bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.tw-bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.tw-bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.tw-bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.tw-bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.tw-bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}
.tw-bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.tw-bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.tw-bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.tw-bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}
.tw-bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.tw-bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.tw-bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.tw-bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.tw-bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.tw-bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.tw-bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.tw-bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.tw-bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.tw-bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.tw-bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.tw-bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.tw-bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.tw-bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.tw-bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.tw-bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.tw-bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.tw-bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.tw-bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.tw-bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.tw-bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.tw-bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.tw-bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.tw-bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.tw-bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.tw-bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.tw-bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.tw-bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.tw-bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.tw-bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.tw-bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.tw-bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.tw-bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.tw-bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.tw-bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.tw-bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.tw-bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.tw-bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.tw-bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.tw-bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.tw-bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.tw-bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.tw-bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.tw-bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.tw-bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.tw-bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.tw-bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.tw-bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.tw-bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.tw-bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.tw-bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.tw-bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.tw-bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.tw-bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.tw-bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.tw-bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.tw-bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.tw-bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.tw-bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.tw-bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.tw-bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.tw-bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.tw-bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.tw-bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.tw-bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.tw-bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.tw-bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.tw-bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.tw-bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.tw-bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.tw-bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.tw-bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.tw-bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.tw-bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.tw-bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.tw-bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.tw-bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.tw-bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.tw-bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.tw-bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.tw-bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.tw-bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.tw-bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.tw-bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.tw-bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.tw-bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.tw-bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.tw-bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.tw-bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.tw-bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.tw-bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.tw-bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.tw-bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.tw-bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.tw-bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.tw-bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.tw-bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.tw-bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.tw-bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.tw-bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.tw-bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.tw-bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.tw-bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.tw-bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.tw-bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.tw-bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}
.tw-bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.tw-bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.tw-bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.tw-bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}
.tw-bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.tw-bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.tw-bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.tw-bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.tw-bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.tw-bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.tw-bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.tw-bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.tw-bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.tw-bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.tw-bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.tw-bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.tw-bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.tw-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.tw-bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.tw-bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.tw-bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.tw-bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.tw-bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.tw-bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.tw-bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.tw-bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.tw-bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.tw-bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.tw-bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.tw-bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.tw-bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.tw-bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.tw-bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.tw-bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.tw-bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.tw-bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.tw-bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.tw-bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.tw-bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.tw-bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.tw-bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.tw-bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.tw-bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.tw-bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.tw-bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.tw-bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.tw-bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.tw-bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.tw-bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.tw-bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.tw-bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.tw-bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.tw-bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.tw-bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.tw-bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.tw-bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.tw-bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.tw-bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.tw-bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.tw-bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.tw-bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.tw-bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.tw-bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.tw-bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.tw-bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.tw-bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.tw-bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.tw-bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.tw-bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.tw-bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.tw-bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.tw-bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.tw-bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.tw-bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.tw-bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.tw-bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.tw-bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.tw-bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.tw-bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.tw-bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.tw-bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.tw-bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.tw-bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.tw-bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.tw-bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.tw-bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.tw-bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.tw-bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}
.tw-bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.tw-bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.tw-bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.tw-bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}
.tw-bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.tw-bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.tw-bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.tw-bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.tw-bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.tw-bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.tw-bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.tw-bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.tw-bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.tw-bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.tw-bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.tw-bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.tw-bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.tw-bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.tw-bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.tw-bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.tw-bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.tw-bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.tw-bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.tw-bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.tw-bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.tw-bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.tw-bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.tw-bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.tw-bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.tw-bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.tw-bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.tw-bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.tw-bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.tw-bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.tw-bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.tw-bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.tw-bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.tw-bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.tw-bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.tw-bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.tw-bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.tw-bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.tw-bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.tw-bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}
.tw-bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.tw-bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.tw-bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.tw-bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}
.tw-bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.tw-bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.tw-bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.tw-bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.tw-bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.tw-bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.tw-bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.tw-bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.tw-bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.tw-bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.tw-bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.tw-bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.tw-bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.tw-bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.tw-bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.tw-bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.tw-bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.tw-bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}
.tw-bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.tw-bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.tw-bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.tw-bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}
.tw-bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.tw-bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}
.tw-bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.tw-bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.tw-bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}
.tw-bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.tw-bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}
.tw-bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.tw-bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.tw-bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.tw-bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}
.tw-bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.tw-bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.tw-bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.tw-bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.tw-bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.tw-bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.tw-bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}
.tw-bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.tw-bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.tw-bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.tw-bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}
.tw-bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.tw-bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}
.tw-bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.tw-bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.tw-bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}
.tw-bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.tw-bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}
.tw-bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.tw-bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.tw-bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.tw-bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}
.tw-bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.tw-bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.tw-bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.tw-bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.tw-bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.tw-bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.tw-bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}
.tw-bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.tw-bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.tw-bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.tw-bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}
.tw-bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.tw-bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}
.tw-bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.tw-bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.tw-bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}
.tw-bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.tw-bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}
.tw-bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.tw-bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.tw-bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.tw-bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}
.tw-bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.tw-bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.tw-bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.tw-bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.tw-bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.tw-bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.tw-bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}
.tw-bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.tw-bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.tw-bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.tw-bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}
.tw-bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.tw-bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}
.tw-bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.tw-bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.tw-bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}
.tw-bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.tw-bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}
.tw-bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.tw-bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.tw-bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.tw-bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}
.tw-bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.tw-bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.tw-bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.tw-bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.tw-bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.tw-bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.tw-bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}
.tw-bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.tw-bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.tw-bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.tw-bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}
.tw-bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.tw-bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}
.tw-bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.tw-bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.tw-bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}
.tw-bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.tw-bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}
.tw-bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.tw-bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.tw-bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.tw-bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}
.tw-bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.tw-bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.tw-bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.tw-bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.tw-bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.tw-bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.tw-bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}
.tw-bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.tw-bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.tw-bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.tw-bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}
.tw-bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.tw-bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.tw-bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.tw-bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.tw-bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.tw-bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.tw-bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.tw-bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.tw-bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.tw-bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.tw-bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.tw-bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.tw-bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.tw-bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.tw-bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.tw-bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.tw-bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.tw-bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}
.tw-bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.tw-bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.tw-bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.tw-bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}
.tw-bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.tw-bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}
.tw-bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.tw-bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.tw-bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}
.tw-bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.tw-bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}
.tw-bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.tw-bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.tw-bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.tw-bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}
.tw-bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.tw-bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.tw-bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.tw-bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.tw-bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.tw-bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.tw-bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}
.tw-bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.tw-bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.tw-bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.tw-bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}
.tw-bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.tw-bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}
.tw-bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.tw-bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.tw-bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}
.tw-bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.tw-bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}
.tw-bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.tw-bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.tw-bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.tw-bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}
.tw-bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.tw-bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.tw-bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.tw-bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.tw-bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.tw-bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.tw-bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}
.tw-bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.tw-bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.tw-bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.tw-bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}
.tw-bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.tw-bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}
.tw-bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.tw-bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.tw-bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}
.tw-bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.tw-bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}
.tw-bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.tw-bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.tw-bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.tw-bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}
.tw-bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.tw-bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.tw-bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.tw-bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.tw-bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.tw-bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.tw-bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}
.tw-bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.tw-bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.tw-bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.tw-bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}
.tw-bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.tw-bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.tw-bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.tw-bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.tw-bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}
.tw-bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.tw-bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}
.tw-bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.tw-bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.tw-bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.tw-bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}
.tw-bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.tw-bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.tw-bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.tw-bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.tw-bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.tw-bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.tw-bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}
.tw-bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.tw-bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.tw-bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.tw-bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}
.tw-bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.tw-bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}
.tw-bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.tw-bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.tw-bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}
.tw-bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.tw-bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}
.tw-bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.tw-bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.tw-bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.tw-bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}
.tw-bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.tw-bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.tw-bg-info-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.tw-bg-info-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.tw-bg-info-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.tw-bg-info-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.tw-bg-info-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}
.tw-bg-info-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.tw-bg-info-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.tw-bg-info-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.tw-bg-info-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}
.tw-bg-info-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.tw-bg-info-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.tw-bg-info-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.tw-bg-info-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.tw-bg-info-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.tw-bg-info-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.tw-bg-info-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.tw-bg-info-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.tw-bg-info-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.tw-bg-info-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.tw-bg-info-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.tw-bg-info-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.tw-bg-info-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.tw-bg-info-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.tw-bg-info-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.tw-bg-info-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.tw-bg-info-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.tw-bg-info-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}
.tw-bg-info-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.tw-bg-info-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.tw-bg-info-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.tw-bg-info-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}
.tw-bg-info-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.tw-bg-info-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.tw-bg-info-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.tw-bg-info-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.tw-bg-info-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.tw-bg-info-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.tw-bg-info-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.tw-bg-info-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.tw-bg-info-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.tw-bg-info-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.tw-bg-info-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.tw-bg-info-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.tw-bg-info-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.tw-bg-info-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.tw-bg-info-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.tw-bg-info-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.tw-bg-info-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.tw-bg-info-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}
.tw-bg-info-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.tw-bg-info-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.tw-bg-info-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.tw-bg-info-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}
.tw-bg-info-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.tw-bg-info-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.tw-bg-info-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.tw-bg-info-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.tw-bg-info-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.tw-bg-info-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.tw-bg-info-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.tw-bg-info-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.tw-bg-info-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.tw-bg-info-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.tw-bg-info-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.tw-bg-info-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.tw-bg-info-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.tw-bg-info-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.tw-bg-info-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.tw-bg-info-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.tw-bg-info-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.tw-bg-info-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.tw-bg-info-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.tw-bg-info-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.tw-bg-info-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.tw-bg-info-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}
.tw-bg-info-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.tw-bg-info-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.tw-bg-info-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.tw-bg-info-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.tw-bg-info-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.tw-bg-info-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.tw-bg-info-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.tw-bg-info-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.tw-bg-info-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.tw-bg-info-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.tw-bg-info-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.tw-bg-info-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.tw-bg-info-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.tw-bg-info-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.tw-bg-info-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.tw-bg-info-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.tw-bg-info-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.tw-bg-info-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}
.tw-bg-info-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.tw-bg-info-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.tw-bg-info-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.tw-bg-info-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}
.tw-bg-info-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.tw-bg-info-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}
.tw-bg-info-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.tw-bg-info-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.tw-bg-info-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}
.tw-bg-info-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.tw-bg-info-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}
.tw-bg-info-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.tw-bg-info-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.tw-bg-info-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.tw-bg-info-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}
.tw-bg-info-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.tw-bg-info-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.tw-bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.tw-bg-info-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.tw-bg-info-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.tw-bg-info-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.tw-bg-info-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.tw-bg-info-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.tw-bg-info-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.tw-bg-info-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.tw-bg-info-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}
.tw-bg-info-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.tw-bg-info-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.tw-bg-info-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.tw-bg-info-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.tw-bg-info-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.tw-bg-info-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.tw-bg-info-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.tw-bg-info-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.tw-bg-info-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.tw-bg-info-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.tw-bg-info-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.tw-bg-info-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.tw-bg-info-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.tw-bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.tw-bg-info-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.tw-bg-info-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.tw-bg-info-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.tw-bg-info-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}
.tw-bg-info-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.tw-bg-info-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.tw-bg-info-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.tw-bg-info-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}
.tw-bg-info-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.tw-bg-info-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.tw-bg-info-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.tw-bg-info-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.tw-bg-info-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.tw-bg-info-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.tw-bg-info-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.tw-bg-info-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.tw-bg-info-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.tw-bg-info-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.tw-bg-info-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.tw-bg-info-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.tw-bg-info-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.tw-bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.tw-bg-info-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.tw-bg-info-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.tw-bg-info-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.tw-bg-info-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}
.tw-bg-info-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.tw-bg-info-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.tw-bg-info-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.tw-bg-info-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}
.tw-bg-info-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.tw-bg-info-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.tw-bg-info-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.tw-bg-info-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.tw-bg-info-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.tw-bg-info-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.tw-bg-info-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.tw-bg-info-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.tw-bg-info-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.tw-bg-info-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.tw-bg-info-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.tw-bg-info-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.tw-bg-info-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.tw-bg-info-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.tw-bg-info-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.tw-bg-info-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.tw-bg-info-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.tw-bg-info-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}
.tw-bg-info-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.tw-bg-info-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.tw-bg-info-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.tw-bg-info-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}
.tw-bg-info-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.tw-bg-info-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}
.tw-bg-info-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.tw-bg-info-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.tw-bg-info-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}
.tw-bg-info-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.tw-bg-info-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}
.tw-bg-info-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.tw-bg-info-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.tw-bg-info-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.tw-bg-info-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}
.tw-bg-info-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.tw-bg-info-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.tw-bg-info-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.tw-bg-info-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.tw-bg-info-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.tw-bg-info-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.tw-bg-info-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}
.tw-bg-info-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.tw-bg-info-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.tw-bg-info-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.tw-bg-info-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}
.tw-bg-info-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.tw-bg-info-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}
.tw-bg-info-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.tw-bg-info-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.tw-bg-info-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}
.tw-bg-info-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.tw-bg-info-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}
.tw-bg-info-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.tw-bg-info-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.tw-bg-info-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.tw-bg-info-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}
.tw-bg-info-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.tw-bg-info-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.tw-bg-info-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.tw-bg-info-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.tw-bg-info-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.tw-bg-info-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.tw-bg-info-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}
.tw-bg-info-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.tw-bg-info-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.tw-bg-info-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.tw-bg-info-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}
.tw-bg-info-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.tw-bg-info-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}
.tw-bg-info-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.tw-bg-info-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.tw-bg-info-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}
.tw-bg-info-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.tw-bg-info-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}
.tw-bg-info-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.tw-bg-info-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.tw-bg-info-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.tw-bg-info-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}
.tw-bg-info-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.tw-bg-info-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.tw-bg-inherit {
  background-color: inherit;
}
.tw-bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.tw-bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.tw-bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.tw-bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.tw-bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}
.tw-bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.tw-bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.tw-bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.tw-bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}
.tw-bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.tw-bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}
.tw-bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.tw-bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.tw-bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}
.tw-bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.tw-bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}
.tw-bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.tw-bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.tw-bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.tw-bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}
.tw-bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.tw-bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.tw-bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.tw-bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.tw-bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.tw-bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.tw-bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}
.tw-bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.tw-bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.tw-bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.tw-bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}
.tw-bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.tw-bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}
.tw-bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.tw-bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.tw-bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}
.tw-bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.tw-bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}
.tw-bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.tw-bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.tw-bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.tw-bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}
.tw-bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.tw-bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.tw-bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.tw-bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.tw-bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.tw-bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.tw-bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}
.tw-bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.tw-bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.tw-bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.tw-bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}
.tw-bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.tw-bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}
.tw-bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.tw-bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.tw-bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}
.tw-bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.tw-bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}
.tw-bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.tw-bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.tw-bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.tw-bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}
.tw-bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.tw-bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.tw-bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.tw-bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.tw-bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.tw-bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.tw-bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}
.tw-bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.tw-bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.tw-bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.tw-bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}
.tw-bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.tw-bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}
.tw-bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.tw-bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.tw-bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}
.tw-bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.tw-bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}
.tw-bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.tw-bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.tw-bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.tw-bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}
.tw-bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.tw-bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.tw-bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.tw-bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.tw-bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.tw-bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.tw-bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}
.tw-bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.tw-bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.tw-bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.tw-bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}
.tw-bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.tw-bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}
.tw-bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.tw-bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.tw-bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}
.tw-bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.tw-bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}
.tw-bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.tw-bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.tw-bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.tw-bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}
.tw-bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.tw-bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.tw-bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.tw-bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.tw-bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.tw-bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.tw-bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}
.tw-bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.tw-bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.tw-bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.tw-bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}
.tw-bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.tw-bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}
.tw-bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.tw-bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.tw-bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}
.tw-bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.tw-bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}
.tw-bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.tw-bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.tw-bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.tw-bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}
.tw-bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.tw-bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.tw-bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.tw-bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.tw-bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.tw-bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.tw-bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}
.tw-bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.tw-bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.tw-bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.tw-bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}
.tw-bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.tw-bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}
.tw-bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.tw-bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.tw-bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}
.tw-bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.tw-bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}
.tw-bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.tw-bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.tw-bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.tw-bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}
.tw-bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.tw-bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.tw-bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.tw-bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.tw-bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.tw-bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.tw-bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}
.tw-bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.tw-bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.tw-bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.tw-bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}
.tw-bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.tw-bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}
.tw-bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.tw-bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.tw-bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}
.tw-bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.tw-bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}
.tw-bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.tw-bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.tw-bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.tw-bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}
.tw-bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.tw-bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.tw-bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.tw-bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.tw-bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.tw-bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.tw-bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}
.tw-bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.tw-bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.tw-bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.tw-bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}
.tw-bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.tw-bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}
.tw-bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.tw-bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.tw-bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}
.tw-bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.tw-bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}
.tw-bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.tw-bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.tw-bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.tw-bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}
.tw-bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.tw-bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.tw-bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.tw-bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.tw-bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.tw-bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.tw-bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}
.tw-bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.tw-bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.tw-bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.tw-bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}
.tw-bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.tw-bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}
.tw-bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.tw-bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.tw-bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}
.tw-bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.tw-bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}
.tw-bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.tw-bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.tw-bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.tw-bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}
.tw-bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.tw-bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.tw-bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.tw-bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.tw-bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.tw-bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.tw-bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15);
}
.tw-bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.tw-bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.tw-bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.tw-bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35);
}
.tw-bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.tw-bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}
.tw-bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.tw-bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.tw-bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}
.tw-bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.tw-bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}
.tw-bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.tw-bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.tw-bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.tw-bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}
.tw-bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.tw-bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.tw-bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.tw-bg-neutral-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.tw-bg-neutral-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.tw-bg-neutral-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.tw-bg-neutral-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}
.tw-bg-neutral-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.tw-bg-neutral-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.tw-bg-neutral-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.tw-bg-neutral-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}
.tw-bg-neutral-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.tw-bg-neutral-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}
.tw-bg-neutral-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.tw-bg-neutral-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.tw-bg-neutral-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}
.tw-bg-neutral-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.tw-bg-neutral-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}
.tw-bg-neutral-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.tw-bg-neutral-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.tw-bg-neutral-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.tw-bg-neutral-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}
.tw-bg-neutral-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.tw-bg-neutral-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.tw-bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.tw-bg-neutral-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.tw-bg-neutral-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.tw-bg-neutral-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.tw-bg-neutral-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}
.tw-bg-neutral-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.tw-bg-neutral-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.tw-bg-neutral-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.tw-bg-neutral-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}
.tw-bg-neutral-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.tw-bg-neutral-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}
.tw-bg-neutral-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.tw-bg-neutral-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.tw-bg-neutral-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}
.tw-bg-neutral-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.tw-bg-neutral-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}
.tw-bg-neutral-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.tw-bg-neutral-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.tw-bg-neutral-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.tw-bg-neutral-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}
.tw-bg-neutral-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.tw-bg-neutral-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.tw-bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.tw-bg-neutral-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.tw-bg-neutral-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.tw-bg-neutral-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.tw-bg-neutral-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}
.tw-bg-neutral-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.tw-bg-neutral-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.tw-bg-neutral-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.tw-bg-neutral-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}
.tw-bg-neutral-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.tw-bg-neutral-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}
.tw-bg-neutral-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.tw-bg-neutral-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.tw-bg-neutral-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}
.tw-bg-neutral-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.tw-bg-neutral-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}
.tw-bg-neutral-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.tw-bg-neutral-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.tw-bg-neutral-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.tw-bg-neutral-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}
.tw-bg-neutral-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.tw-bg-neutral-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.tw-bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.tw-bg-neutral-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.tw-bg-neutral-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.tw-bg-neutral-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.tw-bg-neutral-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}
.tw-bg-neutral-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.tw-bg-neutral-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.tw-bg-neutral-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.tw-bg-neutral-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}
.tw-bg-neutral-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.tw-bg-neutral-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}
.tw-bg-neutral-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.tw-bg-neutral-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.tw-bg-neutral-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}
.tw-bg-neutral-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.tw-bg-neutral-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}
.tw-bg-neutral-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.tw-bg-neutral-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.tw-bg-neutral-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.tw-bg-neutral-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}
.tw-bg-neutral-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.tw-bg-neutral-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.tw-bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.tw-bg-neutral-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.tw-bg-neutral-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.tw-bg-neutral-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.tw-bg-neutral-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}
.tw-bg-neutral-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.tw-bg-neutral-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.tw-bg-neutral-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.tw-bg-neutral-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}
.tw-bg-neutral-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.tw-bg-neutral-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}
.tw-bg-neutral-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.tw-bg-neutral-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.tw-bg-neutral-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}
.tw-bg-neutral-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.tw-bg-neutral-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}
.tw-bg-neutral-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.tw-bg-neutral-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.tw-bg-neutral-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.tw-bg-neutral-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}
.tw-bg-neutral-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.tw-bg-neutral-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.tw-bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.tw-bg-neutral-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.tw-bg-neutral-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.tw-bg-neutral-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.tw-bg-neutral-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}
.tw-bg-neutral-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.tw-bg-neutral-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.tw-bg-neutral-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.tw-bg-neutral-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}
.tw-bg-neutral-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.tw-bg-neutral-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.tw-bg-neutral-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.tw-bg-neutral-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.tw-bg-neutral-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.tw-bg-neutral-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.tw-bg-neutral-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.tw-bg-neutral-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.tw-bg-neutral-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.tw-bg-neutral-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.tw-bg-neutral-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.tw-bg-neutral-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.tw-bg-neutral-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.tw-bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.tw-bg-neutral-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.tw-bg-neutral-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.tw-bg-neutral-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.tw-bg-neutral-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}
.tw-bg-neutral-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.tw-bg-neutral-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.tw-bg-neutral-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.tw-bg-neutral-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}
.tw-bg-neutral-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.tw-bg-neutral-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}
.tw-bg-neutral-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.tw-bg-neutral-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.tw-bg-neutral-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}
.tw-bg-neutral-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.tw-bg-neutral-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}
.tw-bg-neutral-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.tw-bg-neutral-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.tw-bg-neutral-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.tw-bg-neutral-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}
.tw-bg-neutral-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.tw-bg-neutral-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.tw-bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.tw-bg-neutral-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.tw-bg-neutral-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.tw-bg-neutral-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.tw-bg-neutral-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}
.tw-bg-neutral-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.tw-bg-neutral-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.tw-bg-neutral-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.tw-bg-neutral-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}
.tw-bg-neutral-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.tw-bg-neutral-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}
.tw-bg-neutral-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.tw-bg-neutral-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.tw-bg-neutral-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}
.tw-bg-neutral-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.tw-bg-neutral-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}
.tw-bg-neutral-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.tw-bg-neutral-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.tw-bg-neutral-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.tw-bg-neutral-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}
.tw-bg-neutral-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.tw-bg-neutral-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.tw-bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.tw-bg-neutral-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.tw-bg-neutral-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.tw-bg-neutral-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.tw-bg-neutral-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}
.tw-bg-neutral-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.tw-bg-neutral-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.tw-bg-neutral-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.tw-bg-neutral-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}
.tw-bg-neutral-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.tw-bg-neutral-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}
.tw-bg-neutral-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.tw-bg-neutral-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.tw-bg-neutral-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}
.tw-bg-neutral-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.tw-bg-neutral-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}
.tw-bg-neutral-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.tw-bg-neutral-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.tw-bg-neutral-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.tw-bg-neutral-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}
.tw-bg-neutral-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.tw-bg-neutral-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.tw-bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.tw-bg-neutral-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.tw-bg-neutral-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.tw-bg-neutral-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.tw-bg-neutral-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}
.tw-bg-neutral-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.tw-bg-neutral-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.tw-bg-neutral-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.tw-bg-neutral-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}
.tw-bg-neutral-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.tw-bg-neutral-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.tw-bg-neutral-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.tw-bg-neutral-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.tw-bg-neutral-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}
.tw-bg-neutral-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.tw-bg-neutral-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}
.tw-bg-neutral-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.tw-bg-neutral-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.tw-bg-neutral-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.tw-bg-neutral-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}
.tw-bg-neutral-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.tw-bg-neutral-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.tw-bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.tw-bg-neutral-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.tw-bg-neutral-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.tw-bg-neutral-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.tw-bg-neutral-950\/15 {
  background-color: rgb(2 6 23 / 0.15);
}
.tw-bg-neutral-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.tw-bg-neutral-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.tw-bg-neutral-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.tw-bg-neutral-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.tw-bg-neutral-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.tw-bg-neutral-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.tw-bg-neutral-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.tw-bg-neutral-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.tw-bg-neutral-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.tw-bg-neutral-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.tw-bg-neutral-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}
.tw-bg-neutral-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.tw-bg-neutral-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.tw-bg-neutral-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.tw-bg-neutral-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.tw-bg-neutral-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.tw-bg-neutral-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.tw-bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.tw-bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.tw-bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.tw-bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.tw-bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}
.tw-bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.tw-bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.tw-bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.tw-bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}
.tw-bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.tw-bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}
.tw-bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.tw-bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.tw-bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}
.tw-bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.tw-bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}
.tw-bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.tw-bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.tw-bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.tw-bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}
.tw-bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.tw-bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.tw-bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.tw-bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.tw-bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.tw-bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.tw-bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}
.tw-bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.tw-bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.tw-bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.tw-bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}
.tw-bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.tw-bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}
.tw-bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.tw-bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.tw-bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}
.tw-bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.tw-bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}
.tw-bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.tw-bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.tw-bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.tw-bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}
.tw-bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.tw-bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.tw-bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.tw-bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.tw-bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.tw-bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.tw-bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}
.tw-bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.tw-bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.tw-bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.tw-bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}
.tw-bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.tw-bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}
.tw-bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.tw-bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.tw-bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}
.tw-bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.tw-bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}
.tw-bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.tw-bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.tw-bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.tw-bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}
.tw-bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.tw-bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.tw-bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.tw-bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.tw-bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.tw-bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.tw-bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}
.tw-bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.tw-bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.tw-bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.tw-bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}
.tw-bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.tw-bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}
.tw-bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.tw-bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.tw-bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}
.tw-bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.tw-bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}
.tw-bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.tw-bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.tw-bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.tw-bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}
.tw-bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.tw-bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.tw-bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.tw-bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.tw-bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.tw-bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.tw-bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}
.tw-bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.tw-bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.tw-bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.tw-bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}
.tw-bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.tw-bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}
.tw-bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.tw-bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.tw-bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}
.tw-bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.tw-bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}
.tw-bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.tw-bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.tw-bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.tw-bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}
.tw-bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.tw-bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.tw-bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.tw-bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.tw-bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.tw-bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.tw-bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.tw-bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.tw-bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.tw-bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.tw-bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}
.tw-bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.tw-bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}
.tw-bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.tw-bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.tw-bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}
.tw-bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.tw-bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}
.tw-bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.tw-bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.tw-bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.tw-bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}
.tw-bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.tw-bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.tw-bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.tw-bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.tw-bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.tw-bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.tw-bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}
.tw-bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.tw-bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.tw-bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.tw-bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}
.tw-bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.tw-bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}
.tw-bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.tw-bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.tw-bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}
.tw-bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.tw-bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}
.tw-bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.tw-bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.tw-bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.tw-bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}
.tw-bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.tw-bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.tw-bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.tw-bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.tw-bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.tw-bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.tw-bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}
.tw-bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.tw-bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.tw-bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.tw-bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}
.tw-bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.tw-bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}
.tw-bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.tw-bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.tw-bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}
.tw-bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.tw-bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}
.tw-bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.tw-bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.tw-bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.tw-bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}
.tw-bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.tw-bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.tw-bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.tw-bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.tw-bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.tw-bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.tw-bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}
.tw-bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.tw-bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.tw-bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.tw-bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}
.tw-bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.tw-bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}
.tw-bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.tw-bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.tw-bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}
.tw-bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.tw-bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}
.tw-bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.tw-bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.tw-bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.tw-bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}
.tw-bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.tw-bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.tw-bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.tw-bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.tw-bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.tw-bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.tw-bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}
.tw-bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.tw-bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.tw-bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.tw-bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}
.tw-bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.tw-bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}
.tw-bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.tw-bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.tw-bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}
.tw-bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.tw-bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}
.tw-bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.tw-bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.tw-bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.tw-bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}
.tw-bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.tw-bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.tw-bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.tw-bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.tw-bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.tw-bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.tw-bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15);
}
.tw-bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.tw-bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.tw-bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.tw-bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35);
}
.tw-bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.tw-bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}
.tw-bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.tw-bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.tw-bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}
.tw-bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.tw-bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}
.tw-bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.tw-bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.tw-bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.tw-bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}
.tw-bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.tw-bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.tw-bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.tw-bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.tw-bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.tw-bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.tw-bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}
.tw-bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.tw-bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.tw-bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.tw-bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}
.tw-bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.tw-bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}
.tw-bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.tw-bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.tw-bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}
.tw-bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.tw-bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}
.tw-bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.tw-bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.tw-bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.tw-bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}
.tw-bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.tw-bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.tw-bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.tw-bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.tw-bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.tw-bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.tw-bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}
.tw-bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.tw-bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.tw-bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.tw-bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}
.tw-bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.tw-bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}
.tw-bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.tw-bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.tw-bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}
.tw-bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.tw-bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}
.tw-bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.tw-bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.tw-bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.tw-bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}
.tw-bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.tw-bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.tw-bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.tw-bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.tw-bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.tw-bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.tw-bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}
.tw-bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.tw-bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.tw-bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.tw-bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}
.tw-bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.tw-bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}
.tw-bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.tw-bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.tw-bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}
.tw-bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.tw-bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}
.tw-bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.tw-bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.tw-bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.tw-bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}
.tw-bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.tw-bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.tw-bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.tw-bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.tw-bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.tw-bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.tw-bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}
.tw-bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.tw-bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.tw-bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.tw-bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}
.tw-bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.tw-bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}
.tw-bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.tw-bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.tw-bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}
.tw-bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.tw-bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}
.tw-bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.tw-bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.tw-bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.tw-bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}
.tw-bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.tw-bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.tw-bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.tw-bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.tw-bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.tw-bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.tw-bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}
.tw-bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.tw-bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.tw-bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.tw-bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}
.tw-bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.tw-bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}
.tw-bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.tw-bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.tw-bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}
.tw-bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.tw-bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}
.tw-bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.tw-bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.tw-bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.tw-bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}
.tw-bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.tw-bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.tw-bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.tw-bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.tw-bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.tw-bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.tw-bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}
.tw-bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.tw-bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.tw-bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.tw-bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}
.tw-bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.tw-bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}
.tw-bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.tw-bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.tw-bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}
.tw-bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.tw-bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}
.tw-bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.tw-bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.tw-bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.tw-bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}
.tw-bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.tw-bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.tw-bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.tw-bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.tw-bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.tw-bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.tw-bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}
.tw-bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.tw-bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.tw-bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.tw-bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}
.tw-bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.tw-bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}
.tw-bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.tw-bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.tw-bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}
.tw-bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.tw-bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}
.tw-bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.tw-bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.tw-bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.tw-bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}
.tw-bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.tw-bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.tw-bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.tw-bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.tw-bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.tw-bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.tw-bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}
.tw-bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.tw-bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.tw-bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.tw-bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}
.tw-bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.tw-bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}
.tw-bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.tw-bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.tw-bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}
.tw-bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.tw-bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}
.tw-bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.tw-bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.tw-bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.tw-bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}
.tw-bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.tw-bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.tw-bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.tw-bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.tw-bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.tw-bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.tw-bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}
.tw-bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.tw-bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.tw-bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.tw-bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}
.tw-bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.tw-bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}
.tw-bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.tw-bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.tw-bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}
.tw-bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.tw-bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}
.tw-bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.tw-bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.tw-bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.tw-bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}
.tw-bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.tw-bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.tw-bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.tw-bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.tw-bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.tw-bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.tw-bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}
.tw-bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.tw-bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.tw-bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.tw-bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}
.tw-bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.tw-bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}
.tw-bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.tw-bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.tw-bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}
.tw-bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.tw-bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}
.tw-bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.tw-bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.tw-bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.tw-bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}
.tw-bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.tw-bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.tw-bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.tw-bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.tw-bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.tw-bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.tw-bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15);
}
.tw-bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.tw-bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.tw-bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.tw-bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}
.tw-bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.tw-bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}
.tw-bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.tw-bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.tw-bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}
.tw-bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.tw-bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}
.tw-bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.tw-bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.tw-bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.tw-bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}
.tw-bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.tw-bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.tw-bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
}
.tw-bg-primary-100\/0 {
  background-color: rgb(217 226 255 / 0);
}
.tw-bg-primary-100\/10 {
  background-color: rgb(217 226 255 / 0.1);
}
.tw-bg-primary-100\/100 {
  background-color: rgb(217 226 255 / 1);
}
.tw-bg-primary-100\/15 {
  background-color: rgb(217 226 255 / 0.15);
}
.tw-bg-primary-100\/20 {
  background-color: rgb(217 226 255 / 0.2);
}
.tw-bg-primary-100\/25 {
  background-color: rgb(217 226 255 / 0.25);
}
.tw-bg-primary-100\/30 {
  background-color: rgb(217 226 255 / 0.3);
}
.tw-bg-primary-100\/35 {
  background-color: rgb(217 226 255 / 0.35);
}
.tw-bg-primary-100\/40 {
  background-color: rgb(217 226 255 / 0.4);
}
.tw-bg-primary-100\/45 {
  background-color: rgb(217 226 255 / 0.45);
}
.tw-bg-primary-100\/5 {
  background-color: rgb(217 226 255 / 0.05);
}
.tw-bg-primary-100\/50 {
  background-color: rgb(217 226 255 / 0.5);
}
.tw-bg-primary-100\/55 {
  background-color: rgb(217 226 255 / 0.55);
}
.tw-bg-primary-100\/60 {
  background-color: rgb(217 226 255 / 0.6);
}
.tw-bg-primary-100\/65 {
  background-color: rgb(217 226 255 / 0.65);
}
.tw-bg-primary-100\/70 {
  background-color: rgb(217 226 255 / 0.7);
}
.tw-bg-primary-100\/75 {
  background-color: rgb(217 226 255 / 0.75);
}
.tw-bg-primary-100\/80 {
  background-color: rgb(217 226 255 / 0.8);
}
.tw-bg-primary-100\/85 {
  background-color: rgb(217 226 255 / 0.85);
}
.tw-bg-primary-100\/90 {
  background-color: rgb(217 226 255 / 0.9);
}
.tw-bg-primary-100\/95 {
  background-color: rgb(217 226 255 / 0.95);
}
.tw-bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 193 255 / var(--tw-bg-opacity));
}
.tw-bg-primary-200\/0 {
  background-color: rgb(166 193 255 / 0);
}
.tw-bg-primary-200\/10 {
  background-color: rgb(166 193 255 / 0.1);
}
.tw-bg-primary-200\/100 {
  background-color: rgb(166 193 255 / 1);
}
.tw-bg-primary-200\/15 {
  background-color: rgb(166 193 255 / 0.15);
}
.tw-bg-primary-200\/20 {
  background-color: rgb(166 193 255 / 0.2);
}
.tw-bg-primary-200\/25 {
  background-color: rgb(166 193 255 / 0.25);
}
.tw-bg-primary-200\/30 {
  background-color: rgb(166 193 255 / 0.3);
}
.tw-bg-primary-200\/35 {
  background-color: rgb(166 193 255 / 0.35);
}
.tw-bg-primary-200\/40 {
  background-color: rgb(166 193 255 / 0.4);
}
.tw-bg-primary-200\/45 {
  background-color: rgb(166 193 255 / 0.45);
}
.tw-bg-primary-200\/5 {
  background-color: rgb(166 193 255 / 0.05);
}
.tw-bg-primary-200\/50 {
  background-color: rgb(166 193 255 / 0.5);
}
.tw-bg-primary-200\/55 {
  background-color: rgb(166 193 255 / 0.55);
}
.tw-bg-primary-200\/60 {
  background-color: rgb(166 193 255 / 0.6);
}
.tw-bg-primary-200\/65 {
  background-color: rgb(166 193 255 / 0.65);
}
.tw-bg-primary-200\/70 {
  background-color: rgb(166 193 255 / 0.7);
}
.tw-bg-primary-200\/75 {
  background-color: rgb(166 193 255 / 0.75);
}
.tw-bg-primary-200\/80 {
  background-color: rgb(166 193 255 / 0.8);
}
.tw-bg-primary-200\/85 {
  background-color: rgb(166 193 255 / 0.85);
}
.tw-bg-primary-200\/90 {
  background-color: rgb(166 193 255 / 0.9);
}
.tw-bg-primary-200\/95 {
  background-color: rgb(166 193 255 / 0.95);
}
.tw-bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 139 255 / var(--tw-bg-opacity));
}
.tw-bg-primary-300\/0 {
  background-color: rgb(89 139 255 / 0);
}
.tw-bg-primary-300\/10 {
  background-color: rgb(89 139 255 / 0.1);
}
.tw-bg-primary-300\/100 {
  background-color: rgb(89 139 255 / 1);
}
.tw-bg-primary-300\/15 {
  background-color: rgb(89 139 255 / 0.15);
}
.tw-bg-primary-300\/20 {
  background-color: rgb(89 139 255 / 0.2);
}
.tw-bg-primary-300\/25 {
  background-color: rgb(89 139 255 / 0.25);
}
.tw-bg-primary-300\/30 {
  background-color: rgb(89 139 255 / 0.3);
}
.tw-bg-primary-300\/35 {
  background-color: rgb(89 139 255 / 0.35);
}
.tw-bg-primary-300\/40 {
  background-color: rgb(89 139 255 / 0.4);
}
.tw-bg-primary-300\/45 {
  background-color: rgb(89 139 255 / 0.45);
}
.tw-bg-primary-300\/5 {
  background-color: rgb(89 139 255 / 0.05);
}
.tw-bg-primary-300\/50 {
  background-color: rgb(89 139 255 / 0.5);
}
.tw-bg-primary-300\/55 {
  background-color: rgb(89 139 255 / 0.55);
}
.tw-bg-primary-300\/60 {
  background-color: rgb(89 139 255 / 0.6);
}
.tw-bg-primary-300\/65 {
  background-color: rgb(89 139 255 / 0.65);
}
.tw-bg-primary-300\/70 {
  background-color: rgb(89 139 255 / 0.7);
}
.tw-bg-primary-300\/75 {
  background-color: rgb(89 139 255 / 0.75);
}
.tw-bg-primary-300\/80 {
  background-color: rgb(89 139 255 / 0.8);
}
.tw-bg-primary-300\/85 {
  background-color: rgb(89 139 255 / 0.85);
}
.tw-bg-primary-300\/90 {
  background-color: rgb(89 139 255 / 0.9);
}
.tw-bg-primary-300\/95 {
  background-color: rgb(89 139 255 / 0.95);
}
.tw-bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 255 / var(--tw-bg-opacity));
}
.tw-bg-primary-400\/0 {
  background-color: rgb(51 102 255 / 0);
}
.tw-bg-primary-400\/10 {
  background-color: rgb(51 102 255 / 0.1);
}
.tw-bg-primary-400\/100 {
  background-color: rgb(51 102 255 / 1);
}
.tw-bg-primary-400\/15 {
  background-color: rgb(51 102 255 / 0.15);
}
.tw-bg-primary-400\/20 {
  background-color: rgb(51 102 255 / 0.2);
}
.tw-bg-primary-400\/25 {
  background-color: rgb(51 102 255 / 0.25);
}
.tw-bg-primary-400\/30 {
  background-color: rgb(51 102 255 / 0.3);
}
.tw-bg-primary-400\/35 {
  background-color: rgb(51 102 255 / 0.35);
}
.tw-bg-primary-400\/40 {
  background-color: rgb(51 102 255 / 0.4);
}
.tw-bg-primary-400\/45 {
  background-color: rgb(51 102 255 / 0.45);
}
.tw-bg-primary-400\/5 {
  background-color: rgb(51 102 255 / 0.05);
}
.tw-bg-primary-400\/50 {
  background-color: rgb(51 102 255 / 0.5);
}
.tw-bg-primary-400\/55 {
  background-color: rgb(51 102 255 / 0.55);
}
.tw-bg-primary-400\/60 {
  background-color: rgb(51 102 255 / 0.6);
}
.tw-bg-primary-400\/65 {
  background-color: rgb(51 102 255 / 0.65);
}
.tw-bg-primary-400\/70 {
  background-color: rgb(51 102 255 / 0.7);
}
.tw-bg-primary-400\/75 {
  background-color: rgb(51 102 255 / 0.75);
}
.tw-bg-primary-400\/80 {
  background-color: rgb(51 102 255 / 0.8);
}
.tw-bg-primary-400\/85 {
  background-color: rgb(51 102 255 / 0.85);
}
.tw-bg-primary-400\/90 {
  background-color: rgb(51 102 255 / 0.9);
}
.tw-bg-primary-400\/95 {
  background-color: rgb(51 102 255 / 0.95);
}
.tw-bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity));
}
.tw-bg-primary-50\/0 {
  background-color: rgb(240 243 255 / 0);
}
.tw-bg-primary-50\/10 {
  background-color: rgb(240 243 255 / 0.1);
}
.tw-bg-primary-50\/100 {
  background-color: rgb(240 243 255 / 1);
}
.tw-bg-primary-50\/15 {
  background-color: rgb(240 243 255 / 0.15);
}
.tw-bg-primary-50\/20 {
  background-color: rgb(240 243 255 / 0.2);
}
.tw-bg-primary-50\/25 {
  background-color: rgb(240 243 255 / 0.25);
}
.tw-bg-primary-50\/30 {
  background-color: rgb(240 243 255 / 0.3);
}
.tw-bg-primary-50\/35 {
  background-color: rgb(240 243 255 / 0.35);
}
.tw-bg-primary-50\/40 {
  background-color: rgb(240 243 255 / 0.4);
}
.tw-bg-primary-50\/45 {
  background-color: rgb(240 243 255 / 0.45);
}
.tw-bg-primary-50\/5 {
  background-color: rgb(240 243 255 / 0.05);
}
.tw-bg-primary-50\/50 {
  background-color: rgb(240 243 255 / 0.5);
}
.tw-bg-primary-50\/55 {
  background-color: rgb(240 243 255 / 0.55);
}
.tw-bg-primary-50\/60 {
  background-color: rgb(240 243 255 / 0.6);
}
.tw-bg-primary-50\/65 {
  background-color: rgb(240 243 255 / 0.65);
}
.tw-bg-primary-50\/70 {
  background-color: rgb(240 243 255 / 0.7);
}
.tw-bg-primary-50\/75 {
  background-color: rgb(240 243 255 / 0.75);
}
.tw-bg-primary-50\/80 {
  background-color: rgb(240 243 255 / 0.8);
}
.tw-bg-primary-50\/85 {
  background-color: rgb(240 243 255 / 0.85);
}
.tw-bg-primary-50\/90 {
  background-color: rgb(240 243 255 / 0.9);
}
.tw-bg-primary-50\/95 {
  background-color: rgb(240 243 255 / 0.95);
}
.tw-bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 75 219 / var(--tw-bg-opacity));
}
.tw-bg-primary-500\/0 {
  background-color: rgb(39 75 219 / 0);
}
.tw-bg-primary-500\/10 {
  background-color: rgb(39 75 219 / 0.1);
}
.tw-bg-primary-500\/100 {
  background-color: rgb(39 75 219 / 1);
}
.tw-bg-primary-500\/15 {
  background-color: rgb(39 75 219 / 0.15);
}
.tw-bg-primary-500\/20 {
  background-color: rgb(39 75 219 / 0.2);
}
.tw-bg-primary-500\/25 {
  background-color: rgb(39 75 219 / 0.25);
}
.tw-bg-primary-500\/30 {
  background-color: rgb(39 75 219 / 0.3);
}
.tw-bg-primary-500\/35 {
  background-color: rgb(39 75 219 / 0.35);
}
.tw-bg-primary-500\/40 {
  background-color: rgb(39 75 219 / 0.4);
}
.tw-bg-primary-500\/45 {
  background-color: rgb(39 75 219 / 0.45);
}
.tw-bg-primary-500\/5 {
  background-color: rgb(39 75 219 / 0.05);
}
.tw-bg-primary-500\/50 {
  background-color: rgb(39 75 219 / 0.5);
}
.tw-bg-primary-500\/55 {
  background-color: rgb(39 75 219 / 0.55);
}
.tw-bg-primary-500\/60 {
  background-color: rgb(39 75 219 / 0.6);
}
.tw-bg-primary-500\/65 {
  background-color: rgb(39 75 219 / 0.65);
}
.tw-bg-primary-500\/70 {
  background-color: rgb(39 75 219 / 0.7);
}
.tw-bg-primary-500\/75 {
  background-color: rgb(39 75 219 / 0.75);
}
.tw-bg-primary-500\/80 {
  background-color: rgb(39 75 219 / 0.8);
}
.tw-bg-primary-500\/85 {
  background-color: rgb(39 75 219 / 0.85);
}
.tw-bg-primary-500\/90 {
  background-color: rgb(39 75 219 / 0.9);
}
.tw-bg-primary-500\/95 {
  background-color: rgb(39 75 219 / 0.95);
}
.tw-bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.tw-bg-primary-600\/0 {
  background-color: rgb(30 58 138 / 0);
}
.tw-bg-primary-600\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.tw-bg-primary-600\/100 {
  background-color: rgb(30 58 138 / 1);
}
.tw-bg-primary-600\/15 {
  background-color: rgb(30 58 138 / 0.15);
}
.tw-bg-primary-600\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.tw-bg-primary-600\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.tw-bg-primary-600\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.tw-bg-primary-600\/35 {
  background-color: rgb(30 58 138 / 0.35);
}
.tw-bg-primary-600\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.tw-bg-primary-600\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.tw-bg-primary-600\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.tw-bg-primary-600\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.tw-bg-primary-600\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.tw-bg-primary-600\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.tw-bg-primary-600\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.tw-bg-primary-600\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.tw-bg-primary-600\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.tw-bg-primary-600\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.tw-bg-primary-600\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.tw-bg-primary-600\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.tw-bg-primary-600\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.tw-bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
}
.tw-bg-primary-700\/0 {
  background-color: rgb(22 48 107 / 0);
}
.tw-bg-primary-700\/10 {
  background-color: rgb(22 48 107 / 0.1);
}
.tw-bg-primary-700\/100 {
  background-color: rgb(22 48 107 / 1);
}
.tw-bg-primary-700\/15 {
  background-color: rgb(22 48 107 / 0.15);
}
.tw-bg-primary-700\/20 {
  background-color: rgb(22 48 107 / 0.2);
}
.tw-bg-primary-700\/25 {
  background-color: rgb(22 48 107 / 0.25);
}
.tw-bg-primary-700\/30 {
  background-color: rgb(22 48 107 / 0.3);
}
.tw-bg-primary-700\/35 {
  background-color: rgb(22 48 107 / 0.35);
}
.tw-bg-primary-700\/40 {
  background-color: rgb(22 48 107 / 0.4);
}
.tw-bg-primary-700\/45 {
  background-color: rgb(22 48 107 / 0.45);
}
.tw-bg-primary-700\/5 {
  background-color: rgb(22 48 107 / 0.05);
}
.tw-bg-primary-700\/50 {
  background-color: rgb(22 48 107 / 0.5);
}
.tw-bg-primary-700\/55 {
  background-color: rgb(22 48 107 / 0.55);
}
.tw-bg-primary-700\/60 {
  background-color: rgb(22 48 107 / 0.6);
}
.tw-bg-primary-700\/65 {
  background-color: rgb(22 48 107 / 0.65);
}
.tw-bg-primary-700\/70 {
  background-color: rgb(22 48 107 / 0.7);
}
.tw-bg-primary-700\/75 {
  background-color: rgb(22 48 107 / 0.75);
}
.tw-bg-primary-700\/80 {
  background-color: rgb(22 48 107 / 0.8);
}
.tw-bg-primary-700\/85 {
  background-color: rgb(22 48 107 / 0.85);
}
.tw-bg-primary-700\/90 {
  background-color: rgb(22 48 107 / 0.9);
}
.tw-bg-primary-700\/95 {
  background-color: rgb(22 48 107 / 0.95);
}
.tw-bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 38 74 / var(--tw-bg-opacity));
}
.tw-bg-primary-800\/0 {
  background-color: rgb(16 38 74 / 0);
}
.tw-bg-primary-800\/10 {
  background-color: rgb(16 38 74 / 0.1);
}
.tw-bg-primary-800\/100 {
  background-color: rgb(16 38 74 / 1);
}
.tw-bg-primary-800\/15 {
  background-color: rgb(16 38 74 / 0.15);
}
.tw-bg-primary-800\/20 {
  background-color: rgb(16 38 74 / 0.2);
}
.tw-bg-primary-800\/25 {
  background-color: rgb(16 38 74 / 0.25);
}
.tw-bg-primary-800\/30 {
  background-color: rgb(16 38 74 / 0.3);
}
.tw-bg-primary-800\/35 {
  background-color: rgb(16 38 74 / 0.35);
}
.tw-bg-primary-800\/40 {
  background-color: rgb(16 38 74 / 0.4);
}
.tw-bg-primary-800\/45 {
  background-color: rgb(16 38 74 / 0.45);
}
.tw-bg-primary-800\/5 {
  background-color: rgb(16 38 74 / 0.05);
}
.tw-bg-primary-800\/50 {
  background-color: rgb(16 38 74 / 0.5);
}
.tw-bg-primary-800\/55 {
  background-color: rgb(16 38 74 / 0.55);
}
.tw-bg-primary-800\/60 {
  background-color: rgb(16 38 74 / 0.6);
}
.tw-bg-primary-800\/65 {
  background-color: rgb(16 38 74 / 0.65);
}
.tw-bg-primary-800\/70 {
  background-color: rgb(16 38 74 / 0.7);
}
.tw-bg-primary-800\/75 {
  background-color: rgb(16 38 74 / 0.75);
}
.tw-bg-primary-800\/80 {
  background-color: rgb(16 38 74 / 0.8);
}
.tw-bg-primary-800\/85 {
  background-color: rgb(16 38 74 / 0.85);
}
.tw-bg-primary-800\/90 {
  background-color: rgb(16 38 74 / 0.9);
}
.tw-bg-primary-800\/95 {
  background-color: rgb(16 38 74 / 0.95);
}
.tw-bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 26 48 / var(--tw-bg-opacity));
}
.tw-bg-primary-900\/0 {
  background-color: rgb(9 26 48 / 0);
}
.tw-bg-primary-900\/10 {
  background-color: rgb(9 26 48 / 0.1);
}
.tw-bg-primary-900\/100 {
  background-color: rgb(9 26 48 / 1);
}
.tw-bg-primary-900\/15 {
  background-color: rgb(9 26 48 / 0.15);
}
.tw-bg-primary-900\/20 {
  background-color: rgb(9 26 48 / 0.2);
}
.tw-bg-primary-900\/25 {
  background-color: rgb(9 26 48 / 0.25);
}
.tw-bg-primary-900\/30 {
  background-color: rgb(9 26 48 / 0.3);
}
.tw-bg-primary-900\/35 {
  background-color: rgb(9 26 48 / 0.35);
}
.tw-bg-primary-900\/40 {
  background-color: rgb(9 26 48 / 0.4);
}
.tw-bg-primary-900\/45 {
  background-color: rgb(9 26 48 / 0.45);
}
.tw-bg-primary-900\/5 {
  background-color: rgb(9 26 48 / 0.05);
}
.tw-bg-primary-900\/50 {
  background-color: rgb(9 26 48 / 0.5);
}
.tw-bg-primary-900\/55 {
  background-color: rgb(9 26 48 / 0.55);
}
.tw-bg-primary-900\/60 {
  background-color: rgb(9 26 48 / 0.6);
}
.tw-bg-primary-900\/65 {
  background-color: rgb(9 26 48 / 0.65);
}
.tw-bg-primary-900\/70 {
  background-color: rgb(9 26 48 / 0.7);
}
.tw-bg-primary-900\/75 {
  background-color: rgb(9 26 48 / 0.75);
}
.tw-bg-primary-900\/80 {
  background-color: rgb(9 26 48 / 0.8);
}
.tw-bg-primary-900\/85 {
  background-color: rgb(9 26 48 / 0.85);
}
.tw-bg-primary-900\/90 {
  background-color: rgb(9 26 48 / 0.9);
}
.tw-bg-primary-900\/95 {
  background-color: rgb(9 26 48 / 0.95);
}
.tw-bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.tw-bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.tw-bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.tw-bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.tw-bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}
.tw-bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.tw-bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.tw-bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.tw-bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}
.tw-bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.tw-bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}
.tw-bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.tw-bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.tw-bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}
.tw-bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.tw-bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}
.tw-bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.tw-bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.tw-bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.tw-bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}
.tw-bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.tw-bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.tw-bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.tw-bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.tw-bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.tw-bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.tw-bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}
.tw-bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.tw-bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.tw-bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.tw-bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}
.tw-bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.tw-bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}
.tw-bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.tw-bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.tw-bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}
.tw-bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.tw-bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}
.tw-bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.tw-bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.tw-bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.tw-bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}
.tw-bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.tw-bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.tw-bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.tw-bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.tw-bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.tw-bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.tw-bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}
.tw-bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.tw-bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.tw-bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.tw-bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}
.tw-bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.tw-bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.tw-bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.tw-bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.tw-bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.tw-bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.tw-bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.tw-bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.tw-bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.tw-bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.tw-bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.tw-bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.tw-bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.tw-bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.tw-bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.tw-bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.tw-bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.tw-bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}
.tw-bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.tw-bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.tw-bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.tw-bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}
.tw-bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.tw-bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.tw-bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.tw-bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.tw-bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.tw-bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.tw-bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.tw-bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.tw-bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.tw-bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.tw-bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.tw-bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.tw-bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.tw-bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.tw-bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.tw-bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.tw-bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.tw-bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}
.tw-bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}
.tw-bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}
.tw-bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.tw-bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}
.tw-bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.tw-bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}
.tw-bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}
.tw-bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.tw-bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}
.tw-bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.tw-bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}
.tw-bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.tw-bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}
.tw-bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.tw-bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}
.tw-bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.tw-bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.tw-bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.tw-bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.tw-bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.tw-bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.tw-bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.tw-bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.tw-bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.tw-bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.tw-bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}
.tw-bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.tw-bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.tw-bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.tw-bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.tw-bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.tw-bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.tw-bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.tw-bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.tw-bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.tw-bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.tw-bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.tw-bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.tw-bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.tw-bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.tw-bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.tw-bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.tw-bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.tw-bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}
.tw-bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.tw-bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.tw-bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.tw-bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}
.tw-bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.tw-bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.tw-bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.tw-bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.tw-bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.tw-bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.tw-bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.tw-bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.tw-bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.tw-bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.tw-bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.tw-bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.tw-bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.tw-bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.tw-bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.tw-bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.tw-bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.tw-bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}
.tw-bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.tw-bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.tw-bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.tw-bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}
.tw-bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.tw-bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.tw-bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.tw-bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.tw-bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.tw-bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.tw-bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.tw-bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.tw-bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.tw-bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.tw-bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.tw-bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.tw-bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.tw-bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.tw-bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.tw-bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.tw-bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.tw-bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}
.tw-bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.tw-bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.tw-bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.tw-bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}
.tw-bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.tw-bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}
.tw-bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.tw-bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.tw-bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}
.tw-bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.tw-bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}
.tw-bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.tw-bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.tw-bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.tw-bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}
.tw-bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.tw-bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.tw-bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.tw-bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.tw-bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.tw-bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.tw-bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}
.tw-bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.tw-bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}
.tw-bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.tw-bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}
.tw-bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.tw-bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}
.tw-bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}
.tw-bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.tw-bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}
.tw-bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.tw-bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}
.tw-bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}
.tw-bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}
.tw-bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.tw-bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}
.tw-bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.tw-bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.tw-bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.tw-bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.tw-bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.tw-bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.tw-bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}
.tw-bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.tw-bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.tw-bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.tw-bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}
.tw-bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.tw-bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}
.tw-bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.tw-bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.tw-bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}
.tw-bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.tw-bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}
.tw-bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.tw-bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.tw-bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.tw-bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}
.tw-bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.tw-bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.tw-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.tw-bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.tw-bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.tw-bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.tw-bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.tw-bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.tw-bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.tw-bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.tw-bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.tw-bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.tw-bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.tw-bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.tw-bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.tw-bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.tw-bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.tw-bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.tw-bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.tw-bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.tw-bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.tw-bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.tw-bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.tw-bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.tw-bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.tw-bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.tw-bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.tw-bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.tw-bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.tw-bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.tw-bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.tw-bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.tw-bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.tw-bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.tw-bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.tw-bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.tw-bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.tw-bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.tw-bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.tw-bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.tw-bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.tw-bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.tw-bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.tw-bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.tw-bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.tw-bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.tw-bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.tw-bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.tw-bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.tw-bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.tw-bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.tw-bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.tw-bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.tw-bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.tw-bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.tw-bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.tw-bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.tw-bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.tw-bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.tw-bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.tw-bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.tw-bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.tw-bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.tw-bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.tw-bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.tw-bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.tw-bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.tw-bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.tw-bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.tw-bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.tw-bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.tw-bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.tw-bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.tw-bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.tw-bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.tw-bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.tw-bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.tw-bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.tw-bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.tw-bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.tw-bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.tw-bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.tw-bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.tw-bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.tw-bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.tw-bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.tw-bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.tw-bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.tw-bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.tw-bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.tw-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.tw-bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.tw-bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.tw-bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.tw-bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.tw-bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.tw-bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.tw-bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.tw-bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.tw-bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.tw-bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.tw-bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.tw-bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.tw-bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.tw-bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.tw-bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.tw-bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.tw-bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.tw-bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.tw-bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.tw-bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.tw-bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.tw-bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.tw-bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.tw-bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.tw-bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.tw-bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.tw-bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.tw-bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.tw-bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.tw-bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.tw-bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.tw-bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.tw-bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.tw-bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.tw-bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.tw-bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.tw-bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.tw-bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.tw-bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.tw-bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.tw-bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.tw-bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.tw-bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.tw-bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.tw-bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.tw-bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.tw-bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.tw-bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.tw-bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.tw-bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.tw-bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.tw-bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.tw-bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.tw-bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.tw-bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.tw-bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.tw-bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.tw-bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.tw-bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.tw-bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.tw-bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.tw-bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.tw-bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.tw-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.tw-bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.tw-bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.tw-bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.tw-bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.tw-bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.tw-bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.tw-bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.tw-bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.tw-bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.tw-bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.tw-bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.tw-bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.tw-bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.tw-bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.tw-bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.tw-bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.tw-bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.tw-bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.tw-bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.tw-bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.tw-bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.tw-bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.tw-bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.tw-bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.tw-bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.tw-bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.tw-bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.tw-bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.tw-bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.tw-bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.tw-bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.tw-bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.tw-bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.tw-bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.tw-bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.tw-bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.tw-bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.tw-bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.tw-bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.tw-bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.tw-bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.tw-bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.tw-bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.tw-bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.tw-bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.tw-bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.tw-bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.tw-bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.tw-bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.tw-bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.tw-bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.tw-bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.tw-bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.tw-bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.tw-bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.tw-bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.tw-bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.tw-bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.tw-bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.tw-bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.tw-bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.tw-bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.tw-bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.tw-bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.tw-bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.tw-bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.tw-bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.tw-bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.tw-bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.tw-bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.tw-bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.tw-bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.tw-bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.tw-bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.tw-bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.tw-bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.tw-bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.tw-bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.tw-bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.tw-bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.tw-bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.tw-bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.tw-bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.tw-bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.tw-bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.tw-bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.tw-bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.tw-bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.tw-bg-success-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.tw-bg-success-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.tw-bg-success-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.tw-bg-success-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.tw-bg-success-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.tw-bg-success-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.tw-bg-success-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.tw-bg-success-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.tw-bg-success-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.tw-bg-success-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.tw-bg-success-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.tw-bg-success-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.tw-bg-success-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.tw-bg-success-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.tw-bg-success-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.tw-bg-success-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.tw-bg-success-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.tw-bg-success-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.tw-bg-success-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.tw-bg-success-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.tw-bg-success-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.tw-bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.tw-bg-success-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.tw-bg-success-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.tw-bg-success-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.tw-bg-success-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.tw-bg-success-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.tw-bg-success-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.tw-bg-success-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.tw-bg-success-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.tw-bg-success-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.tw-bg-success-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.tw-bg-success-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.tw-bg-success-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.tw-bg-success-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.tw-bg-success-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.tw-bg-success-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.tw-bg-success-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.tw-bg-success-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.tw-bg-success-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.tw-bg-success-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.tw-bg-success-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.tw-bg-success-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.tw-bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.tw-bg-success-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.tw-bg-success-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.tw-bg-success-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.tw-bg-success-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.tw-bg-success-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.tw-bg-success-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.tw-bg-success-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.tw-bg-success-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.tw-bg-success-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.tw-bg-success-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.tw-bg-success-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.tw-bg-success-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.tw-bg-success-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.tw-bg-success-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.tw-bg-success-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.tw-bg-success-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.tw-bg-success-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.tw-bg-success-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.tw-bg-success-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.tw-bg-success-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.tw-bg-success-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.tw-bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.tw-bg-success-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.tw-bg-success-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.tw-bg-success-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.tw-bg-success-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.tw-bg-success-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.tw-bg-success-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.tw-bg-success-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.tw-bg-success-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.tw-bg-success-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.tw-bg-success-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.tw-bg-success-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.tw-bg-success-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.tw-bg-success-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.tw-bg-success-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.tw-bg-success-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.tw-bg-success-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.tw-bg-success-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.tw-bg-success-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.tw-bg-success-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.tw-bg-success-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.tw-bg-success-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.tw-bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.tw-bg-success-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.tw-bg-success-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.tw-bg-success-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.tw-bg-success-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}
.tw-bg-success-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.tw-bg-success-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.tw-bg-success-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.tw-bg-success-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}
.tw-bg-success-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.tw-bg-success-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.tw-bg-success-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.tw-bg-success-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.tw-bg-success-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.tw-bg-success-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.tw-bg-success-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.tw-bg-success-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.tw-bg-success-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.tw-bg-success-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.tw-bg-success-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.tw-bg-success-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.tw-bg-success-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.tw-bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.tw-bg-success-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.tw-bg-success-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.tw-bg-success-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.tw-bg-success-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.tw-bg-success-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.tw-bg-success-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.tw-bg-success-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.tw-bg-success-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.tw-bg-success-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.tw-bg-success-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.tw-bg-success-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.tw-bg-success-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.tw-bg-success-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.tw-bg-success-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.tw-bg-success-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.tw-bg-success-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.tw-bg-success-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.tw-bg-success-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.tw-bg-success-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.tw-bg-success-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.tw-bg-success-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.tw-bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.tw-bg-success-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.tw-bg-success-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.tw-bg-success-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.tw-bg-success-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.tw-bg-success-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.tw-bg-success-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.tw-bg-success-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.tw-bg-success-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.tw-bg-success-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.tw-bg-success-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.tw-bg-success-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.tw-bg-success-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.tw-bg-success-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.tw-bg-success-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.tw-bg-success-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.tw-bg-success-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.tw-bg-success-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.tw-bg-success-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.tw-bg-success-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.tw-bg-success-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.tw-bg-success-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.tw-bg-success-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.tw-bg-success-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.tw-bg-success-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.tw-bg-success-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.tw-bg-success-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.tw-bg-success-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.tw-bg-success-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.tw-bg-success-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.tw-bg-success-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.tw-bg-success-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.tw-bg-success-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.tw-bg-success-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.tw-bg-success-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.tw-bg-success-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.tw-bg-success-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.tw-bg-success-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.tw-bg-success-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.tw-bg-success-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.tw-bg-success-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.tw-bg-success-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.tw-bg-success-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.tw-bg-success-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.tw-bg-success-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.tw-bg-success-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.tw-bg-success-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.tw-bg-success-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.tw-bg-success-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}
.tw-bg-success-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.tw-bg-success-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.tw-bg-success-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.tw-bg-success-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}
.tw-bg-success-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.tw-bg-success-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.tw-bg-success-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.tw-bg-success-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.tw-bg-success-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.tw-bg-success-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.tw-bg-success-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.tw-bg-success-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.tw-bg-success-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.tw-bg-success-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.tw-bg-success-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.tw-bg-success-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.tw-bg-success-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.tw-bg-success-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.tw-bg-success-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.tw-bg-success-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.tw-bg-success-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.tw-bg-success-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.tw-bg-success-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.tw-bg-success-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.tw-bg-success-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.tw-bg-success-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.tw-bg-success-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.tw-bg-success-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.tw-bg-success-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.tw-bg-success-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.tw-bg-success-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.tw-bg-success-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.tw-bg-success-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.tw-bg-success-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.tw-bg-success-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.tw-bg-success-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.tw-bg-success-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.tw-bg-success-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.tw-bg-success-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.tw-bg-success-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.tw-bg-success-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.tw-bg-success-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.tw-bg-success-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.tw-bg-success-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}
.tw-bg-success-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.tw-bg-success-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.tw-bg-success-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.tw-bg-success-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}
.tw-bg-success-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.tw-bg-success-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.tw-bg-success-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.tw-bg-success-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.tw-bg-success-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.tw-bg-success-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.tw-bg-success-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.tw-bg-success-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.tw-bg-success-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.tw-bg-success-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.tw-bg-success-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.tw-bg-success-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.tw-bg-success-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.tw-bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.tw-bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.tw-bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.tw-bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.tw-bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15);
}
.tw-bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.tw-bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.tw-bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.tw-bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35);
}
.tw-bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.tw-bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}
.tw-bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.tw-bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.tw-bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}
.tw-bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.tw-bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}
.tw-bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.tw-bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.tw-bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.tw-bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}
.tw-bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.tw-bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.tw-bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.tw-bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.tw-bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.tw-bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.tw-bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15);
}
.tw-bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.tw-bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.tw-bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.tw-bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35);
}
.tw-bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.tw-bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}
.tw-bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.tw-bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.tw-bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}
.tw-bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.tw-bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}
.tw-bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.tw-bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.tw-bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.tw-bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}
.tw-bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.tw-bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.tw-bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.tw-bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.tw-bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.tw-bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.tw-bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15);
}
.tw-bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.tw-bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.tw-bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.tw-bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35);
}
.tw-bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.tw-bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}
.tw-bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.tw-bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.tw-bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}
.tw-bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.tw-bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}
.tw-bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.tw-bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.tw-bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.tw-bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}
.tw-bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.tw-bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.tw-bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.tw-bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.tw-bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.tw-bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.tw-bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15);
}
.tw-bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.tw-bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.tw-bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.tw-bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35);
}
.tw-bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.tw-bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}
.tw-bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.tw-bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.tw-bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}
.tw-bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.tw-bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}
.tw-bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.tw-bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.tw-bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.tw-bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}
.tw-bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.tw-bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.tw-bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.tw-bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.tw-bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.tw-bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.tw-bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}
.tw-bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.tw-bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.tw-bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.tw-bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}
.tw-bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.tw-bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}
.tw-bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.tw-bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.tw-bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}
.tw-bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.tw-bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}
.tw-bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.tw-bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.tw-bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.tw-bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}
.tw-bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.tw-bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.tw-bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.tw-bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.tw-bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.tw-bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.tw-bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15);
}
.tw-bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.tw-bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.tw-bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.tw-bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35);
}
.tw-bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.tw-bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}
.tw-bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.tw-bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.tw-bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}
.tw-bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.tw-bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}
.tw-bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.tw-bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.tw-bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.tw-bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}
.tw-bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.tw-bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.tw-bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.tw-bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.tw-bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.tw-bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.tw-bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15);
}
.tw-bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.tw-bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.tw-bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.tw-bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35);
}
.tw-bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.tw-bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}
.tw-bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.tw-bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.tw-bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}
.tw-bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.tw-bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}
.tw-bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.tw-bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.tw-bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.tw-bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}
.tw-bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.tw-bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.tw-bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.tw-bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.tw-bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.tw-bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.tw-bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15);
}
.tw-bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.tw-bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.tw-bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.tw-bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35);
}
.tw-bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.tw-bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}
.tw-bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.tw-bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.tw-bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}
.tw-bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.tw-bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}
.tw-bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.tw-bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.tw-bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.tw-bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}
.tw-bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.tw-bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.tw-bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.tw-bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.tw-bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.tw-bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.tw-bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15);
}
.tw-bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.tw-bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.tw-bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.tw-bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35);
}
.tw-bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.tw-bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}
.tw-bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.tw-bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.tw-bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}
.tw-bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.tw-bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}
.tw-bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.tw-bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.tw-bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.tw-bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}
.tw-bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.tw-bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.tw-bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.tw-bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.tw-bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.tw-bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.tw-bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15);
}
.tw-bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.tw-bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.tw-bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.tw-bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35);
}
.tw-bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.tw-bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}
.tw-bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.tw-bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.tw-bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}
.tw-bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.tw-bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}
.tw-bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.tw-bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.tw-bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.tw-bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}
.tw-bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.tw-bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.tw-bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.tw-bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.tw-bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.tw-bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.tw-bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15);
}
.tw-bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.tw-bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.tw-bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.tw-bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35);
}
.tw-bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.tw-bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}
.tw-bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.tw-bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.tw-bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}
.tw-bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.tw-bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}
.tw-bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.tw-bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.tw-bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.tw-bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}
.tw-bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.tw-bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.tw-bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.tw-bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.tw-bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.tw-bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.tw-bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.tw-bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.tw-bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.tw-bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.tw-bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.tw-bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.tw-bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.tw-bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.tw-bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.tw-bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.tw-bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.tw-bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.tw-bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.tw-bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.tw-bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.tw-bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.tw-bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.tw-bg-warning-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.tw-bg-warning-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.tw-bg-warning-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.tw-bg-warning-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}
.tw-bg-warning-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.tw-bg-warning-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.tw-bg-warning-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.tw-bg-warning-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}
.tw-bg-warning-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.tw-bg-warning-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}
.tw-bg-warning-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.tw-bg-warning-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.tw-bg-warning-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}
.tw-bg-warning-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.tw-bg-warning-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}
.tw-bg-warning-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.tw-bg-warning-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.tw-bg-warning-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.tw-bg-warning-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}
.tw-bg-warning-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.tw-bg-warning-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.tw-bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.tw-bg-warning-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.tw-bg-warning-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.tw-bg-warning-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.tw-bg-warning-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}
.tw-bg-warning-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.tw-bg-warning-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.tw-bg-warning-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.tw-bg-warning-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}
.tw-bg-warning-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.tw-bg-warning-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}
.tw-bg-warning-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.tw-bg-warning-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.tw-bg-warning-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}
.tw-bg-warning-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.tw-bg-warning-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}
.tw-bg-warning-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.tw-bg-warning-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.tw-bg-warning-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.tw-bg-warning-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}
.tw-bg-warning-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.tw-bg-warning-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.tw-bg-warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.tw-bg-warning-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.tw-bg-warning-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.tw-bg-warning-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.tw-bg-warning-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}
.tw-bg-warning-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.tw-bg-warning-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.tw-bg-warning-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.tw-bg-warning-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}
.tw-bg-warning-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.tw-bg-warning-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}
.tw-bg-warning-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.tw-bg-warning-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.tw-bg-warning-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}
.tw-bg-warning-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.tw-bg-warning-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}
.tw-bg-warning-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.tw-bg-warning-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.tw-bg-warning-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.tw-bg-warning-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}
.tw-bg-warning-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.tw-bg-warning-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.tw-bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.tw-bg-warning-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.tw-bg-warning-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.tw-bg-warning-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.tw-bg-warning-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}
.tw-bg-warning-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.tw-bg-warning-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.tw-bg-warning-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.tw-bg-warning-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}
.tw-bg-warning-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.tw-bg-warning-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.tw-bg-warning-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.tw-bg-warning-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.tw-bg-warning-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.tw-bg-warning-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.tw-bg-warning-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.tw-bg-warning-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.tw-bg-warning-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.tw-bg-warning-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.tw-bg-warning-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.tw-bg-warning-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.tw-bg-warning-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.tw-bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.tw-bg-warning-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.tw-bg-warning-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.tw-bg-warning-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.tw-bg-warning-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}
.tw-bg-warning-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.tw-bg-warning-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.tw-bg-warning-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.tw-bg-warning-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}
.tw-bg-warning-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.tw-bg-warning-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}
.tw-bg-warning-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.tw-bg-warning-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.tw-bg-warning-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}
.tw-bg-warning-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.tw-bg-warning-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}
.tw-bg-warning-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.tw-bg-warning-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.tw-bg-warning-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.tw-bg-warning-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}
.tw-bg-warning-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.tw-bg-warning-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.tw-bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.tw-bg-warning-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.tw-bg-warning-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.tw-bg-warning-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.tw-bg-warning-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.tw-bg-warning-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.tw-bg-warning-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.tw-bg-warning-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.tw-bg-warning-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}
.tw-bg-warning-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.tw-bg-warning-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}
.tw-bg-warning-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.tw-bg-warning-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.tw-bg-warning-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}
.tw-bg-warning-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.tw-bg-warning-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}
.tw-bg-warning-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.tw-bg-warning-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.tw-bg-warning-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.tw-bg-warning-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}
.tw-bg-warning-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.tw-bg-warning-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.tw-bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.tw-bg-warning-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.tw-bg-warning-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.tw-bg-warning-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.tw-bg-warning-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}
.tw-bg-warning-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.tw-bg-warning-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.tw-bg-warning-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.tw-bg-warning-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}
.tw-bg-warning-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.tw-bg-warning-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}
.tw-bg-warning-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.tw-bg-warning-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.tw-bg-warning-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}
.tw-bg-warning-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.tw-bg-warning-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}
.tw-bg-warning-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.tw-bg-warning-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.tw-bg-warning-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.tw-bg-warning-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}
.tw-bg-warning-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.tw-bg-warning-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.tw-bg-warning-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.tw-bg-warning-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.tw-bg-warning-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.tw-bg-warning-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.tw-bg-warning-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}
.tw-bg-warning-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.tw-bg-warning-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.tw-bg-warning-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.tw-bg-warning-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}
.tw-bg-warning-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.tw-bg-warning-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}
.tw-bg-warning-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.tw-bg-warning-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.tw-bg-warning-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}
.tw-bg-warning-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.tw-bg-warning-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}
.tw-bg-warning-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.tw-bg-warning-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.tw-bg-warning-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.tw-bg-warning-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}
.tw-bg-warning-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.tw-bg-warning-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.tw-bg-warning-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.tw-bg-warning-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.tw-bg-warning-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.tw-bg-warning-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.tw-bg-warning-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}
.tw-bg-warning-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.tw-bg-warning-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.tw-bg-warning-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.tw-bg-warning-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}
.tw-bg-warning-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.tw-bg-warning-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}
.tw-bg-warning-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.tw-bg-warning-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.tw-bg-warning-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}
.tw-bg-warning-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.tw-bg-warning-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}
.tw-bg-warning-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.tw-bg-warning-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.tw-bg-warning-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.tw-bg-warning-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}
.tw-bg-warning-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.tw-bg-warning-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.tw-bg-warning-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.tw-bg-warning-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.tw-bg-warning-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.tw-bg-warning-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.tw-bg-warning-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}
.tw-bg-warning-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.tw-bg-warning-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.tw-bg-warning-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.tw-bg-warning-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}
.tw-bg-warning-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.tw-bg-warning-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}
.tw-bg-warning-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.tw-bg-warning-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.tw-bg-warning-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}
.tw-bg-warning-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.tw-bg-warning-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}
.tw-bg-warning-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.tw-bg-warning-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.tw-bg-warning-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.tw-bg-warning-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}
.tw-bg-warning-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.tw-bg-warning-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.tw-bg-warning-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.tw-bg-warning-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.tw-bg-warning-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.tw-bg-warning-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.tw-bg-warning-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}
.tw-bg-warning-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.tw-bg-warning-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.tw-bg-warning-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.tw-bg-warning-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}
.tw-bg-warning-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.tw-bg-warning-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}
.tw-bg-warning-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.tw-bg-warning-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.tw-bg-warning-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}
.tw-bg-warning-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.tw-bg-warning-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}
.tw-bg-warning-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.tw-bg-warning-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.tw-bg-warning-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.tw-bg-warning-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}
.tw-bg-warning-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.tw-bg-warning-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.tw-bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.tw-bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.tw-bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.tw-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.tw-bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.tw-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.tw-bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.tw-bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.tw-bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.tw-bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.tw-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.tw-bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.tw-bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.tw-bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.tw-bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.tw-bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.tw-bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.tw-bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.tw-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.tw-bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.tw-bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.tw-bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.tw-bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.tw-bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.tw-bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}
.tw-bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.tw-bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.tw-bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.tw-bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}
.tw-bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.tw-bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}
.tw-bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.tw-bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.tw-bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}
.tw-bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.tw-bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}
.tw-bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.tw-bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.tw-bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.tw-bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}
.tw-bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.tw-bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.tw-bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.tw-bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.tw-bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.tw-bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.tw-bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}
.tw-bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.tw-bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.tw-bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.tw-bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}
.tw-bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.tw-bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}
.tw-bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.tw-bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.tw-bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}
.tw-bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.tw-bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}
.tw-bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.tw-bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.tw-bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.tw-bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}
.tw-bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.tw-bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.tw-bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.tw-bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.tw-bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.tw-bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.tw-bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}
.tw-bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.tw-bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.tw-bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.tw-bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}
.tw-bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.tw-bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}
.tw-bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.tw-bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.tw-bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}
.tw-bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.tw-bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}
.tw-bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.tw-bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.tw-bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.tw-bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}
.tw-bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.tw-bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.tw-bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.tw-bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.tw-bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.tw-bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.tw-bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}
.tw-bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.tw-bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.tw-bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.tw-bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}
.tw-bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.tw-bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.tw-bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.tw-bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.tw-bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.tw-bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.tw-bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.tw-bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.tw-bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.tw-bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.tw-bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.tw-bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.tw-bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.tw-bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.tw-bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.tw-bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.tw-bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.tw-bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}
.tw-bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.tw-bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.tw-bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.tw-bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}
.tw-bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.tw-bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}
.tw-bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.tw-bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.tw-bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}
.tw-bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.tw-bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}
.tw-bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.tw-bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.tw-bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.tw-bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}
.tw-bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.tw-bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.tw-bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.tw-bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.tw-bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.tw-bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.tw-bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.tw-bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.tw-bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.tw-bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.tw-bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}
.tw-bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.tw-bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}
.tw-bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.tw-bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.tw-bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}
.tw-bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.tw-bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}
.tw-bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.tw-bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.tw-bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.tw-bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}
.tw-bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.tw-bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.tw-bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.tw-bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.tw-bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.tw-bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.tw-bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}
.tw-bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.tw-bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.tw-bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.tw-bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}
.tw-bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.tw-bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}
.tw-bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.tw-bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.tw-bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}
.tw-bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.tw-bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}
.tw-bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.tw-bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.tw-bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.tw-bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}
.tw-bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.tw-bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.tw-bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.tw-bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.tw-bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.tw-bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.tw-bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}
.tw-bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.tw-bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.tw-bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.tw-bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}
.tw-bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.tw-bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}
.tw-bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.tw-bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.tw-bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}
.tw-bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.tw-bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}
.tw-bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.tw-bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.tw-bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.tw-bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}
.tw-bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.tw-bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.tw-bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.tw-bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.tw-bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.tw-bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.tw-bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}
.tw-bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.tw-bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.tw-bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.tw-bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}
.tw-bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.tw-bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}
.tw-bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.tw-bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.tw-bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}
.tw-bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.tw-bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}
.tw-bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.tw-bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.tw-bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.tw-bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}
.tw-bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.tw-bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.tw-bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.tw-bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.tw-bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.tw-bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.tw-bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}
.tw-bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.tw-bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.tw-bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.tw-bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}
.tw-bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.tw-bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}
.tw-bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.tw-bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.tw-bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}
.tw-bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.tw-bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}
.tw-bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.tw-bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.tw-bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.tw-bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}
.tw-bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.tw-bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.tw-bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.tw-bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.tw-bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.tw-bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.tw-bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}
.tw-bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.tw-bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.tw-bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.tw-bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}
.tw-bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.tw-bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}
.tw-bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.tw-bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.tw-bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}
.tw-bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.tw-bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}
.tw-bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.tw-bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.tw-bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.tw-bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}
.tw-bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.tw-bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.tw-bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.tw-bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.tw-bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.tw-bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.tw-bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.tw-bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.tw-bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.tw-bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.tw-bg-none {
  background-image: none;
}
.tw-from-\[\#16a085\] {
  --tw-gradient-from: #16a085 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 160 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-\[\#1c1c4c\] {
  --tw-gradient-from: #1c1c4c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 28 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-\[\#9b59b6\] {
  --tw-gradient-from: #9b59b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 89 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-\[\#f0c316\] {
  --tw-gradient-from: #f0c316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 195 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-blue-100 {
  --tw-gradient-from: #d9e2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 226 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-blue-400 {
  --tw-gradient-from: #3366ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 102 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-blue-50 {
  --tw-gradient-from: #f0f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-blue-500 {
  --tw-gradient-from: #274bdb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 75 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-blue-600 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-gray-50\/50 {
  --tw-gradient-from: rgb(249 250 251 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.tw-via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.tw-via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.tw-to-\[\#16a085\] {
  --tw-gradient-to: #16a085 var(--tw-gradient-to-position);
}
.tw-to-\[\#1c1c4c\] {
  --tw-gradient-to: #1c1c4c var(--tw-gradient-to-position);
}
.tw-to-\[\#9b59b6\] {
  --tw-gradient-to: #9b59b6 var(--tw-gradient-to-position);
}
.tw-to-\[\#f0c316\] {
  --tw-gradient-to: #f0c316 var(--tw-gradient-to-position);
}
.tw-to-blue-50 {
  --tw-gradient-to: #f0f3ff var(--tw-gradient-to-position);
}
.tw-to-blue-500 {
  --tw-gradient-to: #274bdb var(--tw-gradient-to-position);
}
.tw-to-blue-600 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}
.tw-to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.tw-to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.tw-to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.tw-to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.tw-to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.tw-to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.tw-to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.tw-to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.tw-to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.tw-to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.tw-to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.tw-to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.tw-to-red-50 {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}
.tw-to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.tw-to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.tw-to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.tw-bg-auto {
  background-size: auto;
}
.tw-bg-contain {
  background-size: contain;
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-fixed {
  background-attachment: fixed;
}
.tw-bg-local {
  background-attachment: local;
}
.tw-bg-scroll {
  background-attachment: scroll;
}
.tw-bg-clip-border {
  background-clip: border-box;
}
.tw-bg-clip-padding {
  background-clip: padding-box;
}
.tw-bg-clip-content {
  background-clip: content-box;
}
.tw-bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.tw-bg-bottom {
  background-position: bottom;
}
.tw-bg-center {
  background-position: center;
}
.tw-bg-left {
  background-position: left;
}
.tw-bg-left-bottom {
  background-position: left bottom;
}
.tw-bg-left-top {
  background-position: left top;
}
.tw-bg-right {
  background-position: right;
}
.tw-bg-right-bottom {
  background-position: right bottom;
}
.tw-bg-right-top {
  background-position: right top;
}
.tw-bg-top {
  background-position: top;
}
.tw-bg-repeat {
  background-repeat: repeat;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-bg-repeat-x {
  background-repeat: repeat-x;
}
.tw-bg-repeat-y {
  background-repeat: repeat-y;
}
.tw-bg-repeat-round {
  background-repeat: round;
}
.tw-bg-repeat-space {
  background-repeat: space;
}
.tw-bg-origin-border {
  background-origin: border-box;
}
.tw-bg-origin-padding {
  background-origin: padding-box;
}
.tw-bg-origin-content {
  background-origin: content-box;
}
.\!tw-p-0 {
  padding: 0px !important;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-1\.5 {
  padding: 0.375rem;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-2\.5 {
  padding: 0.625rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-\[4px\] {
  padding: 4px;
}
.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!tw-py-\[18px\] {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.tw-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!tw-pr-2 {
  padding-right: 0.5rem !important;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-1 {
  padding-bottom: 0.25rem;
}
.tw-pb-5 {
  padding-bottom: 1.25rem;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pl-0 {
  padding-left: 0px;
}
.tw-pl-12 {
  padding-left: 3rem;
}
.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pr-0 {
  padding-right: 0px;
}
.tw-pr-10 {
  padding-right: 2.5rem;
}
.tw-pr-2 {
  padding-right: 0.5rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pr-\[35px\] {
  padding-right: 35px;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-24 {
  padding-top: 6rem;
}
.tw-pt-3 {
  padding-top: 0.75rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.\!tw-text-left {
  text-align: left !important;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-text-justify {
  text-align: justify;
}
.tw-text-start {
  text-align: start;
}
.tw-text-end {
  text-align: end;
}
.tw-align-text-top {
  vertical-align: text-top;
}
.tw-align-text-bottom {
  vertical-align: text-bottom;
}
.tw-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tw-font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!tw-text-base {
  font-size: 0.9rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.tw-text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.tw-text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.tw-text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-base {
  font-size: 0.9rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-normal {
  font-size: 0.84375rem;
}
.tw-text-sm {
  font-size: 0.8rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-black {
  font-weight: 900;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-capitalize {
  text-transform: capitalize;
}
.tw-leading-6 {
  line-height: 1.5rem;
}
.tw-leading-none {
  line-height: 1;
}
.tw-leading-relaxed {
  line-height: 1.625;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-tracking-tight {
  letter-spacing: -0.025em;
}
.tw-tracking-wide {
  letter-spacing: 0.025em;
}
.tw-tracking-wider {
  letter-spacing: 0.05em;
}
.tw-tracking-widest {
  letter-spacing: 0.1em;
}
.\!tw-text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-\[\#0068a5\] {
  --tw-text-opacity: 1;
  color: rgb(0 104 165 / var(--tw-text-opacity));
}
.tw-text-\[\#0072bc\] {
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity));
}
.tw-text-\[\#0f172a\] {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.tw-text-\[\#16A085\] {
  --tw-text-opacity: 1;
  color: rgb(22 160 133 / var(--tw-text-opacity));
}
.tw-text-\[\#1c1c4c\] {
  --tw-text-opacity: 1;
  color: rgb(28 28 76 / var(--tw-text-opacity));
}
.tw-text-\[\#2C3E50\] {
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity));
}
.tw-text-\[\#34495E\] {
  --tw-text-opacity: 1;
  color: rgb(52 73 94 / var(--tw-text-opacity));
}
.tw-text-\[\#7F8C8D\] {
  --tw-text-opacity: 1;
  color: rgb(127 140 141 / var(--tw-text-opacity));
}
.tw-text-\[\#9B59B6\] {
  --tw-text-opacity: 1;
  color: rgb(155 89 182 / var(--tw-text-opacity));
}
.tw-text-\[\#E67E22\] {
  --tw-text-opacity: 1;
  color: rgb(230 126 34 / var(--tw-text-opacity));
}
.tw-text-\[\#f0c316\] {
  --tw-text-opacity: 1;
  color: rgb(240 195 22 / var(--tw-text-opacity));
}
.tw-text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.tw-text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.tw-text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.tw-text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.tw-text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.tw-text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.tw-text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.tw-text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.tw-text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.tw-text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.tw-text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.tw-text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.tw-text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.tw-text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.tw-text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.tw-text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.tw-text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.tw-text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.tw-text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.tw-text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.tw-text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.tw-text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(217 226 255 / var(--tw-text-opacity));
}
.tw-text-blue-100\/0 {
  color: rgb(217 226 255 / 0);
}
.tw-text-blue-100\/10 {
  color: rgb(217 226 255 / 0.1);
}
.tw-text-blue-100\/100 {
  color: rgb(217 226 255 / 1);
}
.tw-text-blue-100\/15 {
  color: rgb(217 226 255 / 0.15);
}
.tw-text-blue-100\/20 {
  color: rgb(217 226 255 / 0.2);
}
.tw-text-blue-100\/25 {
  color: rgb(217 226 255 / 0.25);
}
.tw-text-blue-100\/30 {
  color: rgb(217 226 255 / 0.3);
}
.tw-text-blue-100\/35 {
  color: rgb(217 226 255 / 0.35);
}
.tw-text-blue-100\/40 {
  color: rgb(217 226 255 / 0.4);
}
.tw-text-blue-100\/45 {
  color: rgb(217 226 255 / 0.45);
}
.tw-text-blue-100\/5 {
  color: rgb(217 226 255 / 0.05);
}
.tw-text-blue-100\/50 {
  color: rgb(217 226 255 / 0.5);
}
.tw-text-blue-100\/55 {
  color: rgb(217 226 255 / 0.55);
}
.tw-text-blue-100\/60 {
  color: rgb(217 226 255 / 0.6);
}
.tw-text-blue-100\/65 {
  color: rgb(217 226 255 / 0.65);
}
.tw-text-blue-100\/70 {
  color: rgb(217 226 255 / 0.7);
}
.tw-text-blue-100\/75 {
  color: rgb(217 226 255 / 0.75);
}
.tw-text-blue-100\/80 {
  color: rgb(217 226 255 / 0.8);
}
.tw-text-blue-100\/85 {
  color: rgb(217 226 255 / 0.85);
}
.tw-text-blue-100\/90 {
  color: rgb(217 226 255 / 0.9);
}
.tw-text-blue-100\/95 {
  color: rgb(217 226 255 / 0.95);
}
.tw-text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(166 193 255 / var(--tw-text-opacity));
}
.tw-text-blue-200\/0 {
  color: rgb(166 193 255 / 0);
}
.tw-text-blue-200\/10 {
  color: rgb(166 193 255 / 0.1);
}
.tw-text-blue-200\/100 {
  color: rgb(166 193 255 / 1);
}
.tw-text-blue-200\/15 {
  color: rgb(166 193 255 / 0.15);
}
.tw-text-blue-200\/20 {
  color: rgb(166 193 255 / 0.2);
}
.tw-text-blue-200\/25 {
  color: rgb(166 193 255 / 0.25);
}
.tw-text-blue-200\/30 {
  color: rgb(166 193 255 / 0.3);
}
.tw-text-blue-200\/35 {
  color: rgb(166 193 255 / 0.35);
}
.tw-text-blue-200\/40 {
  color: rgb(166 193 255 / 0.4);
}
.tw-text-blue-200\/45 {
  color: rgb(166 193 255 / 0.45);
}
.tw-text-blue-200\/5 {
  color: rgb(166 193 255 / 0.05);
}
.tw-text-blue-200\/50 {
  color: rgb(166 193 255 / 0.5);
}
.tw-text-blue-200\/55 {
  color: rgb(166 193 255 / 0.55);
}
.tw-text-blue-200\/60 {
  color: rgb(166 193 255 / 0.6);
}
.tw-text-blue-200\/65 {
  color: rgb(166 193 255 / 0.65);
}
.tw-text-blue-200\/70 {
  color: rgb(166 193 255 / 0.7);
}
.tw-text-blue-200\/75 {
  color: rgb(166 193 255 / 0.75);
}
.tw-text-blue-200\/80 {
  color: rgb(166 193 255 / 0.8);
}
.tw-text-blue-200\/85 {
  color: rgb(166 193 255 / 0.85);
}
.tw-text-blue-200\/90 {
  color: rgb(166 193 255 / 0.9);
}
.tw-text-blue-200\/95 {
  color: rgb(166 193 255 / 0.95);
}
.tw-text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(89 139 255 / var(--tw-text-opacity));
}
.tw-text-blue-300\/0 {
  color: rgb(89 139 255 / 0);
}
.tw-text-blue-300\/10 {
  color: rgb(89 139 255 / 0.1);
}
.tw-text-blue-300\/100 {
  color: rgb(89 139 255 / 1);
}
.tw-text-blue-300\/15 {
  color: rgb(89 139 255 / 0.15);
}
.tw-text-blue-300\/20 {
  color: rgb(89 139 255 / 0.2);
}
.tw-text-blue-300\/25 {
  color: rgb(89 139 255 / 0.25);
}
.tw-text-blue-300\/30 {
  color: rgb(89 139 255 / 0.3);
}
.tw-text-blue-300\/35 {
  color: rgb(89 139 255 / 0.35);
}
.tw-text-blue-300\/40 {
  color: rgb(89 139 255 / 0.4);
}
.tw-text-blue-300\/45 {
  color: rgb(89 139 255 / 0.45);
}
.tw-text-blue-300\/5 {
  color: rgb(89 139 255 / 0.05);
}
.tw-text-blue-300\/50 {
  color: rgb(89 139 255 / 0.5);
}
.tw-text-blue-300\/55 {
  color: rgb(89 139 255 / 0.55);
}
.tw-text-blue-300\/60 {
  color: rgb(89 139 255 / 0.6);
}
.tw-text-blue-300\/65 {
  color: rgb(89 139 255 / 0.65);
}
.tw-text-blue-300\/70 {
  color: rgb(89 139 255 / 0.7);
}
.tw-text-blue-300\/75 {
  color: rgb(89 139 255 / 0.75);
}
.tw-text-blue-300\/80 {
  color: rgb(89 139 255 / 0.8);
}
.tw-text-blue-300\/85 {
  color: rgb(89 139 255 / 0.85);
}
.tw-text-blue-300\/90 {
  color: rgb(89 139 255 / 0.9);
}
.tw-text-blue-300\/95 {
  color: rgb(89 139 255 / 0.95);
}
.tw-text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(51 102 255 / var(--tw-text-opacity));
}
.tw-text-blue-400\/0 {
  color: rgb(51 102 255 / 0);
}
.tw-text-blue-400\/10 {
  color: rgb(51 102 255 / 0.1);
}
.tw-text-blue-400\/100 {
  color: rgb(51 102 255 / 1);
}
.tw-text-blue-400\/15 {
  color: rgb(51 102 255 / 0.15);
}
.tw-text-blue-400\/20 {
  color: rgb(51 102 255 / 0.2);
}
.tw-text-blue-400\/25 {
  color: rgb(51 102 255 / 0.25);
}
.tw-text-blue-400\/30 {
  color: rgb(51 102 255 / 0.3);
}
.tw-text-blue-400\/35 {
  color: rgb(51 102 255 / 0.35);
}
.tw-text-blue-400\/40 {
  color: rgb(51 102 255 / 0.4);
}
.tw-text-blue-400\/45 {
  color: rgb(51 102 255 / 0.45);
}
.tw-text-blue-400\/5 {
  color: rgb(51 102 255 / 0.05);
}
.tw-text-blue-400\/50 {
  color: rgb(51 102 255 / 0.5);
}
.tw-text-blue-400\/55 {
  color: rgb(51 102 255 / 0.55);
}
.tw-text-blue-400\/60 {
  color: rgb(51 102 255 / 0.6);
}
.tw-text-blue-400\/65 {
  color: rgb(51 102 255 / 0.65);
}
.tw-text-blue-400\/70 {
  color: rgb(51 102 255 / 0.7);
}
.tw-text-blue-400\/75 {
  color: rgb(51 102 255 / 0.75);
}
.tw-text-blue-400\/80 {
  color: rgb(51 102 255 / 0.8);
}
.tw-text-blue-400\/85 {
  color: rgb(51 102 255 / 0.85);
}
.tw-text-blue-400\/90 {
  color: rgb(51 102 255 / 0.9);
}
.tw-text-blue-400\/95 {
  color: rgb(51 102 255 / 0.95);
}
.tw-text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(240 243 255 / var(--tw-text-opacity));
}
.tw-text-blue-50\/0 {
  color: rgb(240 243 255 / 0);
}
.tw-text-blue-50\/10 {
  color: rgb(240 243 255 / 0.1);
}
.tw-text-blue-50\/100 {
  color: rgb(240 243 255 / 1);
}
.tw-text-blue-50\/15 {
  color: rgb(240 243 255 / 0.15);
}
.tw-text-blue-50\/20 {
  color: rgb(240 243 255 / 0.2);
}
.tw-text-blue-50\/25 {
  color: rgb(240 243 255 / 0.25);
}
.tw-text-blue-50\/30 {
  color: rgb(240 243 255 / 0.3);
}
.tw-text-blue-50\/35 {
  color: rgb(240 243 255 / 0.35);
}
.tw-text-blue-50\/40 {
  color: rgb(240 243 255 / 0.4);
}
.tw-text-blue-50\/45 {
  color: rgb(240 243 255 / 0.45);
}
.tw-text-blue-50\/5 {
  color: rgb(240 243 255 / 0.05);
}
.tw-text-blue-50\/50 {
  color: rgb(240 243 255 / 0.5);
}
.tw-text-blue-50\/55 {
  color: rgb(240 243 255 / 0.55);
}
.tw-text-blue-50\/60 {
  color: rgb(240 243 255 / 0.6);
}
.tw-text-blue-50\/65 {
  color: rgb(240 243 255 / 0.65);
}
.tw-text-blue-50\/70 {
  color: rgb(240 243 255 / 0.7);
}
.tw-text-blue-50\/75 {
  color: rgb(240 243 255 / 0.75);
}
.tw-text-blue-50\/80 {
  color: rgb(240 243 255 / 0.8);
}
.tw-text-blue-50\/85 {
  color: rgb(240 243 255 / 0.85);
}
.tw-text-blue-50\/90 {
  color: rgb(240 243 255 / 0.9);
}
.tw-text-blue-50\/95 {
  color: rgb(240 243 255 / 0.95);
}
.tw-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(39 75 219 / var(--tw-text-opacity));
}
.tw-text-blue-500\/0 {
  color: rgb(39 75 219 / 0);
}
.tw-text-blue-500\/10 {
  color: rgb(39 75 219 / 0.1);
}
.tw-text-blue-500\/100 {
  color: rgb(39 75 219 / 1);
}
.tw-text-blue-500\/15 {
  color: rgb(39 75 219 / 0.15);
}
.tw-text-blue-500\/20 {
  color: rgb(39 75 219 / 0.2);
}
.tw-text-blue-500\/25 {
  color: rgb(39 75 219 / 0.25);
}
.tw-text-blue-500\/30 {
  color: rgb(39 75 219 / 0.3);
}
.tw-text-blue-500\/35 {
  color: rgb(39 75 219 / 0.35);
}
.tw-text-blue-500\/40 {
  color: rgb(39 75 219 / 0.4);
}
.tw-text-blue-500\/45 {
  color: rgb(39 75 219 / 0.45);
}
.tw-text-blue-500\/5 {
  color: rgb(39 75 219 / 0.05);
}
.tw-text-blue-500\/50 {
  color: rgb(39 75 219 / 0.5);
}
.tw-text-blue-500\/55 {
  color: rgb(39 75 219 / 0.55);
}
.tw-text-blue-500\/60 {
  color: rgb(39 75 219 / 0.6);
}
.tw-text-blue-500\/65 {
  color: rgb(39 75 219 / 0.65);
}
.tw-text-blue-500\/70 {
  color: rgb(39 75 219 / 0.7);
}
.tw-text-blue-500\/75 {
  color: rgb(39 75 219 / 0.75);
}
.tw-text-blue-500\/80 {
  color: rgb(39 75 219 / 0.8);
}
.tw-text-blue-500\/85 {
  color: rgb(39 75 219 / 0.85);
}
.tw-text-blue-500\/90 {
  color: rgb(39 75 219 / 0.9);
}
.tw-text-blue-500\/95 {
  color: rgb(39 75 219 / 0.95);
}
.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.tw-text-blue-600\/0 {
  color: rgb(30 58 138 / 0);
}
.tw-text-blue-600\/10 {
  color: rgb(30 58 138 / 0.1);
}
.tw-text-blue-600\/100 {
  color: rgb(30 58 138 / 1);
}
.tw-text-blue-600\/15 {
  color: rgb(30 58 138 / 0.15);
}
.tw-text-blue-600\/20 {
  color: rgb(30 58 138 / 0.2);
}
.tw-text-blue-600\/25 {
  color: rgb(30 58 138 / 0.25);
}
.tw-text-blue-600\/30 {
  color: rgb(30 58 138 / 0.3);
}
.tw-text-blue-600\/35 {
  color: rgb(30 58 138 / 0.35);
}
.tw-text-blue-600\/40 {
  color: rgb(30 58 138 / 0.4);
}
.tw-text-blue-600\/45 {
  color: rgb(30 58 138 / 0.45);
}
.tw-text-blue-600\/5 {
  color: rgb(30 58 138 / 0.05);
}
.tw-text-blue-600\/50 {
  color: rgb(30 58 138 / 0.5);
}
.tw-text-blue-600\/55 {
  color: rgb(30 58 138 / 0.55);
}
.tw-text-blue-600\/60 {
  color: rgb(30 58 138 / 0.6);
}
.tw-text-blue-600\/65 {
  color: rgb(30 58 138 / 0.65);
}
.tw-text-blue-600\/70 {
  color: rgb(30 58 138 / 0.7);
}
.tw-text-blue-600\/75 {
  color: rgb(30 58 138 / 0.75);
}
.tw-text-blue-600\/80 {
  color: rgb(30 58 138 / 0.8);
}
.tw-text-blue-600\/85 {
  color: rgb(30 58 138 / 0.85);
}
.tw-text-blue-600\/90 {
  color: rgb(30 58 138 / 0.9);
}
.tw-text-blue-600\/95 {
  color: rgb(30 58 138 / 0.95);
}
.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.tw-text-blue-700\/0 {
  color: rgb(22 48 107 / 0);
}
.tw-text-blue-700\/10 {
  color: rgb(22 48 107 / 0.1);
}
.tw-text-blue-700\/100 {
  color: rgb(22 48 107 / 1);
}
.tw-text-blue-700\/15 {
  color: rgb(22 48 107 / 0.15);
}
.tw-text-blue-700\/20 {
  color: rgb(22 48 107 / 0.2);
}
.tw-text-blue-700\/25 {
  color: rgb(22 48 107 / 0.25);
}
.tw-text-blue-700\/30 {
  color: rgb(22 48 107 / 0.3);
}
.tw-text-blue-700\/35 {
  color: rgb(22 48 107 / 0.35);
}
.tw-text-blue-700\/40 {
  color: rgb(22 48 107 / 0.4);
}
.tw-text-blue-700\/45 {
  color: rgb(22 48 107 / 0.45);
}
.tw-text-blue-700\/5 {
  color: rgb(22 48 107 / 0.05);
}
.tw-text-blue-700\/50 {
  color: rgb(22 48 107 / 0.5);
}
.tw-text-blue-700\/55 {
  color: rgb(22 48 107 / 0.55);
}
.tw-text-blue-700\/60 {
  color: rgb(22 48 107 / 0.6);
}
.tw-text-blue-700\/65 {
  color: rgb(22 48 107 / 0.65);
}
.tw-text-blue-700\/70 {
  color: rgb(22 48 107 / 0.7);
}
.tw-text-blue-700\/75 {
  color: rgb(22 48 107 / 0.75);
}
.tw-text-blue-700\/80 {
  color: rgb(22 48 107 / 0.8);
}
.tw-text-blue-700\/85 {
  color: rgb(22 48 107 / 0.85);
}
.tw-text-blue-700\/90 {
  color: rgb(22 48 107 / 0.9);
}
.tw-text-blue-700\/95 {
  color: rgb(22 48 107 / 0.95);
}
.tw-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(16 38 74 / var(--tw-text-opacity));
}
.tw-text-blue-800\/0 {
  color: rgb(16 38 74 / 0);
}
.tw-text-blue-800\/10 {
  color: rgb(16 38 74 / 0.1);
}
.tw-text-blue-800\/100 {
  color: rgb(16 38 74 / 1);
}
.tw-text-blue-800\/15 {
  color: rgb(16 38 74 / 0.15);
}
.tw-text-blue-800\/20 {
  color: rgb(16 38 74 / 0.2);
}
.tw-text-blue-800\/25 {
  color: rgb(16 38 74 / 0.25);
}
.tw-text-blue-800\/30 {
  color: rgb(16 38 74 / 0.3);
}
.tw-text-blue-800\/35 {
  color: rgb(16 38 74 / 0.35);
}
.tw-text-blue-800\/40 {
  color: rgb(16 38 74 / 0.4);
}
.tw-text-blue-800\/45 {
  color: rgb(16 38 74 / 0.45);
}
.tw-text-blue-800\/5 {
  color: rgb(16 38 74 / 0.05);
}
.tw-text-blue-800\/50 {
  color: rgb(16 38 74 / 0.5);
}
.tw-text-blue-800\/55 {
  color: rgb(16 38 74 / 0.55);
}
.tw-text-blue-800\/60 {
  color: rgb(16 38 74 / 0.6);
}
.tw-text-blue-800\/65 {
  color: rgb(16 38 74 / 0.65);
}
.tw-text-blue-800\/70 {
  color: rgb(16 38 74 / 0.7);
}
.tw-text-blue-800\/75 {
  color: rgb(16 38 74 / 0.75);
}
.tw-text-blue-800\/80 {
  color: rgb(16 38 74 / 0.8);
}
.tw-text-blue-800\/85 {
  color: rgb(16 38 74 / 0.85);
}
.tw-text-blue-800\/90 {
  color: rgb(16 38 74 / 0.9);
}
.tw-text-blue-800\/95 {
  color: rgb(16 38 74 / 0.95);
}
.tw-text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(9 26 48 / var(--tw-text-opacity));
}
.tw-text-blue-900\/0 {
  color: rgb(9 26 48 / 0);
}
.tw-text-blue-900\/10 {
  color: rgb(9 26 48 / 0.1);
}
.tw-text-blue-900\/100 {
  color: rgb(9 26 48 / 1);
}
.tw-text-blue-900\/15 {
  color: rgb(9 26 48 / 0.15);
}
.tw-text-blue-900\/20 {
  color: rgb(9 26 48 / 0.2);
}
.tw-text-blue-900\/25 {
  color: rgb(9 26 48 / 0.25);
}
.tw-text-blue-900\/30 {
  color: rgb(9 26 48 / 0.3);
}
.tw-text-blue-900\/35 {
  color: rgb(9 26 48 / 0.35);
}
.tw-text-blue-900\/40 {
  color: rgb(9 26 48 / 0.4);
}
.tw-text-blue-900\/45 {
  color: rgb(9 26 48 / 0.45);
}
.tw-text-blue-900\/5 {
  color: rgb(9 26 48 / 0.05);
}
.tw-text-blue-900\/50 {
  color: rgb(9 26 48 / 0.5);
}
.tw-text-blue-900\/55 {
  color: rgb(9 26 48 / 0.55);
}
.tw-text-blue-900\/60 {
  color: rgb(9 26 48 / 0.6);
}
.tw-text-blue-900\/65 {
  color: rgb(9 26 48 / 0.65);
}
.tw-text-blue-900\/70 {
  color: rgb(9 26 48 / 0.7);
}
.tw-text-blue-900\/75 {
  color: rgb(9 26 48 / 0.75);
}
.tw-text-blue-900\/80 {
  color: rgb(9 26 48 / 0.8);
}
.tw-text-blue-900\/85 {
  color: rgb(9 26 48 / 0.85);
}
.tw-text-blue-900\/90 {
  color: rgb(9 26 48 / 0.9);
}
.tw-text-blue-900\/95 {
  color: rgb(9 26 48 / 0.95);
}
.tw-text-current {
  color: currentColor;
}
.tw-text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.tw-text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.tw-text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.tw-text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.tw-text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}
.tw-text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.tw-text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.tw-text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.tw-text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}
.tw-text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.tw-text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}
.tw-text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.tw-text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.tw-text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}
.tw-text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.tw-text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}
.tw-text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.tw-text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.tw-text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.tw-text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}
.tw-text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.tw-text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.tw-text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.tw-text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.tw-text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.tw-text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.tw-text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}
.tw-text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.tw-text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.tw-text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.tw-text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}
.tw-text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.tw-text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}
.tw-text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.tw-text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.tw-text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}
.tw-text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.tw-text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}
.tw-text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.tw-text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.tw-text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.tw-text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}
.tw-text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.tw-text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.tw-text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.tw-text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.tw-text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.tw-text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.tw-text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}
.tw-text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.tw-text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.tw-text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.tw-text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}
.tw-text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.tw-text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}
.tw-text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.tw-text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.tw-text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}
.tw-text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.tw-text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}
.tw-text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.tw-text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.tw-text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.tw-text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}
.tw-text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.tw-text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.tw-text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.tw-text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.tw-text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.tw-text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.tw-text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}
.tw-text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.tw-text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.tw-text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.tw-text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}
.tw-text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.tw-text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}
.tw-text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.tw-text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.tw-text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}
.tw-text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.tw-text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}
.tw-text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.tw-text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.tw-text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.tw-text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}
.tw-text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.tw-text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.tw-text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.tw-text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.tw-text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.tw-text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.tw-text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}
.tw-text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.tw-text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.tw-text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.tw-text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}
.tw-text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.tw-text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}
.tw-text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.tw-text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.tw-text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}
.tw-text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.tw-text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}
.tw-text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.tw-text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.tw-text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.tw-text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}
.tw-text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.tw-text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.tw-text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.tw-text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.tw-text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.tw-text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.tw-text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}
.tw-text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.tw-text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.tw-text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.tw-text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}
.tw-text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.tw-text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}
.tw-text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.tw-text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.tw-text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}
.tw-text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.tw-text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}
.tw-text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.tw-text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.tw-text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.tw-text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}
.tw-text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.tw-text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.tw-text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.tw-text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.tw-text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.tw-text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.tw-text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}
.tw-text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.tw-text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.tw-text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.tw-text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}
.tw-text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.tw-text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}
.tw-text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.tw-text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.tw-text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}
.tw-text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.tw-text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}
.tw-text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.tw-text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.tw-text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.tw-text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}
.tw-text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.tw-text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.tw-text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.tw-text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.tw-text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.tw-text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.tw-text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}
.tw-text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.tw-text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.tw-text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.tw-text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}
.tw-text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.tw-text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}
.tw-text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.tw-text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.tw-text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}
.tw-text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.tw-text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}
.tw-text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.tw-text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.tw-text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.tw-text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}
.tw-text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.tw-text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.tw-text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.tw-text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.tw-text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.tw-text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.tw-text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}
.tw-text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.tw-text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.tw-text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.tw-text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}
.tw-text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.tw-text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}
.tw-text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.tw-text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.tw-text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}
.tw-text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.tw-text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}
.tw-text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.tw-text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.tw-text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.tw-text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}
.tw-text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.tw-text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.tw-text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.tw-text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.tw-text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.tw-text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.tw-text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}
.tw-text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.tw-text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.tw-text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.tw-text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}
.tw-text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.tw-text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}
.tw-text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.tw-text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.tw-text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}
.tw-text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.tw-text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}
.tw-text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.tw-text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.tw-text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.tw-text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}
.tw-text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.tw-text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.tw-text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.tw-text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.tw-text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.tw-text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.tw-text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}
.tw-text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.tw-text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.tw-text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.tw-text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}
.tw-text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.tw-text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}
.tw-text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.tw-text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.tw-text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}
.tw-text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.tw-text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}
.tw-text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.tw-text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.tw-text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.tw-text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}
.tw-text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.tw-text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.tw-text-danger-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.tw-text-danger-100\/0 {
  color: rgb(254 226 226 / 0);
}
.tw-text-danger-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.tw-text-danger-100\/100 {
  color: rgb(254 226 226 / 1);
}
.tw-text-danger-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.tw-text-danger-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.tw-text-danger-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.tw-text-danger-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.tw-text-danger-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.tw-text-danger-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.tw-text-danger-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.tw-text-danger-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.tw-text-danger-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.tw-text-danger-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.tw-text-danger-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.tw-text-danger-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.tw-text-danger-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.tw-text-danger-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.tw-text-danger-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.tw-text-danger-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.tw-text-danger-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.tw-text-danger-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.tw-text-danger-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.tw-text-danger-200\/0 {
  color: rgb(254 202 202 / 0);
}
.tw-text-danger-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.tw-text-danger-200\/100 {
  color: rgb(254 202 202 / 1);
}
.tw-text-danger-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.tw-text-danger-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.tw-text-danger-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.tw-text-danger-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.tw-text-danger-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.tw-text-danger-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.tw-text-danger-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.tw-text-danger-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.tw-text-danger-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.tw-text-danger-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.tw-text-danger-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.tw-text-danger-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.tw-text-danger-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.tw-text-danger-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.tw-text-danger-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.tw-text-danger-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.tw-text-danger-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.tw-text-danger-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.tw-text-danger-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.tw-text-danger-300\/0 {
  color: rgb(252 165 165 / 0);
}
.tw-text-danger-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.tw-text-danger-300\/100 {
  color: rgb(252 165 165 / 1);
}
.tw-text-danger-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.tw-text-danger-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.tw-text-danger-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.tw-text-danger-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.tw-text-danger-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.tw-text-danger-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.tw-text-danger-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.tw-text-danger-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.tw-text-danger-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.tw-text-danger-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.tw-text-danger-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.tw-text-danger-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.tw-text-danger-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.tw-text-danger-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.tw-text-danger-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.tw-text-danger-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.tw-text-danger-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.tw-text-danger-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.tw-text-danger-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.tw-text-danger-400\/0 {
  color: rgb(248 113 113 / 0);
}
.tw-text-danger-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.tw-text-danger-400\/100 {
  color: rgb(248 113 113 / 1);
}
.tw-text-danger-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.tw-text-danger-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.tw-text-danger-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.tw-text-danger-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.tw-text-danger-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.tw-text-danger-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.tw-text-danger-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.tw-text-danger-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.tw-text-danger-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.tw-text-danger-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.tw-text-danger-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.tw-text-danger-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.tw-text-danger-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.tw-text-danger-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.tw-text-danger-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.tw-text-danger-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.tw-text-danger-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.tw-text-danger-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.tw-text-danger-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.tw-text-danger-50\/0 {
  color: rgb(254 242 242 / 0);
}
.tw-text-danger-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.tw-text-danger-50\/100 {
  color: rgb(254 242 242 / 1);
}
.tw-text-danger-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.tw-text-danger-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.tw-text-danger-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.tw-text-danger-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.tw-text-danger-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.tw-text-danger-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.tw-text-danger-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.tw-text-danger-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.tw-text-danger-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.tw-text-danger-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.tw-text-danger-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.tw-text-danger-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.tw-text-danger-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.tw-text-danger-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.tw-text-danger-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.tw-text-danger-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.tw-text-danger-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.tw-text-danger-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.tw-text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.tw-text-danger-500\/0 {
  color: rgb(239 68 68 / 0);
}
.tw-text-danger-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.tw-text-danger-500\/100 {
  color: rgb(239 68 68 / 1);
}
.tw-text-danger-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.tw-text-danger-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.tw-text-danger-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.tw-text-danger-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.tw-text-danger-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.tw-text-danger-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.tw-text-danger-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.tw-text-danger-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.tw-text-danger-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.tw-text-danger-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.tw-text-danger-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.tw-text-danger-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.tw-text-danger-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.tw-text-danger-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.tw-text-danger-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.tw-text-danger-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.tw-text-danger-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.tw-text-danger-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.tw-text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.tw-text-danger-600\/0 {
  color: rgb(220 38 38 / 0);
}
.tw-text-danger-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.tw-text-danger-600\/100 {
  color: rgb(220 38 38 / 1);
}
.tw-text-danger-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.tw-text-danger-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.tw-text-danger-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.tw-text-danger-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.tw-text-danger-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.tw-text-danger-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.tw-text-danger-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.tw-text-danger-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.tw-text-danger-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.tw-text-danger-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.tw-text-danger-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.tw-text-danger-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.tw-text-danger-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.tw-text-danger-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.tw-text-danger-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.tw-text-danger-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.tw-text-danger-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.tw-text-danger-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.tw-text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.tw-text-danger-700\/0 {
  color: rgb(185 28 28 / 0);
}
.tw-text-danger-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.tw-text-danger-700\/100 {
  color: rgb(185 28 28 / 1);
}
.tw-text-danger-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.tw-text-danger-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.tw-text-danger-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.tw-text-danger-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.tw-text-danger-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.tw-text-danger-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.tw-text-danger-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.tw-text-danger-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.tw-text-danger-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.tw-text-danger-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.tw-text-danger-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.tw-text-danger-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.tw-text-danger-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.tw-text-danger-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.tw-text-danger-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.tw-text-danger-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.tw-text-danger-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.tw-text-danger-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.tw-text-danger-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.tw-text-danger-800\/0 {
  color: rgb(153 27 27 / 0);
}
.tw-text-danger-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.tw-text-danger-800\/100 {
  color: rgb(153 27 27 / 1);
}
.tw-text-danger-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.tw-text-danger-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.tw-text-danger-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.tw-text-danger-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.tw-text-danger-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.tw-text-danger-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.tw-text-danger-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.tw-text-danger-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.tw-text-danger-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.tw-text-danger-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.tw-text-danger-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.tw-text-danger-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.tw-text-danger-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.tw-text-danger-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.tw-text-danger-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.tw-text-danger-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.tw-text-danger-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.tw-text-danger-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.tw-text-danger-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.tw-text-danger-900\/0 {
  color: rgb(127 29 29 / 0);
}
.tw-text-danger-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.tw-text-danger-900\/100 {
  color: rgb(127 29 29 / 1);
}
.tw-text-danger-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.tw-text-danger-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.tw-text-danger-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.tw-text-danger-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.tw-text-danger-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.tw-text-danger-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.tw-text-danger-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.tw-text-danger-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.tw-text-danger-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.tw-text-danger-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.tw-text-danger-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.tw-text-danger-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.tw-text-danger-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.tw-text-danger-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.tw-text-danger-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.tw-text-danger-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.tw-text-danger-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.tw-text-danger-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.tw-text-danger-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.tw-text-danger-950\/0 {
  color: rgb(69 10 10 / 0);
}
.tw-text-danger-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.tw-text-danger-950\/100 {
  color: rgb(69 10 10 / 1);
}
.tw-text-danger-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.tw-text-danger-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.tw-text-danger-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.tw-text-danger-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.tw-text-danger-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.tw-text-danger-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.tw-text-danger-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.tw-text-danger-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.tw-text-danger-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.tw-text-danger-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.tw-text-danger-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.tw-text-danger-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.tw-text-danger-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.tw-text-danger-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.tw-text-danger-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.tw-text-danger-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.tw-text-danger-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.tw-text-danger-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.tw-text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.tw-text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.tw-text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.tw-text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.tw-text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}
.tw-text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.tw-text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.tw-text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.tw-text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}
.tw-text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.tw-text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}
.tw-text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.tw-text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.tw-text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}
.tw-text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.tw-text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}
.tw-text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.tw-text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.tw-text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.tw-text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}
.tw-text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.tw-text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.tw-text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.tw-text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.tw-text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.tw-text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.tw-text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}
.tw-text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.tw-text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.tw-text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.tw-text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}
.tw-text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.tw-text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}
.tw-text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.tw-text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.tw-text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}
.tw-text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.tw-text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}
.tw-text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.tw-text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.tw-text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.tw-text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}
.tw-text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.tw-text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.tw-text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.tw-text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.tw-text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.tw-text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.tw-text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}
.tw-text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.tw-text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.tw-text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.tw-text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}
.tw-text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.tw-text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}
.tw-text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.tw-text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.tw-text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}
.tw-text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.tw-text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}
.tw-text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.tw-text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.tw-text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.tw-text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}
.tw-text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.tw-text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.tw-text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.tw-text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.tw-text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.tw-text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.tw-text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}
.tw-text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.tw-text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.tw-text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.tw-text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}
.tw-text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.tw-text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}
.tw-text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.tw-text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.tw-text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}
.tw-text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.tw-text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}
.tw-text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.tw-text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.tw-text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.tw-text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}
.tw-text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.tw-text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.tw-text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.tw-text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.tw-text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.tw-text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.tw-text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}
.tw-text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.tw-text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.tw-text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.tw-text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}
.tw-text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.tw-text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}
.tw-text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.tw-text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.tw-text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}
.tw-text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.tw-text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}
.tw-text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.tw-text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.tw-text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.tw-text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}
.tw-text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.tw-text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.tw-text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.tw-text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.tw-text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.tw-text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.tw-text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}
.tw-text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.tw-text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.tw-text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.tw-text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}
.tw-text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.tw-text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}
.tw-text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.tw-text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.tw-text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}
.tw-text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.tw-text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}
.tw-text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.tw-text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.tw-text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.tw-text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}
.tw-text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.tw-text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.tw-text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.tw-text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.tw-text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.tw-text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.tw-text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}
.tw-text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.tw-text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.tw-text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.tw-text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}
.tw-text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.tw-text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}
.tw-text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.tw-text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.tw-text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}
.tw-text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.tw-text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}
.tw-text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.tw-text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.tw-text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.tw-text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}
.tw-text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.tw-text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.tw-text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.tw-text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.tw-text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.tw-text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.tw-text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}
.tw-text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.tw-text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.tw-text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.tw-text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}
.tw-text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.tw-text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}
.tw-text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.tw-text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.tw-text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}
.tw-text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.tw-text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}
.tw-text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.tw-text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.tw-text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.tw-text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}
.tw-text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.tw-text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.tw-text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.tw-text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.tw-text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.tw-text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.tw-text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}
.tw-text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.tw-text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.tw-text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.tw-text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}
.tw-text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.tw-text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}
.tw-text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.tw-text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.tw-text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}
.tw-text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.tw-text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}
.tw-text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.tw-text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.tw-text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.tw-text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}
.tw-text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.tw-text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.tw-text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.tw-text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.tw-text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.tw-text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.tw-text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}
.tw-text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.tw-text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.tw-text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.tw-text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}
.tw-text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.tw-text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}
.tw-text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.tw-text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.tw-text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}
.tw-text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.tw-text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}
.tw-text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.tw-text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.tw-text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.tw-text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}
.tw-text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.tw-text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.tw-text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.tw-text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.tw-text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.tw-text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.tw-text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}
.tw-text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.tw-text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.tw-text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.tw-text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}
.tw-text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.tw-text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}
.tw-text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.tw-text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.tw-text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}
.tw-text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.tw-text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}
.tw-text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.tw-text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.tw-text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.tw-text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}
.tw-text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.tw-text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.tw-text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.tw-text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.tw-text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.tw-text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.tw-text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.tw-text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.tw-text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.tw-text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.tw-text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.tw-text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.tw-text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.tw-text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.tw-text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.tw-text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.tw-text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.tw-text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.tw-text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.tw-text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.tw-text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.tw-text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.tw-text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.tw-text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.tw-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.tw-text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.tw-text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.tw-text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.tw-text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.tw-text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.tw-text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.tw-text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.tw-text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.tw-text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.tw-text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.tw-text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.tw-text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.tw-text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.tw-text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.tw-text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.tw-text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.tw-text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.tw-text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.tw-text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.tw-text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.tw-text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.tw-text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.tw-text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.tw-text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.tw-text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.tw-text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.tw-text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.tw-text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.tw-text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.tw-text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.tw-text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.tw-text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.tw-text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.tw-text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.tw-text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.tw-text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.tw-text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.tw-text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.tw-text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.tw-text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.tw-text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.tw-text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tw-text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.tw-text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.tw-text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.tw-text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.tw-text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.tw-text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.tw-text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.tw-text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.tw-text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.tw-text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.tw-text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.tw-text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.tw-text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.tw-text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.tw-text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.tw-text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.tw-text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.tw-text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.tw-text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.tw-text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.tw-text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.tw-text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.tw-text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.tw-text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.tw-text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.tw-text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.tw-text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.tw-text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.tw-text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.tw-text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.tw-text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.tw-text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.tw-text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.tw-text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.tw-text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.tw-text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.tw-text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.tw-text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.tw-text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.tw-text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.tw-text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.tw-text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.tw-text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.tw-text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.tw-text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.tw-text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.tw-text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.tw-text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.tw-text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.tw-text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.tw-text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.tw-text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.tw-text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.tw-text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.tw-text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.tw-text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.tw-text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.tw-text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.tw-text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.tw-text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.tw-text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.tw-text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.tw-text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tw-text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.tw-text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.tw-text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.tw-text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.tw-text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.tw-text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.tw-text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.tw-text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.tw-text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.tw-text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.tw-text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.tw-text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.tw-text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.tw-text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.tw-text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.tw-text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.tw-text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.tw-text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.tw-text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.tw-text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.tw-text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.tw-text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.tw-text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.tw-text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.tw-text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.tw-text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.tw-text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.tw-text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.tw-text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.tw-text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.tw-text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.tw-text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.tw-text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.tw-text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.tw-text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.tw-text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.tw-text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.tw-text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.tw-text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.tw-text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.tw-text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tw-text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.tw-text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.tw-text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.tw-text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.tw-text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.tw-text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.tw-text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.tw-text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.tw-text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.tw-text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.tw-text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.tw-text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.tw-text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.tw-text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.tw-text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.tw-text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.tw-text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.tw-text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.tw-text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.tw-text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.tw-text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tw-text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.tw-text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.tw-text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.tw-text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.tw-text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.tw-text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.tw-text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.tw-text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.tw-text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.tw-text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.tw-text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.tw-text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.tw-text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.tw-text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.tw-text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.tw-text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.tw-text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.tw-text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.tw-text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.tw-text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.tw-text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.tw-text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.tw-text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.tw-text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.tw-text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.tw-text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}
.tw-text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.tw-text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.tw-text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.tw-text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}
.tw-text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.tw-text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}
.tw-text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.tw-text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.tw-text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}
.tw-text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.tw-text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}
.tw-text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.tw-text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.tw-text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.tw-text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}
.tw-text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.tw-text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.tw-text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.tw-text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.tw-text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.tw-text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.tw-text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.tw-text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.tw-text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.tw-text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.tw-text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.tw-text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.tw-text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.tw-text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.tw-text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.tw-text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.tw-text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.tw-text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.tw-text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.tw-text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.tw-text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.tw-text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.tw-text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.tw-text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.tw-text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.tw-text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.tw-text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.tw-text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.tw-text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.tw-text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.tw-text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.tw-text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.tw-text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.tw-text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.tw-text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.tw-text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.tw-text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.tw-text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.tw-text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.tw-text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.tw-text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.tw-text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.tw-text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.tw-text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.tw-text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.tw-text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.tw-text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.tw-text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.tw-text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.tw-text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.tw-text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.tw-text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.tw-text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.tw-text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.tw-text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.tw-text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.tw-text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.tw-text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.tw-text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.tw-text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.tw-text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.tw-text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.tw-text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.tw-text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.tw-text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.tw-text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.tw-text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.tw-text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.tw-text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.tw-text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.tw-text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.tw-text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.tw-text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.tw-text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.tw-text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.tw-text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.tw-text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.tw-text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.tw-text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.tw-text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.tw-text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.tw-text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.tw-text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.tw-text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.tw-text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.tw-text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.tw-text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.tw-text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.tw-text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.tw-text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.tw-text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.tw-text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.tw-text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.tw-text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.tw-text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}
.tw-text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.tw-text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.tw-text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.tw-text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}
.tw-text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.tw-text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}
.tw-text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.tw-text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.tw-text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}
.tw-text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.tw-text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}
.tw-text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.tw-text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.tw-text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.tw-text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}
.tw-text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.tw-text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.tw-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.tw-text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.tw-text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.tw-text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.tw-text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.tw-text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.tw-text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.tw-text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.tw-text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.tw-text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.tw-text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.tw-text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.tw-text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.tw-text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.tw-text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.tw-text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.tw-text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.tw-text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.tw-text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.tw-text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.tw-text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.tw-text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.tw-text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.tw-text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.tw-text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.tw-text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.tw-text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.tw-text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.tw-text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.tw-text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.tw-text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.tw-text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.tw-text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.tw-text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.tw-text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.tw-text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.tw-text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.tw-text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.tw-text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.tw-text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.tw-text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.tw-text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.tw-text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.tw-text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.tw-text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.tw-text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.tw-text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.tw-text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.tw-text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.tw-text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.tw-text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.tw-text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.tw-text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.tw-text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.tw-text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.tw-text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.tw-text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.tw-text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.tw-text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.tw-text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.tw-text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.tw-text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.tw-text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.tw-text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.tw-text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.tw-text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.tw-text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.tw-text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.tw-text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.tw-text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}
.tw-text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.tw-text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.tw-text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.tw-text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}
.tw-text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.tw-text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}
.tw-text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.tw-text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.tw-text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}
.tw-text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.tw-text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}
.tw-text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.tw-text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.tw-text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.tw-text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}
.tw-text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.tw-text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.tw-text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.tw-text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.tw-text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.tw-text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.tw-text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}
.tw-text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.tw-text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.tw-text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.tw-text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}
.tw-text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.tw-text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.tw-text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.tw-text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.tw-text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.tw-text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.tw-text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.tw-text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.tw-text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.tw-text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.tw-text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.tw-text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.tw-text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.tw-text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.tw-text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.tw-text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.tw-text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.tw-text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}
.tw-text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.tw-text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.tw-text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.tw-text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}
.tw-text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.tw-text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}
.tw-text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.tw-text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.tw-text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}
.tw-text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.tw-text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}
.tw-text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.tw-text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.tw-text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.tw-text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}
.tw-text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.tw-text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.tw-text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.tw-text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.tw-text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.tw-text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.tw-text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}
.tw-text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.tw-text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.tw-text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.tw-text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}
.tw-text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.tw-text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}
.tw-text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.tw-text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.tw-text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}
.tw-text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.tw-text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}
.tw-text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.tw-text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.tw-text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.tw-text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}
.tw-text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.tw-text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.tw-text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.tw-text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.tw-text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.tw-text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.tw-text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}
.tw-text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.tw-text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.tw-text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.tw-text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}
.tw-text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.tw-text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}
.tw-text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.tw-text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.tw-text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}
.tw-text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.tw-text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}
.tw-text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.tw-text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.tw-text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.tw-text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}
.tw-text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.tw-text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.tw-text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.tw-text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.tw-text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.tw-text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.tw-text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}
.tw-text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.tw-text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.tw-text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.tw-text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}
.tw-text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.tw-text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}
.tw-text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.tw-text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.tw-text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}
.tw-text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.tw-text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}
.tw-text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.tw-text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.tw-text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.tw-text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}
.tw-text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.tw-text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.tw-text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.tw-text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.tw-text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.tw-text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.tw-text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}
.tw-text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.tw-text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.tw-text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.tw-text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}
.tw-text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.tw-text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}
.tw-text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.tw-text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.tw-text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}
.tw-text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.tw-text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}
.tw-text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.tw-text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.tw-text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.tw-text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}
.tw-text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.tw-text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.tw-text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.tw-text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.tw-text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.tw-text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.tw-text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}
.tw-text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.tw-text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.tw-text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.tw-text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}
.tw-text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.tw-text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}
.tw-text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.tw-text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.tw-text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}
.tw-text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.tw-text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}
.tw-text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.tw-text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.tw-text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.tw-text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}
.tw-text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.tw-text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.tw-text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.tw-text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.tw-text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.tw-text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.tw-text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}
.tw-text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.tw-text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.tw-text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.tw-text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}
.tw-text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.tw-text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.tw-text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.tw-text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.tw-text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.tw-text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.tw-text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.tw-text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.tw-text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.tw-text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.tw-text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.tw-text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.tw-text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.tw-text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.tw-text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.tw-text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.tw-text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.tw-text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}
.tw-text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.tw-text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.tw-text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.tw-text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}
.tw-text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.tw-text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}
.tw-text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.tw-text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.tw-text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}
.tw-text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.tw-text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}
.tw-text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.tw-text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.tw-text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.tw-text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}
.tw-text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.tw-text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.tw-text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.tw-text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.tw-text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.tw-text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.tw-text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}
.tw-text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.tw-text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.tw-text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.tw-text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}
.tw-text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.tw-text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}
.tw-text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.tw-text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.tw-text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}
.tw-text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.tw-text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}
.tw-text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.tw-text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.tw-text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.tw-text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}
.tw-text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.tw-text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.tw-text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.tw-text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.tw-text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.tw-text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.tw-text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}
.tw-text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.tw-text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.tw-text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.tw-text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}
.tw-text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.tw-text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}
.tw-text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.tw-text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.tw-text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}
.tw-text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.tw-text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}
.tw-text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.tw-text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.tw-text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.tw-text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}
.tw-text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.tw-text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.tw-text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.tw-text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.tw-text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.tw-text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.tw-text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}
.tw-text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.tw-text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.tw-text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.tw-text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}
.tw-text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.tw-text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}
.tw-text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.tw-text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.tw-text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}
.tw-text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.tw-text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}
.tw-text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.tw-text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.tw-text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.tw-text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}
.tw-text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.tw-text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.tw-text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.tw-text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.tw-text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.tw-text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.tw-text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}
.tw-text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.tw-text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.tw-text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.tw-text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}
.tw-text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.tw-text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}
.tw-text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.tw-text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.tw-text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}
.tw-text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.tw-text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}
.tw-text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.tw-text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.tw-text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.tw-text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}
.tw-text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.tw-text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.tw-text-info-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.tw-text-info-100\/0 {
  color: rgb(224 242 254 / 0);
}
.tw-text-info-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.tw-text-info-100\/100 {
  color: rgb(224 242 254 / 1);
}
.tw-text-info-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.tw-text-info-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.tw-text-info-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.tw-text-info-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.tw-text-info-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.tw-text-info-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.tw-text-info-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.tw-text-info-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.tw-text-info-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.tw-text-info-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.tw-text-info-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.tw-text-info-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.tw-text-info-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.tw-text-info-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.tw-text-info-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.tw-text-info-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.tw-text-info-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.tw-text-info-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.tw-text-info-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.tw-text-info-200\/0 {
  color: rgb(186 230 253 / 0);
}
.tw-text-info-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.tw-text-info-200\/100 {
  color: rgb(186 230 253 / 1);
}
.tw-text-info-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.tw-text-info-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.tw-text-info-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.tw-text-info-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.tw-text-info-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.tw-text-info-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.tw-text-info-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.tw-text-info-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.tw-text-info-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.tw-text-info-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.tw-text-info-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.tw-text-info-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.tw-text-info-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.tw-text-info-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.tw-text-info-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.tw-text-info-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.tw-text-info-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.tw-text-info-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.tw-text-info-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.tw-text-info-300\/0 {
  color: rgb(125 211 252 / 0);
}
.tw-text-info-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.tw-text-info-300\/100 {
  color: rgb(125 211 252 / 1);
}
.tw-text-info-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.tw-text-info-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.tw-text-info-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.tw-text-info-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.tw-text-info-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.tw-text-info-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.tw-text-info-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.tw-text-info-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.tw-text-info-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.tw-text-info-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.tw-text-info-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.tw-text-info-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.tw-text-info-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.tw-text-info-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.tw-text-info-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.tw-text-info-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.tw-text-info-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.tw-text-info-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.tw-text-info-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.tw-text-info-400\/0 {
  color: rgb(56 189 248 / 0);
}
.tw-text-info-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.tw-text-info-400\/100 {
  color: rgb(56 189 248 / 1);
}
.tw-text-info-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.tw-text-info-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.tw-text-info-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.tw-text-info-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.tw-text-info-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.tw-text-info-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.tw-text-info-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.tw-text-info-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.tw-text-info-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.tw-text-info-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.tw-text-info-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.tw-text-info-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.tw-text-info-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.tw-text-info-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.tw-text-info-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.tw-text-info-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.tw-text-info-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.tw-text-info-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.tw-text-info-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.tw-text-info-50\/0 {
  color: rgb(240 249 255 / 0);
}
.tw-text-info-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.tw-text-info-50\/100 {
  color: rgb(240 249 255 / 1);
}
.tw-text-info-50\/15 {
  color: rgb(240 249 255 / 0.15);
}
.tw-text-info-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.tw-text-info-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.tw-text-info-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.tw-text-info-50\/35 {
  color: rgb(240 249 255 / 0.35);
}
.tw-text-info-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.tw-text-info-50\/45 {
  color: rgb(240 249 255 / 0.45);
}
.tw-text-info-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.tw-text-info-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.tw-text-info-50\/55 {
  color: rgb(240 249 255 / 0.55);
}
.tw-text-info-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.tw-text-info-50\/65 {
  color: rgb(240 249 255 / 0.65);
}
.tw-text-info-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.tw-text-info-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.tw-text-info-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.tw-text-info-50\/85 {
  color: rgb(240 249 255 / 0.85);
}
.tw-text-info-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.tw-text-info-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.tw-text-info-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.tw-text-info-500\/0 {
  color: rgb(14 165 233 / 0);
}
.tw-text-info-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.tw-text-info-500\/100 {
  color: rgb(14 165 233 / 1);
}
.tw-text-info-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.tw-text-info-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.tw-text-info-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.tw-text-info-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.tw-text-info-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.tw-text-info-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.tw-text-info-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.tw-text-info-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.tw-text-info-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.tw-text-info-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.tw-text-info-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.tw-text-info-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.tw-text-info-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.tw-text-info-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.tw-text-info-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.tw-text-info-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.tw-text-info-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.tw-text-info-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.tw-text-info-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.tw-text-info-600\/0 {
  color: rgb(2 132 199 / 0);
}
.tw-text-info-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.tw-text-info-600\/100 {
  color: rgb(2 132 199 / 1);
}
.tw-text-info-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.tw-text-info-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.tw-text-info-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.tw-text-info-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.tw-text-info-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.tw-text-info-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.tw-text-info-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.tw-text-info-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.tw-text-info-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.tw-text-info-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.tw-text-info-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.tw-text-info-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.tw-text-info-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.tw-text-info-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.tw-text-info-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.tw-text-info-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.tw-text-info-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.tw-text-info-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.tw-text-info-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.tw-text-info-700\/0 {
  color: rgb(3 105 161 / 0);
}
.tw-text-info-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.tw-text-info-700\/100 {
  color: rgb(3 105 161 / 1);
}
.tw-text-info-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.tw-text-info-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.tw-text-info-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.tw-text-info-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.tw-text-info-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.tw-text-info-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.tw-text-info-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.tw-text-info-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.tw-text-info-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.tw-text-info-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.tw-text-info-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.tw-text-info-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.tw-text-info-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.tw-text-info-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.tw-text-info-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.tw-text-info-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.tw-text-info-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.tw-text-info-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.tw-text-info-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.tw-text-info-800\/0 {
  color: rgb(7 89 133 / 0);
}
.tw-text-info-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.tw-text-info-800\/100 {
  color: rgb(7 89 133 / 1);
}
.tw-text-info-800\/15 {
  color: rgb(7 89 133 / 0.15);
}
.tw-text-info-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.tw-text-info-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.tw-text-info-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.tw-text-info-800\/35 {
  color: rgb(7 89 133 / 0.35);
}
.tw-text-info-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.tw-text-info-800\/45 {
  color: rgb(7 89 133 / 0.45);
}
.tw-text-info-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.tw-text-info-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.tw-text-info-800\/55 {
  color: rgb(7 89 133 / 0.55);
}
.tw-text-info-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.tw-text-info-800\/65 {
  color: rgb(7 89 133 / 0.65);
}
.tw-text-info-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.tw-text-info-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.tw-text-info-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.tw-text-info-800\/85 {
  color: rgb(7 89 133 / 0.85);
}
.tw-text-info-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.tw-text-info-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.tw-text-info-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.tw-text-info-900\/0 {
  color: rgb(12 74 110 / 0);
}
.tw-text-info-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.tw-text-info-900\/100 {
  color: rgb(12 74 110 / 1);
}
.tw-text-info-900\/15 {
  color: rgb(12 74 110 / 0.15);
}
.tw-text-info-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.tw-text-info-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.tw-text-info-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.tw-text-info-900\/35 {
  color: rgb(12 74 110 / 0.35);
}
.tw-text-info-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.tw-text-info-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.tw-text-info-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.tw-text-info-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.tw-text-info-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.tw-text-info-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.tw-text-info-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.tw-text-info-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.tw-text-info-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.tw-text-info-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.tw-text-info-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.tw-text-info-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.tw-text-info-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.tw-text-info-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.tw-text-info-950\/0 {
  color: rgb(8 47 73 / 0);
}
.tw-text-info-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.tw-text-info-950\/100 {
  color: rgb(8 47 73 / 1);
}
.tw-text-info-950\/15 {
  color: rgb(8 47 73 / 0.15);
}
.tw-text-info-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.tw-text-info-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.tw-text-info-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.tw-text-info-950\/35 {
  color: rgb(8 47 73 / 0.35);
}
.tw-text-info-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.tw-text-info-950\/45 {
  color: rgb(8 47 73 / 0.45);
}
.tw-text-info-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.tw-text-info-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.tw-text-info-950\/55 {
  color: rgb(8 47 73 / 0.55);
}
.tw-text-info-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.tw-text-info-950\/65 {
  color: rgb(8 47 73 / 0.65);
}
.tw-text-info-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.tw-text-info-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.tw-text-info-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.tw-text-info-950\/85 {
  color: rgb(8 47 73 / 0.85);
}
.tw-text-info-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.tw-text-info-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.tw-text-inherit {
  color: inherit;
}
.tw-text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.tw-text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.tw-text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.tw-text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.tw-text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}
.tw-text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.tw-text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.tw-text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.tw-text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}
.tw-text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.tw-text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}
.tw-text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.tw-text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.tw-text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}
.tw-text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.tw-text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}
.tw-text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.tw-text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.tw-text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.tw-text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}
.tw-text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.tw-text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.tw-text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.tw-text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.tw-text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.tw-text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.tw-text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}
.tw-text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.tw-text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.tw-text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.tw-text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}
.tw-text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.tw-text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}
.tw-text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.tw-text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.tw-text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}
.tw-text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.tw-text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}
.tw-text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.tw-text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.tw-text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.tw-text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}
.tw-text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.tw-text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.tw-text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.tw-text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.tw-text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.tw-text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.tw-text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}
.tw-text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.tw-text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.tw-text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.tw-text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}
.tw-text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.tw-text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}
.tw-text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.tw-text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.tw-text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}
.tw-text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.tw-text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}
.tw-text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.tw-text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.tw-text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.tw-text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}
.tw-text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.tw-text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.tw-text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.tw-text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.tw-text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.tw-text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.tw-text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}
.tw-text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.tw-text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.tw-text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.tw-text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}
.tw-text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.tw-text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}
.tw-text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.tw-text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.tw-text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}
.tw-text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.tw-text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}
.tw-text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.tw-text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.tw-text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.tw-text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}
.tw-text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.tw-text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.tw-text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.tw-text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.tw-text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.tw-text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.tw-text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}
.tw-text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.tw-text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.tw-text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.tw-text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}
.tw-text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.tw-text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}
.tw-text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.tw-text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.tw-text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}
.tw-text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.tw-text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}
.tw-text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.tw-text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.tw-text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.tw-text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}
.tw-text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.tw-text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.tw-text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.tw-text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.tw-text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.tw-text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.tw-text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}
.tw-text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.tw-text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.tw-text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.tw-text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}
.tw-text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.tw-text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}
.tw-text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.tw-text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.tw-text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}
.tw-text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.tw-text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}
.tw-text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.tw-text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.tw-text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.tw-text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}
.tw-text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.tw-text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.tw-text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.tw-text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.tw-text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.tw-text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.tw-text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}
.tw-text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.tw-text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.tw-text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.tw-text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}
.tw-text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.tw-text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}
.tw-text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.tw-text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.tw-text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}
.tw-text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.tw-text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}
.tw-text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.tw-text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.tw-text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.tw-text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}
.tw-text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.tw-text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.tw-text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.tw-text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.tw-text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.tw-text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.tw-text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}
.tw-text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.tw-text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.tw-text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.tw-text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}
.tw-text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.tw-text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}
.tw-text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.tw-text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.tw-text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}
.tw-text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.tw-text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}
.tw-text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.tw-text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.tw-text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.tw-text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}
.tw-text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.tw-text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.tw-text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.tw-text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.tw-text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.tw-text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.tw-text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}
.tw-text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.tw-text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.tw-text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.tw-text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}
.tw-text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.tw-text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}
.tw-text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.tw-text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.tw-text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}
.tw-text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.tw-text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}
.tw-text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.tw-text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.tw-text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.tw-text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}
.tw-text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.tw-text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.tw-text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.tw-text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.tw-text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.tw-text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.tw-text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}
.tw-text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.tw-text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.tw-text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.tw-text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}
.tw-text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.tw-text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}
.tw-text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.tw-text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.tw-text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}
.tw-text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.tw-text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}
.tw-text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.tw-text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.tw-text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.tw-text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}
.tw-text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.tw-text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.tw-text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.tw-text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.tw-text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.tw-text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.tw-text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}
.tw-text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.tw-text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.tw-text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.tw-text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}
.tw-text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.tw-text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}
.tw-text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.tw-text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.tw-text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}
.tw-text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.tw-text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}
.tw-text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.tw-text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.tw-text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.tw-text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}
.tw-text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.tw-text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.tw-text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.tw-text-neutral-100\/0 {
  color: rgb(241 245 249 / 0);
}
.tw-text-neutral-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.tw-text-neutral-100\/100 {
  color: rgb(241 245 249 / 1);
}
.tw-text-neutral-100\/15 {
  color: rgb(241 245 249 / 0.15);
}
.tw-text-neutral-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.tw-text-neutral-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.tw-text-neutral-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.tw-text-neutral-100\/35 {
  color: rgb(241 245 249 / 0.35);
}
.tw-text-neutral-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.tw-text-neutral-100\/45 {
  color: rgb(241 245 249 / 0.45);
}
.tw-text-neutral-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.tw-text-neutral-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.tw-text-neutral-100\/55 {
  color: rgb(241 245 249 / 0.55);
}
.tw-text-neutral-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.tw-text-neutral-100\/65 {
  color: rgb(241 245 249 / 0.65);
}
.tw-text-neutral-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.tw-text-neutral-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.tw-text-neutral-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.tw-text-neutral-100\/85 {
  color: rgb(241 245 249 / 0.85);
}
.tw-text-neutral-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.tw-text-neutral-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.tw-text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.tw-text-neutral-200\/0 {
  color: rgb(226 232 240 / 0);
}
.tw-text-neutral-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.tw-text-neutral-200\/100 {
  color: rgb(226 232 240 / 1);
}
.tw-text-neutral-200\/15 {
  color: rgb(226 232 240 / 0.15);
}
.tw-text-neutral-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.tw-text-neutral-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.tw-text-neutral-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.tw-text-neutral-200\/35 {
  color: rgb(226 232 240 / 0.35);
}
.tw-text-neutral-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.tw-text-neutral-200\/45 {
  color: rgb(226 232 240 / 0.45);
}
.tw-text-neutral-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.tw-text-neutral-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.tw-text-neutral-200\/55 {
  color: rgb(226 232 240 / 0.55);
}
.tw-text-neutral-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.tw-text-neutral-200\/65 {
  color: rgb(226 232 240 / 0.65);
}
.tw-text-neutral-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.tw-text-neutral-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.tw-text-neutral-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.tw-text-neutral-200\/85 {
  color: rgb(226 232 240 / 0.85);
}
.tw-text-neutral-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.tw-text-neutral-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.tw-text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.tw-text-neutral-300\/0 {
  color: rgb(203 213 225 / 0);
}
.tw-text-neutral-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.tw-text-neutral-300\/100 {
  color: rgb(203 213 225 / 1);
}
.tw-text-neutral-300\/15 {
  color: rgb(203 213 225 / 0.15);
}
.tw-text-neutral-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.tw-text-neutral-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.tw-text-neutral-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.tw-text-neutral-300\/35 {
  color: rgb(203 213 225 / 0.35);
}
.tw-text-neutral-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.tw-text-neutral-300\/45 {
  color: rgb(203 213 225 / 0.45);
}
.tw-text-neutral-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.tw-text-neutral-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.tw-text-neutral-300\/55 {
  color: rgb(203 213 225 / 0.55);
}
.tw-text-neutral-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.tw-text-neutral-300\/65 {
  color: rgb(203 213 225 / 0.65);
}
.tw-text-neutral-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.tw-text-neutral-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.tw-text-neutral-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.tw-text-neutral-300\/85 {
  color: rgb(203 213 225 / 0.85);
}
.tw-text-neutral-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.tw-text-neutral-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.tw-text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.tw-text-neutral-400\/0 {
  color: rgb(148 163 184 / 0);
}
.tw-text-neutral-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.tw-text-neutral-400\/100 {
  color: rgb(148 163 184 / 1);
}
.tw-text-neutral-400\/15 {
  color: rgb(148 163 184 / 0.15);
}
.tw-text-neutral-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.tw-text-neutral-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.tw-text-neutral-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.tw-text-neutral-400\/35 {
  color: rgb(148 163 184 / 0.35);
}
.tw-text-neutral-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.tw-text-neutral-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.tw-text-neutral-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.tw-text-neutral-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.tw-text-neutral-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.tw-text-neutral-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.tw-text-neutral-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.tw-text-neutral-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.tw-text-neutral-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.tw-text-neutral-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.tw-text-neutral-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.tw-text-neutral-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.tw-text-neutral-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.tw-text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.tw-text-neutral-50\/0 {
  color: rgb(248 250 252 / 0);
}
.tw-text-neutral-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.tw-text-neutral-50\/100 {
  color: rgb(248 250 252 / 1);
}
.tw-text-neutral-50\/15 {
  color: rgb(248 250 252 / 0.15);
}
.tw-text-neutral-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.tw-text-neutral-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.tw-text-neutral-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.tw-text-neutral-50\/35 {
  color: rgb(248 250 252 / 0.35);
}
.tw-text-neutral-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.tw-text-neutral-50\/45 {
  color: rgb(248 250 252 / 0.45);
}
.tw-text-neutral-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.tw-text-neutral-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.tw-text-neutral-50\/55 {
  color: rgb(248 250 252 / 0.55);
}
.tw-text-neutral-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.tw-text-neutral-50\/65 {
  color: rgb(248 250 252 / 0.65);
}
.tw-text-neutral-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.tw-text-neutral-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.tw-text-neutral-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.tw-text-neutral-50\/85 {
  color: rgb(248 250 252 / 0.85);
}
.tw-text-neutral-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.tw-text-neutral-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.tw-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.tw-text-neutral-500\/0 {
  color: rgb(100 116 139 / 0);
}
.tw-text-neutral-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.tw-text-neutral-500\/100 {
  color: rgb(100 116 139 / 1);
}
.tw-text-neutral-500\/15 {
  color: rgb(100 116 139 / 0.15);
}
.tw-text-neutral-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.tw-text-neutral-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.tw-text-neutral-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.tw-text-neutral-500\/35 {
  color: rgb(100 116 139 / 0.35);
}
.tw-text-neutral-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.tw-text-neutral-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.tw-text-neutral-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.tw-text-neutral-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.tw-text-neutral-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.tw-text-neutral-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.tw-text-neutral-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.tw-text-neutral-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.tw-text-neutral-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.tw-text-neutral-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.tw-text-neutral-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.tw-text-neutral-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.tw-text-neutral-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.tw-text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.tw-text-neutral-600\/0 {
  color: rgb(71 85 105 / 0);
}
.tw-text-neutral-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.tw-text-neutral-600\/100 {
  color: rgb(71 85 105 / 1);
}
.tw-text-neutral-600\/15 {
  color: rgb(71 85 105 / 0.15);
}
.tw-text-neutral-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.tw-text-neutral-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.tw-text-neutral-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.tw-text-neutral-600\/35 {
  color: rgb(71 85 105 / 0.35);
}
.tw-text-neutral-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.tw-text-neutral-600\/45 {
  color: rgb(71 85 105 / 0.45);
}
.tw-text-neutral-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.tw-text-neutral-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.tw-text-neutral-600\/55 {
  color: rgb(71 85 105 / 0.55);
}
.tw-text-neutral-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.tw-text-neutral-600\/65 {
  color: rgb(71 85 105 / 0.65);
}
.tw-text-neutral-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.tw-text-neutral-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.tw-text-neutral-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.tw-text-neutral-600\/85 {
  color: rgb(71 85 105 / 0.85);
}
.tw-text-neutral-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.tw-text-neutral-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.tw-text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.tw-text-neutral-700\/0 {
  color: rgb(51 65 85 / 0);
}
.tw-text-neutral-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.tw-text-neutral-700\/100 {
  color: rgb(51 65 85 / 1);
}
.tw-text-neutral-700\/15 {
  color: rgb(51 65 85 / 0.15);
}
.tw-text-neutral-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.tw-text-neutral-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.tw-text-neutral-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.tw-text-neutral-700\/35 {
  color: rgb(51 65 85 / 0.35);
}
.tw-text-neutral-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.tw-text-neutral-700\/45 {
  color: rgb(51 65 85 / 0.45);
}
.tw-text-neutral-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.tw-text-neutral-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.tw-text-neutral-700\/55 {
  color: rgb(51 65 85 / 0.55);
}
.tw-text-neutral-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.tw-text-neutral-700\/65 {
  color: rgb(51 65 85 / 0.65);
}
.tw-text-neutral-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.tw-text-neutral-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.tw-text-neutral-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.tw-text-neutral-700\/85 {
  color: rgb(51 65 85 / 0.85);
}
.tw-text-neutral-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.tw-text-neutral-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.tw-text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.tw-text-neutral-800\/0 {
  color: rgb(30 41 59 / 0);
}
.tw-text-neutral-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.tw-text-neutral-800\/100 {
  color: rgb(30 41 59 / 1);
}
.tw-text-neutral-800\/15 {
  color: rgb(30 41 59 / 0.15);
}
.tw-text-neutral-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.tw-text-neutral-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.tw-text-neutral-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.tw-text-neutral-800\/35 {
  color: rgb(30 41 59 / 0.35);
}
.tw-text-neutral-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.tw-text-neutral-800\/45 {
  color: rgb(30 41 59 / 0.45);
}
.tw-text-neutral-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.tw-text-neutral-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.tw-text-neutral-800\/55 {
  color: rgb(30 41 59 / 0.55);
}
.tw-text-neutral-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.tw-text-neutral-800\/65 {
  color: rgb(30 41 59 / 0.65);
}
.tw-text-neutral-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.tw-text-neutral-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.tw-text-neutral-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.tw-text-neutral-800\/85 {
  color: rgb(30 41 59 / 0.85);
}
.tw-text-neutral-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.tw-text-neutral-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.tw-text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.tw-text-neutral-900\/0 {
  color: rgb(15 23 42 / 0);
}
.tw-text-neutral-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.tw-text-neutral-900\/100 {
  color: rgb(15 23 42 / 1);
}
.tw-text-neutral-900\/15 {
  color: rgb(15 23 42 / 0.15);
}
.tw-text-neutral-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.tw-text-neutral-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.tw-text-neutral-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.tw-text-neutral-900\/35 {
  color: rgb(15 23 42 / 0.35);
}
.tw-text-neutral-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.tw-text-neutral-900\/45 {
  color: rgb(15 23 42 / 0.45);
}
.tw-text-neutral-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.tw-text-neutral-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.tw-text-neutral-900\/55 {
  color: rgb(15 23 42 / 0.55);
}
.tw-text-neutral-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.tw-text-neutral-900\/65 {
  color: rgb(15 23 42 / 0.65);
}
.tw-text-neutral-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.tw-text-neutral-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.tw-text-neutral-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.tw-text-neutral-900\/85 {
  color: rgb(15 23 42 / 0.85);
}
.tw-text-neutral-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.tw-text-neutral-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.tw-text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.tw-text-neutral-950\/0 {
  color: rgb(2 6 23 / 0);
}
.tw-text-neutral-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.tw-text-neutral-950\/100 {
  color: rgb(2 6 23 / 1);
}
.tw-text-neutral-950\/15 {
  color: rgb(2 6 23 / 0.15);
}
.tw-text-neutral-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.tw-text-neutral-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.tw-text-neutral-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.tw-text-neutral-950\/35 {
  color: rgb(2 6 23 / 0.35);
}
.tw-text-neutral-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.tw-text-neutral-950\/45 {
  color: rgb(2 6 23 / 0.45);
}
.tw-text-neutral-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.tw-text-neutral-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.tw-text-neutral-950\/55 {
  color: rgb(2 6 23 / 0.55);
}
.tw-text-neutral-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.tw-text-neutral-950\/65 {
  color: rgb(2 6 23 / 0.65);
}
.tw-text-neutral-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.tw-text-neutral-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.tw-text-neutral-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.tw-text-neutral-950\/85 {
  color: rgb(2 6 23 / 0.85);
}
.tw-text-neutral-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.tw-text-neutral-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.tw-text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.tw-text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.tw-text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.tw-text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.tw-text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}
.tw-text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.tw-text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.tw-text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.tw-text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}
.tw-text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.tw-text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}
.tw-text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.tw-text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.tw-text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}
.tw-text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.tw-text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}
.tw-text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.tw-text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.tw-text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.tw-text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}
.tw-text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.tw-text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.tw-text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.tw-text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.tw-text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.tw-text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.tw-text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}
.tw-text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.tw-text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.tw-text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.tw-text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}
.tw-text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.tw-text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}
.tw-text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.tw-text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.tw-text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}
.tw-text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.tw-text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}
.tw-text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.tw-text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.tw-text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.tw-text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}
.tw-text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.tw-text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.tw-text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.tw-text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.tw-text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.tw-text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.tw-text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}
.tw-text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.tw-text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.tw-text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.tw-text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}
.tw-text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.tw-text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}
.tw-text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.tw-text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.tw-text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}
.tw-text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.tw-text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}
.tw-text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.tw-text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.tw-text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.tw-text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}
.tw-text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.tw-text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.tw-text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.tw-text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.tw-text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.tw-text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.tw-text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}
.tw-text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.tw-text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.tw-text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.tw-text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}
.tw-text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.tw-text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}
.tw-text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.tw-text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.tw-text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}
.tw-text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.tw-text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}
.tw-text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.tw-text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.tw-text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.tw-text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}
.tw-text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.tw-text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.tw-text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.tw-text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.tw-text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.tw-text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.tw-text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}
.tw-text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.tw-text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.tw-text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.tw-text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}
.tw-text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.tw-text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}
.tw-text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.tw-text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.tw-text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}
.tw-text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.tw-text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}
.tw-text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.tw-text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.tw-text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.tw-text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}
.tw-text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.tw-text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.tw-text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.tw-text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.tw-text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.tw-text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}
.tw-text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.tw-text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.tw-text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.tw-text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}
.tw-text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.tw-text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}
.tw-text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.tw-text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.tw-text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}
.tw-text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.tw-text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}
.tw-text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.tw-text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.tw-text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.tw-text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}
.tw-text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.tw-text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.tw-text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.tw-text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.tw-text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.tw-text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.tw-text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}
.tw-text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.tw-text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.tw-text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.tw-text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}
.tw-text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.tw-text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}
.tw-text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.tw-text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.tw-text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}
.tw-text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.tw-text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}
.tw-text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.tw-text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.tw-text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.tw-text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}
.tw-text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.tw-text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.tw-text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.tw-text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.tw-text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.tw-text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.tw-text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}
.tw-text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.tw-text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.tw-text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.tw-text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}
.tw-text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.tw-text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}
.tw-text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.tw-text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.tw-text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}
.tw-text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.tw-text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}
.tw-text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.tw-text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.tw-text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.tw-text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}
.tw-text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.tw-text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.tw-text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.tw-text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.tw-text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.tw-text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.tw-text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}
.tw-text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.tw-text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.tw-text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.tw-text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}
.tw-text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.tw-text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}
.tw-text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.tw-text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.tw-text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}
.tw-text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.tw-text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}
.tw-text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.tw-text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.tw-text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.tw-text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}
.tw-text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.tw-text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.tw-text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.tw-text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.tw-text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.tw-text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.tw-text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}
.tw-text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.tw-text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.tw-text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.tw-text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}
.tw-text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.tw-text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}
.tw-text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.tw-text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.tw-text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}
.tw-text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.tw-text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}
.tw-text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.tw-text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.tw-text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.tw-text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}
.tw-text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.tw-text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.tw-text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.tw-text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.tw-text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.tw-text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.tw-text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}
.tw-text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.tw-text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.tw-text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.tw-text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}
.tw-text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.tw-text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}
.tw-text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.tw-text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.tw-text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}
.tw-text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.tw-text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}
.tw-text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.tw-text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.tw-text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.tw-text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}
.tw-text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.tw-text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.tw-text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.tw-text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.tw-text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.tw-text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.tw-text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}
.tw-text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}
.tw-text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}
.tw-text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}
.tw-text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}
.tw-text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}
.tw-text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}
.tw-text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}
.tw-text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}
.tw-text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}
.tw-text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}
.tw-text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}
.tw-text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}
.tw-text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}
.tw-text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}
.tw-text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}
.tw-text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}
.tw-text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.tw-text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.tw-text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.tw-text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.tw-text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.tw-text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}
.tw-text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}
.tw-text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}
.tw-text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}
.tw-text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}
.tw-text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}
.tw-text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}
.tw-text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}
.tw-text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}
.tw-text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}
.tw-text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}
.tw-text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}
.tw-text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}
.tw-text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}
.tw-text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}
.tw-text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}
.tw-text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}
.tw-text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.tw-text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.tw-text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.tw-text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.tw-text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.tw-text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}
.tw-text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}
.tw-text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}
.tw-text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}
.tw-text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}
.tw-text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}
.tw-text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}
.tw-text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}
.tw-text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}
.tw-text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}
.tw-text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}
.tw-text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}
.tw-text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}
.tw-text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}
.tw-text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}
.tw-text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}
.tw-text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}
.tw-text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.tw-text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.tw-text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.tw-text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.tw-text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.tw-text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}
.tw-text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.tw-text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.tw-text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.tw-text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}
.tw-text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.tw-text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}
.tw-text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.tw-text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.tw-text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}
.tw-text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.tw-text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}
.tw-text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.tw-text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.tw-text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.tw-text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}
.tw-text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.tw-text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.tw-text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.tw-text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.tw-text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.tw-text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.tw-text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}
.tw-text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.tw-text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.tw-text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.tw-text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}
.tw-text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.tw-text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}
.tw-text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.tw-text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.tw-text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}
.tw-text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.tw-text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}
.tw-text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.tw-text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.tw-text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.tw-text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}
.tw-text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.tw-text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.tw-text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.tw-text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.tw-text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.tw-text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.tw-text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}
.tw-text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.tw-text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.tw-text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.tw-text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}
.tw-text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.tw-text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}
.tw-text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.tw-text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.tw-text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}
.tw-text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.tw-text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}
.tw-text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.tw-text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.tw-text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.tw-text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}
.tw-text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.tw-text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.tw-text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.tw-text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.tw-text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.tw-text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.tw-text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}
.tw-text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.tw-text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.tw-text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.tw-text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}
.tw-text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.tw-text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}
.tw-text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.tw-text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.tw-text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}
.tw-text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.tw-text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}
.tw-text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.tw-text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.tw-text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.tw-text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}
.tw-text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.tw-text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.tw-text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.tw-text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.tw-text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.tw-text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.tw-text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}
.tw-text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}
.tw-text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}
.tw-text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}
.tw-text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}
.tw-text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}
.tw-text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}
.tw-text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}
.tw-text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}
.tw-text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}
.tw-text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}
.tw-text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}
.tw-text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}
.tw-text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}
.tw-text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}
.tw-text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}
.tw-text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}
.tw-text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.tw-text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.tw-text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.tw-text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.tw-text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.tw-text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}
.tw-text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}
.tw-text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}
.tw-text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}
.tw-text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}
.tw-text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}
.tw-text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}
.tw-text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}
.tw-text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}
.tw-text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}
.tw-text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}
.tw-text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}
.tw-text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}
.tw-text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}
.tw-text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}
.tw-text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}
.tw-text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}
.tw-text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.tw-text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.tw-text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.tw-text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.tw-text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.tw-text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}
.tw-text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.tw-text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.tw-text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.tw-text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}
.tw-text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.tw-text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}
.tw-text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.tw-text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.tw-text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}
.tw-text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.tw-text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}
.tw-text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.tw-text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.tw-text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.tw-text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}
.tw-text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.tw-text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.tw-text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
.tw-text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.tw-text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.tw-text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.tw-text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}
.tw-text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}
.tw-text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}
.tw-text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}
.tw-text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}
.tw-text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}
.tw-text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}
.tw-text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}
.tw-text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}
.tw-text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}
.tw-text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}
.tw-text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}
.tw-text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}
.tw-text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}
.tw-text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}
.tw-text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}
.tw-text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}
.tw-text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.tw-text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(217 226 255 / var(--tw-text-opacity));
}
.tw-text-primary-100\/0 {
  color: rgb(217 226 255 / 0);
}
.tw-text-primary-100\/10 {
  color: rgb(217 226 255 / 0.1);
}
.tw-text-primary-100\/100 {
  color: rgb(217 226 255 / 1);
}
.tw-text-primary-100\/15 {
  color: rgb(217 226 255 / 0.15);
}
.tw-text-primary-100\/20 {
  color: rgb(217 226 255 / 0.2);
}
.tw-text-primary-100\/25 {
  color: rgb(217 226 255 / 0.25);
}
.tw-text-primary-100\/30 {
  color: rgb(217 226 255 / 0.3);
}
.tw-text-primary-100\/35 {
  color: rgb(217 226 255 / 0.35);
}
.tw-text-primary-100\/40 {
  color: rgb(217 226 255 / 0.4);
}
.tw-text-primary-100\/45 {
  color: rgb(217 226 255 / 0.45);
}
.tw-text-primary-100\/5 {
  color: rgb(217 226 255 / 0.05);
}
.tw-text-primary-100\/50 {
  color: rgb(217 226 255 / 0.5);
}
.tw-text-primary-100\/55 {
  color: rgb(217 226 255 / 0.55);
}
.tw-text-primary-100\/60 {
  color: rgb(217 226 255 / 0.6);
}
.tw-text-primary-100\/65 {
  color: rgb(217 226 255 / 0.65);
}
.tw-text-primary-100\/70 {
  color: rgb(217 226 255 / 0.7);
}
.tw-text-primary-100\/75 {
  color: rgb(217 226 255 / 0.75);
}
.tw-text-primary-100\/80 {
  color: rgb(217 226 255 / 0.8);
}
.tw-text-primary-100\/85 {
  color: rgb(217 226 255 / 0.85);
}
.tw-text-primary-100\/90 {
  color: rgb(217 226 255 / 0.9);
}
.tw-text-primary-100\/95 {
  color: rgb(217 226 255 / 0.95);
}
.tw-text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(166 193 255 / var(--tw-text-opacity));
}
.tw-text-primary-200\/0 {
  color: rgb(166 193 255 / 0);
}
.tw-text-primary-200\/10 {
  color: rgb(166 193 255 / 0.1);
}
.tw-text-primary-200\/100 {
  color: rgb(166 193 255 / 1);
}
.tw-text-primary-200\/15 {
  color: rgb(166 193 255 / 0.15);
}
.tw-text-primary-200\/20 {
  color: rgb(166 193 255 / 0.2);
}
.tw-text-primary-200\/25 {
  color: rgb(166 193 255 / 0.25);
}
.tw-text-primary-200\/30 {
  color: rgb(166 193 255 / 0.3);
}
.tw-text-primary-200\/35 {
  color: rgb(166 193 255 / 0.35);
}
.tw-text-primary-200\/40 {
  color: rgb(166 193 255 / 0.4);
}
.tw-text-primary-200\/45 {
  color: rgb(166 193 255 / 0.45);
}
.tw-text-primary-200\/5 {
  color: rgb(166 193 255 / 0.05);
}
.tw-text-primary-200\/50 {
  color: rgb(166 193 255 / 0.5);
}
.tw-text-primary-200\/55 {
  color: rgb(166 193 255 / 0.55);
}
.tw-text-primary-200\/60 {
  color: rgb(166 193 255 / 0.6);
}
.tw-text-primary-200\/65 {
  color: rgb(166 193 255 / 0.65);
}
.tw-text-primary-200\/70 {
  color: rgb(166 193 255 / 0.7);
}
.tw-text-primary-200\/75 {
  color: rgb(166 193 255 / 0.75);
}
.tw-text-primary-200\/80 {
  color: rgb(166 193 255 / 0.8);
}
.tw-text-primary-200\/85 {
  color: rgb(166 193 255 / 0.85);
}
.tw-text-primary-200\/90 {
  color: rgb(166 193 255 / 0.9);
}
.tw-text-primary-200\/95 {
  color: rgb(166 193 255 / 0.95);
}
.tw-text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(89 139 255 / var(--tw-text-opacity));
}
.tw-text-primary-300\/0 {
  color: rgb(89 139 255 / 0);
}
.tw-text-primary-300\/10 {
  color: rgb(89 139 255 / 0.1);
}
.tw-text-primary-300\/100 {
  color: rgb(89 139 255 / 1);
}
.tw-text-primary-300\/15 {
  color: rgb(89 139 255 / 0.15);
}
.tw-text-primary-300\/20 {
  color: rgb(89 139 255 / 0.2);
}
.tw-text-primary-300\/25 {
  color: rgb(89 139 255 / 0.25);
}
.tw-text-primary-300\/30 {
  color: rgb(89 139 255 / 0.3);
}
.tw-text-primary-300\/35 {
  color: rgb(89 139 255 / 0.35);
}
.tw-text-primary-300\/40 {
  color: rgb(89 139 255 / 0.4);
}
.tw-text-primary-300\/45 {
  color: rgb(89 139 255 / 0.45);
}
.tw-text-primary-300\/5 {
  color: rgb(89 139 255 / 0.05);
}
.tw-text-primary-300\/50 {
  color: rgb(89 139 255 / 0.5);
}
.tw-text-primary-300\/55 {
  color: rgb(89 139 255 / 0.55);
}
.tw-text-primary-300\/60 {
  color: rgb(89 139 255 / 0.6);
}
.tw-text-primary-300\/65 {
  color: rgb(89 139 255 / 0.65);
}
.tw-text-primary-300\/70 {
  color: rgb(89 139 255 / 0.7);
}
.tw-text-primary-300\/75 {
  color: rgb(89 139 255 / 0.75);
}
.tw-text-primary-300\/80 {
  color: rgb(89 139 255 / 0.8);
}
.tw-text-primary-300\/85 {
  color: rgb(89 139 255 / 0.85);
}
.tw-text-primary-300\/90 {
  color: rgb(89 139 255 / 0.9);
}
.tw-text-primary-300\/95 {
  color: rgb(89 139 255 / 0.95);
}
.tw-text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(51 102 255 / var(--tw-text-opacity));
}
.tw-text-primary-400\/0 {
  color: rgb(51 102 255 / 0);
}
.tw-text-primary-400\/10 {
  color: rgb(51 102 255 / 0.1);
}
.tw-text-primary-400\/100 {
  color: rgb(51 102 255 / 1);
}
.tw-text-primary-400\/15 {
  color: rgb(51 102 255 / 0.15);
}
.tw-text-primary-400\/20 {
  color: rgb(51 102 255 / 0.2);
}
.tw-text-primary-400\/25 {
  color: rgb(51 102 255 / 0.25);
}
.tw-text-primary-400\/30 {
  color: rgb(51 102 255 / 0.3);
}
.tw-text-primary-400\/35 {
  color: rgb(51 102 255 / 0.35);
}
.tw-text-primary-400\/40 {
  color: rgb(51 102 255 / 0.4);
}
.tw-text-primary-400\/45 {
  color: rgb(51 102 255 / 0.45);
}
.tw-text-primary-400\/5 {
  color: rgb(51 102 255 / 0.05);
}
.tw-text-primary-400\/50 {
  color: rgb(51 102 255 / 0.5);
}
.tw-text-primary-400\/55 {
  color: rgb(51 102 255 / 0.55);
}
.tw-text-primary-400\/60 {
  color: rgb(51 102 255 / 0.6);
}
.tw-text-primary-400\/65 {
  color: rgb(51 102 255 / 0.65);
}
.tw-text-primary-400\/70 {
  color: rgb(51 102 255 / 0.7);
}
.tw-text-primary-400\/75 {
  color: rgb(51 102 255 / 0.75);
}
.tw-text-primary-400\/80 {
  color: rgb(51 102 255 / 0.8);
}
.tw-text-primary-400\/85 {
  color: rgb(51 102 255 / 0.85);
}
.tw-text-primary-400\/90 {
  color: rgb(51 102 255 / 0.9);
}
.tw-text-primary-400\/95 {
  color: rgb(51 102 255 / 0.95);
}
.tw-text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(240 243 255 / var(--tw-text-opacity));
}
.tw-text-primary-50\/0 {
  color: rgb(240 243 255 / 0);
}
.tw-text-primary-50\/10 {
  color: rgb(240 243 255 / 0.1);
}
.tw-text-primary-50\/100 {
  color: rgb(240 243 255 / 1);
}
.tw-text-primary-50\/15 {
  color: rgb(240 243 255 / 0.15);
}
.tw-text-primary-50\/20 {
  color: rgb(240 243 255 / 0.2);
}
.tw-text-primary-50\/25 {
  color: rgb(240 243 255 / 0.25);
}
.tw-text-primary-50\/30 {
  color: rgb(240 243 255 / 0.3);
}
.tw-text-primary-50\/35 {
  color: rgb(240 243 255 / 0.35);
}
.tw-text-primary-50\/40 {
  color: rgb(240 243 255 / 0.4);
}
.tw-text-primary-50\/45 {
  color: rgb(240 243 255 / 0.45);
}
.tw-text-primary-50\/5 {
  color: rgb(240 243 255 / 0.05);
}
.tw-text-primary-50\/50 {
  color: rgb(240 243 255 / 0.5);
}
.tw-text-primary-50\/55 {
  color: rgb(240 243 255 / 0.55);
}
.tw-text-primary-50\/60 {
  color: rgb(240 243 255 / 0.6);
}
.tw-text-primary-50\/65 {
  color: rgb(240 243 255 / 0.65);
}
.tw-text-primary-50\/70 {
  color: rgb(240 243 255 / 0.7);
}
.tw-text-primary-50\/75 {
  color: rgb(240 243 255 / 0.75);
}
.tw-text-primary-50\/80 {
  color: rgb(240 243 255 / 0.8);
}
.tw-text-primary-50\/85 {
  color: rgb(240 243 255 / 0.85);
}
.tw-text-primary-50\/90 {
  color: rgb(240 243 255 / 0.9);
}
.tw-text-primary-50\/95 {
  color: rgb(240 243 255 / 0.95);
}
.tw-text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(39 75 219 / var(--tw-text-opacity));
}
.tw-text-primary-500\/0 {
  color: rgb(39 75 219 / 0);
}
.tw-text-primary-500\/10 {
  color: rgb(39 75 219 / 0.1);
}
.tw-text-primary-500\/100 {
  color: rgb(39 75 219 / 1);
}
.tw-text-primary-500\/15 {
  color: rgb(39 75 219 / 0.15);
}
.tw-text-primary-500\/20 {
  color: rgb(39 75 219 / 0.2);
}
.tw-text-primary-500\/25 {
  color: rgb(39 75 219 / 0.25);
}
.tw-text-primary-500\/30 {
  color: rgb(39 75 219 / 0.3);
}
.tw-text-primary-500\/35 {
  color: rgb(39 75 219 / 0.35);
}
.tw-text-primary-500\/40 {
  color: rgb(39 75 219 / 0.4);
}
.tw-text-primary-500\/45 {
  color: rgb(39 75 219 / 0.45);
}
.tw-text-primary-500\/5 {
  color: rgb(39 75 219 / 0.05);
}
.tw-text-primary-500\/50 {
  color: rgb(39 75 219 / 0.5);
}
.tw-text-primary-500\/55 {
  color: rgb(39 75 219 / 0.55);
}
.tw-text-primary-500\/60 {
  color: rgb(39 75 219 / 0.6);
}
.tw-text-primary-500\/65 {
  color: rgb(39 75 219 / 0.65);
}
.tw-text-primary-500\/70 {
  color: rgb(39 75 219 / 0.7);
}
.tw-text-primary-500\/75 {
  color: rgb(39 75 219 / 0.75);
}
.tw-text-primary-500\/80 {
  color: rgb(39 75 219 / 0.8);
}
.tw-text-primary-500\/85 {
  color: rgb(39 75 219 / 0.85);
}
.tw-text-primary-500\/90 {
  color: rgb(39 75 219 / 0.9);
}
.tw-text-primary-500\/95 {
  color: rgb(39 75 219 / 0.95);
}
.tw-text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.tw-text-primary-600\/0 {
  color: rgb(30 58 138 / 0);
}
.tw-text-primary-600\/10 {
  color: rgb(30 58 138 / 0.1);
}
.tw-text-primary-600\/100 {
  color: rgb(30 58 138 / 1);
}
.tw-text-primary-600\/15 {
  color: rgb(30 58 138 / 0.15);
}
.tw-text-primary-600\/20 {
  color: rgb(30 58 138 / 0.2);
}
.tw-text-primary-600\/25 {
  color: rgb(30 58 138 / 0.25);
}
.tw-text-primary-600\/30 {
  color: rgb(30 58 138 / 0.3);
}
.tw-text-primary-600\/35 {
  color: rgb(30 58 138 / 0.35);
}
.tw-text-primary-600\/40 {
  color: rgb(30 58 138 / 0.4);
}
.tw-text-primary-600\/45 {
  color: rgb(30 58 138 / 0.45);
}
.tw-text-primary-600\/5 {
  color: rgb(30 58 138 / 0.05);
}
.tw-text-primary-600\/50 {
  color: rgb(30 58 138 / 0.5);
}
.tw-text-primary-600\/55 {
  color: rgb(30 58 138 / 0.55);
}
.tw-text-primary-600\/60 {
  color: rgb(30 58 138 / 0.6);
}
.tw-text-primary-600\/65 {
  color: rgb(30 58 138 / 0.65);
}
.tw-text-primary-600\/70 {
  color: rgb(30 58 138 / 0.7);
}
.tw-text-primary-600\/75 {
  color: rgb(30 58 138 / 0.75);
}
.tw-text-primary-600\/80 {
  color: rgb(30 58 138 / 0.8);
}
.tw-text-primary-600\/85 {
  color: rgb(30 58 138 / 0.85);
}
.tw-text-primary-600\/90 {
  color: rgb(30 58 138 / 0.9);
}
.tw-text-primary-600\/95 {
  color: rgb(30 58 138 / 0.95);
}
.tw-text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.tw-text-primary-700\/0 {
  color: rgb(22 48 107 / 0);
}
.tw-text-primary-700\/10 {
  color: rgb(22 48 107 / 0.1);
}
.tw-text-primary-700\/100 {
  color: rgb(22 48 107 / 1);
}
.tw-text-primary-700\/15 {
  color: rgb(22 48 107 / 0.15);
}
.tw-text-primary-700\/20 {
  color: rgb(22 48 107 / 0.2);
}
.tw-text-primary-700\/25 {
  color: rgb(22 48 107 / 0.25);
}
.tw-text-primary-700\/30 {
  color: rgb(22 48 107 / 0.3);
}
.tw-text-primary-700\/35 {
  color: rgb(22 48 107 / 0.35);
}
.tw-text-primary-700\/40 {
  color: rgb(22 48 107 / 0.4);
}
.tw-text-primary-700\/45 {
  color: rgb(22 48 107 / 0.45);
}
.tw-text-primary-700\/5 {
  color: rgb(22 48 107 / 0.05);
}
.tw-text-primary-700\/50 {
  color: rgb(22 48 107 / 0.5);
}
.tw-text-primary-700\/55 {
  color: rgb(22 48 107 / 0.55);
}
.tw-text-primary-700\/60 {
  color: rgb(22 48 107 / 0.6);
}
.tw-text-primary-700\/65 {
  color: rgb(22 48 107 / 0.65);
}
.tw-text-primary-700\/70 {
  color: rgb(22 48 107 / 0.7);
}
.tw-text-primary-700\/75 {
  color: rgb(22 48 107 / 0.75);
}
.tw-text-primary-700\/80 {
  color: rgb(22 48 107 / 0.8);
}
.tw-text-primary-700\/85 {
  color: rgb(22 48 107 / 0.85);
}
.tw-text-primary-700\/90 {
  color: rgb(22 48 107 / 0.9);
}
.tw-text-primary-700\/95 {
  color: rgb(22 48 107 / 0.95);
}
.tw-text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(16 38 74 / var(--tw-text-opacity));
}
.tw-text-primary-800\/0 {
  color: rgb(16 38 74 / 0);
}
.tw-text-primary-800\/10 {
  color: rgb(16 38 74 / 0.1);
}
.tw-text-primary-800\/100 {
  color: rgb(16 38 74 / 1);
}
.tw-text-primary-800\/15 {
  color: rgb(16 38 74 / 0.15);
}
.tw-text-primary-800\/20 {
  color: rgb(16 38 74 / 0.2);
}
.tw-text-primary-800\/25 {
  color: rgb(16 38 74 / 0.25);
}
.tw-text-primary-800\/30 {
  color: rgb(16 38 74 / 0.3);
}
.tw-text-primary-800\/35 {
  color: rgb(16 38 74 / 0.35);
}
.tw-text-primary-800\/40 {
  color: rgb(16 38 74 / 0.4);
}
.tw-text-primary-800\/45 {
  color: rgb(16 38 74 / 0.45);
}
.tw-text-primary-800\/5 {
  color: rgb(16 38 74 / 0.05);
}
.tw-text-primary-800\/50 {
  color: rgb(16 38 74 / 0.5);
}
.tw-text-primary-800\/55 {
  color: rgb(16 38 74 / 0.55);
}
.tw-text-primary-800\/60 {
  color: rgb(16 38 74 / 0.6);
}
.tw-text-primary-800\/65 {
  color: rgb(16 38 74 / 0.65);
}
.tw-text-primary-800\/70 {
  color: rgb(16 38 74 / 0.7);
}
.tw-text-primary-800\/75 {
  color: rgb(16 38 74 / 0.75);
}
.tw-text-primary-800\/80 {
  color: rgb(16 38 74 / 0.8);
}
.tw-text-primary-800\/85 {
  color: rgb(16 38 74 / 0.85);
}
.tw-text-primary-800\/90 {
  color: rgb(16 38 74 / 0.9);
}
.tw-text-primary-800\/95 {
  color: rgb(16 38 74 / 0.95);
}
.tw-text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(9 26 48 / var(--tw-text-opacity));
}
.tw-text-primary-900\/0 {
  color: rgb(9 26 48 / 0);
}
.tw-text-primary-900\/10 {
  color: rgb(9 26 48 / 0.1);
}
.tw-text-primary-900\/100 {
  color: rgb(9 26 48 / 1);
}
.tw-text-primary-900\/15 {
  color: rgb(9 26 48 / 0.15);
}
.tw-text-primary-900\/20 {
  color: rgb(9 26 48 / 0.2);
}
.tw-text-primary-900\/25 {
  color: rgb(9 26 48 / 0.25);
}
.tw-text-primary-900\/30 {
  color: rgb(9 26 48 / 0.3);
}
.tw-text-primary-900\/35 {
  color: rgb(9 26 48 / 0.35);
}
.tw-text-primary-900\/40 {
  color: rgb(9 26 48 / 0.4);
}
.tw-text-primary-900\/45 {
  color: rgb(9 26 48 / 0.45);
}
.tw-text-primary-900\/5 {
  color: rgb(9 26 48 / 0.05);
}
.tw-text-primary-900\/50 {
  color: rgb(9 26 48 / 0.5);
}
.tw-text-primary-900\/55 {
  color: rgb(9 26 48 / 0.55);
}
.tw-text-primary-900\/60 {
  color: rgb(9 26 48 / 0.6);
}
.tw-text-primary-900\/65 {
  color: rgb(9 26 48 / 0.65);
}
.tw-text-primary-900\/70 {
  color: rgb(9 26 48 / 0.7);
}
.tw-text-primary-900\/75 {
  color: rgb(9 26 48 / 0.75);
}
.tw-text-primary-900\/80 {
  color: rgb(9 26 48 / 0.8);
}
.tw-text-primary-900\/85 {
  color: rgb(9 26 48 / 0.85);
}
.tw-text-primary-900\/90 {
  color: rgb(9 26 48 / 0.9);
}
.tw-text-primary-900\/95 {
  color: rgb(9 26 48 / 0.95);
}
.tw-text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.tw-text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.tw-text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.tw-text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.tw-text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}
.tw-text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}
.tw-text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}
.tw-text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}
.tw-text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}
.tw-text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}
.tw-text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}
.tw-text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}
.tw-text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.tw-text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}
.tw-text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.tw-text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}
.tw-text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.tw-text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.tw-text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.tw-text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}
.tw-text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.tw-text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.tw-text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.tw-text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.tw-text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.tw-text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.tw-text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}
.tw-text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}
.tw-text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}
.tw-text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}
.tw-text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}
.tw-text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}
.tw-text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}
.tw-text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}
.tw-text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.tw-text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}
.tw-text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.tw-text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}
.tw-text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.tw-text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}
.tw-text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.tw-text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}
.tw-text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}
.tw-text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.tw-text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.tw-text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.tw-text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.tw-text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.tw-text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}
.tw-text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}
.tw-text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}
.tw-text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}
.tw-text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}
.tw-text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}
.tw-text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}
.tw-text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}
.tw-text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}
.tw-text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}
.tw-text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.tw-text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}
.tw-text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.tw-text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}
.tw-text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.tw-text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}
.tw-text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.tw-text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.tw-text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.tw-text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.tw-text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.tw-text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.tw-text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}
.tw-text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.tw-text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.tw-text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.tw-text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}
.tw-text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.tw-text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}
.tw-text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.tw-text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.tw-text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}
.tw-text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.tw-text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}
.tw-text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.tw-text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.tw-text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.tw-text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}
.tw-text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.tw-text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.tw-text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.tw-text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}
.tw-text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}
.tw-text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}
.tw-text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}
.tw-text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}
.tw-text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}
.tw-text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}
.tw-text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}
.tw-text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}
.tw-text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}
.tw-text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}
.tw-text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}
.tw-text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}
.tw-text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}
.tw-text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}
.tw-text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}
.tw-text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}
.tw-text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}
.tw-text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}
.tw-text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}
.tw-text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}
.tw-text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.tw-text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.tw-text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.tw-text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.tw-text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}
.tw-text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.tw-text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.tw-text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.tw-text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}
.tw-text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.tw-text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}
.tw-text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.tw-text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.tw-text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}
.tw-text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.tw-text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}
.tw-text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.tw-text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.tw-text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.tw-text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}
.tw-text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.tw-text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.tw-text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.tw-text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.tw-text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.tw-text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.tw-text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}
.tw-text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.tw-text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.tw-text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.tw-text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}
.tw-text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.tw-text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}
.tw-text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.tw-text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.tw-text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}
.tw-text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.tw-text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}
.tw-text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.tw-text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.tw-text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.tw-text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}
.tw-text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.tw-text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.tw-text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.tw-text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.tw-text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.tw-text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.tw-text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}
.tw-text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}
.tw-text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}
.tw-text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}
.tw-text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}
.tw-text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}
.tw-text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}
.tw-text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}
.tw-text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}
.tw-text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}
.tw-text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}
.tw-text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}
.tw-text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}
.tw-text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}
.tw-text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}
.tw-text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}
.tw-text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}
.tw-text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.tw-text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.tw-text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}
.tw-text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}
.tw-text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}
.tw-text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}
.tw-text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}
.tw-text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}
.tw-text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}
.tw-text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}
.tw-text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}
.tw-text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}
.tw-text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}
.tw-text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}
.tw-text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}
.tw-text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}
.tw-text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}
.tw-text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}
.tw-text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}
.tw-text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}
.tw-text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}
.tw-text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}
.tw-text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}
.tw-text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.tw-text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.tw-text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.tw-text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.tw-text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}
.tw-text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}
.tw-text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}
.tw-text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}
.tw-text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}
.tw-text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}
.tw-text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}
.tw-text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}
.tw-text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}
.tw-text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}
.tw-text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}
.tw-text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}
.tw-text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}
.tw-text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}
.tw-text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}
.tw-text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}
.tw-text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}
.tw-text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.tw-text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.tw-text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.tw-text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.tw-text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.tw-text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}
.tw-text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.tw-text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.tw-text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.tw-text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}
.tw-text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.tw-text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}
.tw-text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.tw-text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.tw-text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}
.tw-text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.tw-text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}
.tw-text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.tw-text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.tw-text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.tw-text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}
.tw-text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.tw-text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.tw-text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.tw-text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.tw-text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.tw-text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.tw-text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.tw-text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.tw-text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.tw-text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.tw-text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.tw-text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.tw-text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.tw-text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.tw-text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.tw-text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.tw-text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.tw-text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.tw-text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.tw-text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.tw-text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.tw-text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.tw-text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.tw-text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.tw-text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.tw-text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.tw-text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.tw-text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.tw-text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.tw-text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.tw-text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.tw-text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.tw-text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.tw-text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.tw-text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.tw-text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.tw-text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.tw-text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.tw-text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.tw-text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.tw-text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.tw-text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.tw-text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.tw-text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.tw-text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.tw-text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.tw-text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.tw-text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.tw-text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.tw-text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.tw-text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.tw-text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.tw-text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.tw-text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.tw-text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.tw-text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.tw-text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.tw-text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.tw-text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.tw-text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.tw-text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.tw-text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.tw-text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.tw-text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.tw-text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.tw-text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.tw-text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.tw-text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.tw-text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.tw-text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.tw-text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.tw-text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.tw-text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.tw-text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.tw-text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.tw-text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.tw-text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.tw-text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.tw-text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.tw-text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.tw-text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.tw-text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.tw-text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.tw-text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.tw-text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.tw-text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.tw-text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.tw-text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.tw-text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.tw-text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.tw-text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.tw-text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.tw-text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.tw-text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.tw-text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.tw-text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.tw-text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.tw-text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.tw-text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.tw-text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.tw-text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.tw-text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.tw-text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.tw-text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.tw-text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.tw-text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.tw-text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.tw-text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.tw-text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.tw-text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.tw-text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.tw-text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.tw-text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.tw-text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.tw-text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.tw-text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.tw-text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.tw-text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.tw-text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.tw-text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.tw-text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.tw-text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.tw-text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.tw-text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.tw-text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.tw-text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.tw-text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.tw-text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.tw-text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.tw-text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.tw-text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.tw-text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.tw-text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.tw-text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.tw-text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.tw-text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.tw-text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.tw-text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.tw-text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.tw-text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.tw-text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.tw-text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.tw-text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.tw-text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.tw-text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.tw-text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.tw-text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.tw-text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.tw-text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.tw-text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.tw-text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.tw-text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.tw-text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.tw-text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.tw-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.tw-text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.tw-text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.tw-text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.tw-text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.tw-text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.tw-text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.tw-text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.tw-text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.tw-text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.tw-text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.tw-text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.tw-text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.tw-text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.tw-text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.tw-text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.tw-text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.tw-text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.tw-text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.tw-text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.tw-text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.tw-text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.tw-text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.tw-text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.tw-text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.tw-text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.tw-text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.tw-text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.tw-text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.tw-text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.tw-text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.tw-text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.tw-text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.tw-text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.tw-text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.tw-text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.tw-text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.tw-text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.tw-text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.tw-text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.tw-text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.tw-text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.tw-text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.tw-text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.tw-text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.tw-text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.tw-text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.tw-text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.tw-text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.tw-text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.tw-text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.tw-text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.tw-text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.tw-text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.tw-text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.tw-text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.tw-text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.tw-text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.tw-text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.tw-text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.tw-text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.tw-text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.tw-text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.tw-text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.tw-text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.tw-text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.tw-text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.tw-text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.tw-text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.tw-text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.tw-text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.tw-text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.tw-text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.tw-text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.tw-text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.tw-text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.tw-text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.tw-text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.tw-text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.tw-text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.tw-text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.tw-text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.tw-text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.tw-text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.tw-text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.tw-text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.tw-text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.tw-text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.tw-text-success-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.tw-text-success-100\/0 {
  color: rgb(220 252 231 / 0);
}
.tw-text-success-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.tw-text-success-100\/100 {
  color: rgb(220 252 231 / 1);
}
.tw-text-success-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.tw-text-success-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.tw-text-success-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.tw-text-success-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.tw-text-success-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.tw-text-success-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.tw-text-success-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.tw-text-success-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.tw-text-success-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.tw-text-success-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.tw-text-success-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.tw-text-success-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.tw-text-success-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.tw-text-success-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.tw-text-success-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.tw-text-success-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.tw-text-success-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.tw-text-success-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.tw-text-success-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.tw-text-success-200\/0 {
  color: rgb(187 247 208 / 0);
}
.tw-text-success-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.tw-text-success-200\/100 {
  color: rgb(187 247 208 / 1);
}
.tw-text-success-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.tw-text-success-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.tw-text-success-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.tw-text-success-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.tw-text-success-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.tw-text-success-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.tw-text-success-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.tw-text-success-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.tw-text-success-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.tw-text-success-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.tw-text-success-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.tw-text-success-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.tw-text-success-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.tw-text-success-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.tw-text-success-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.tw-text-success-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.tw-text-success-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.tw-text-success-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.tw-text-success-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.tw-text-success-300\/0 {
  color: rgb(134 239 172 / 0);
}
.tw-text-success-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.tw-text-success-300\/100 {
  color: rgb(134 239 172 / 1);
}
.tw-text-success-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.tw-text-success-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.tw-text-success-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.tw-text-success-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.tw-text-success-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.tw-text-success-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.tw-text-success-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.tw-text-success-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.tw-text-success-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.tw-text-success-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.tw-text-success-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.tw-text-success-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.tw-text-success-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.tw-text-success-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.tw-text-success-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.tw-text-success-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.tw-text-success-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.tw-text-success-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.tw-text-success-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.tw-text-success-400\/0 {
  color: rgb(74 222 128 / 0);
}
.tw-text-success-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.tw-text-success-400\/100 {
  color: rgb(74 222 128 / 1);
}
.tw-text-success-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.tw-text-success-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.tw-text-success-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.tw-text-success-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.tw-text-success-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.tw-text-success-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.tw-text-success-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.tw-text-success-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.tw-text-success-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.tw-text-success-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.tw-text-success-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.tw-text-success-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.tw-text-success-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.tw-text-success-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.tw-text-success-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.tw-text-success-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.tw-text-success-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.tw-text-success-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.tw-text-success-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.tw-text-success-50\/0 {
  color: rgb(240 253 244 / 0);
}
.tw-text-success-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.tw-text-success-50\/100 {
  color: rgb(240 253 244 / 1);
}
.tw-text-success-50\/15 {
  color: rgb(240 253 244 / 0.15);
}
.tw-text-success-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.tw-text-success-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.tw-text-success-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.tw-text-success-50\/35 {
  color: rgb(240 253 244 / 0.35);
}
.tw-text-success-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.tw-text-success-50\/45 {
  color: rgb(240 253 244 / 0.45);
}
.tw-text-success-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.tw-text-success-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.tw-text-success-50\/55 {
  color: rgb(240 253 244 / 0.55);
}
.tw-text-success-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.tw-text-success-50\/65 {
  color: rgb(240 253 244 / 0.65);
}
.tw-text-success-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.tw-text-success-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.tw-text-success-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.tw-text-success-50\/85 {
  color: rgb(240 253 244 / 0.85);
}
.tw-text-success-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.tw-text-success-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.tw-text-success-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.tw-text-success-500\/0 {
  color: rgb(34 197 94 / 0);
}
.tw-text-success-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.tw-text-success-500\/100 {
  color: rgb(34 197 94 / 1);
}
.tw-text-success-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.tw-text-success-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.tw-text-success-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.tw-text-success-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.tw-text-success-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.tw-text-success-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.tw-text-success-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.tw-text-success-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.tw-text-success-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.tw-text-success-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.tw-text-success-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.tw-text-success-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.tw-text-success-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.tw-text-success-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.tw-text-success-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.tw-text-success-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.tw-text-success-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.tw-text-success-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.tw-text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.tw-text-success-600\/0 {
  color: rgb(22 163 74 / 0);
}
.tw-text-success-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.tw-text-success-600\/100 {
  color: rgb(22 163 74 / 1);
}
.tw-text-success-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.tw-text-success-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.tw-text-success-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.tw-text-success-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.tw-text-success-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.tw-text-success-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.tw-text-success-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.tw-text-success-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.tw-text-success-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.tw-text-success-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.tw-text-success-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.tw-text-success-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.tw-text-success-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.tw-text-success-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.tw-text-success-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.tw-text-success-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.tw-text-success-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.tw-text-success-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.tw-text-success-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.tw-text-success-700\/0 {
  color: rgb(21 128 61 / 0);
}
.tw-text-success-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.tw-text-success-700\/100 {
  color: rgb(21 128 61 / 1);
}
.tw-text-success-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.tw-text-success-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.tw-text-success-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.tw-text-success-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.tw-text-success-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.tw-text-success-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.tw-text-success-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.tw-text-success-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.tw-text-success-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.tw-text-success-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.tw-text-success-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.tw-text-success-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.tw-text-success-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.tw-text-success-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.tw-text-success-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.tw-text-success-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.tw-text-success-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.tw-text-success-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.tw-text-success-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.tw-text-success-800\/0 {
  color: rgb(22 101 52 / 0);
}
.tw-text-success-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.tw-text-success-800\/100 {
  color: rgb(22 101 52 / 1);
}
.tw-text-success-800\/15 {
  color: rgb(22 101 52 / 0.15);
}
.tw-text-success-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.tw-text-success-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.tw-text-success-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.tw-text-success-800\/35 {
  color: rgb(22 101 52 / 0.35);
}
.tw-text-success-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.tw-text-success-800\/45 {
  color: rgb(22 101 52 / 0.45);
}
.tw-text-success-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.tw-text-success-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.tw-text-success-800\/55 {
  color: rgb(22 101 52 / 0.55);
}
.tw-text-success-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.tw-text-success-800\/65 {
  color: rgb(22 101 52 / 0.65);
}
.tw-text-success-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.tw-text-success-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.tw-text-success-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.tw-text-success-800\/85 {
  color: rgb(22 101 52 / 0.85);
}
.tw-text-success-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.tw-text-success-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.tw-text-success-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.tw-text-success-900\/0 {
  color: rgb(20 83 45 / 0);
}
.tw-text-success-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.tw-text-success-900\/100 {
  color: rgb(20 83 45 / 1);
}
.tw-text-success-900\/15 {
  color: rgb(20 83 45 / 0.15);
}
.tw-text-success-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.tw-text-success-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.tw-text-success-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.tw-text-success-900\/35 {
  color: rgb(20 83 45 / 0.35);
}
.tw-text-success-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.tw-text-success-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.tw-text-success-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.tw-text-success-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.tw-text-success-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.tw-text-success-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.tw-text-success-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.tw-text-success-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.tw-text-success-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.tw-text-success-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.tw-text-success-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.tw-text-success-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.tw-text-success-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.tw-text-success-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.tw-text-success-950\/0 {
  color: rgb(5 46 22 / 0);
}
.tw-text-success-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.tw-text-success-950\/100 {
  color: rgb(5 46 22 / 1);
}
.tw-text-success-950\/15 {
  color: rgb(5 46 22 / 0.15);
}
.tw-text-success-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.tw-text-success-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.tw-text-success-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.tw-text-success-950\/35 {
  color: rgb(5 46 22 / 0.35);
}
.tw-text-success-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.tw-text-success-950\/45 {
  color: rgb(5 46 22 / 0.45);
}
.tw-text-success-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.tw-text-success-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.tw-text-success-950\/55 {
  color: rgb(5 46 22 / 0.55);
}
.tw-text-success-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.tw-text-success-950\/65 {
  color: rgb(5 46 22 / 0.65);
}
.tw-text-success-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.tw-text-success-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.tw-text-success-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.tw-text-success-950\/85 {
  color: rgb(5 46 22 / 0.85);
}
.tw-text-success-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.tw-text-success-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.tw-text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.tw-text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.tw-text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.tw-text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.tw-text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}
.tw-text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.tw-text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.tw-text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.tw-text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}
.tw-text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.tw-text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}
.tw-text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.tw-text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.tw-text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}
.tw-text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.tw-text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}
.tw-text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.tw-text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.tw-text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.tw-text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}
.tw-text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.tw-text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.tw-text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.tw-text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.tw-text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.tw-text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.tw-text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}
.tw-text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.tw-text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.tw-text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.tw-text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}
.tw-text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.tw-text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}
.tw-text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.tw-text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.tw-text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}
.tw-text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.tw-text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}
.tw-text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.tw-text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.tw-text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.tw-text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}
.tw-text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.tw-text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.tw-text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.tw-text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.tw-text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.tw-text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.tw-text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}
.tw-text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.tw-text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.tw-text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.tw-text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}
.tw-text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.tw-text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}
.tw-text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.tw-text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.tw-text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}
.tw-text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.tw-text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}
.tw-text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.tw-text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.tw-text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.tw-text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}
.tw-text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.tw-text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.tw-text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.tw-text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.tw-text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.tw-text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.tw-text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}
.tw-text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.tw-text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.tw-text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.tw-text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}
.tw-text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.tw-text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}
.tw-text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.tw-text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.tw-text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}
.tw-text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.tw-text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}
.tw-text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.tw-text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.tw-text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.tw-text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}
.tw-text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.tw-text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.tw-text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.tw-text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.tw-text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.tw-text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.tw-text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}
.tw-text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.tw-text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.tw-text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.tw-text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}
.tw-text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.tw-text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}
.tw-text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.tw-text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.tw-text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}
.tw-text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.tw-text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}
.tw-text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.tw-text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.tw-text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.tw-text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}
.tw-text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.tw-text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.tw-text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.tw-text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.tw-text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.tw-text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.tw-text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}
.tw-text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.tw-text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.tw-text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.tw-text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}
.tw-text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.tw-text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}
.tw-text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.tw-text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.tw-text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}
.tw-text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.tw-text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}
.tw-text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.tw-text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.tw-text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.tw-text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}
.tw-text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.tw-text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.tw-text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.tw-text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.tw-text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.tw-text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.tw-text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}
.tw-text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.tw-text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.tw-text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.tw-text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}
.tw-text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.tw-text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}
.tw-text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.tw-text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.tw-text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}
.tw-text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.tw-text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}
.tw-text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.tw-text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.tw-text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.tw-text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}
.tw-text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.tw-text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.tw-text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.tw-text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.tw-text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.tw-text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.tw-text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}
.tw-text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.tw-text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.tw-text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.tw-text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}
.tw-text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.tw-text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}
.tw-text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.tw-text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.tw-text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}
.tw-text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.tw-text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}
.tw-text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.tw-text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.tw-text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.tw-text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}
.tw-text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.tw-text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.tw-text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.tw-text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.tw-text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.tw-text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.tw-text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}
.tw-text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.tw-text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.tw-text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.tw-text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}
.tw-text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.tw-text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}
.tw-text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.tw-text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.tw-text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}
.tw-text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.tw-text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}
.tw-text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.tw-text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.tw-text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.tw-text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}
.tw-text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.tw-text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.tw-text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.tw-text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.tw-text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.tw-text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.tw-text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}
.tw-text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.tw-text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.tw-text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.tw-text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}
.tw-text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.tw-text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}
.tw-text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.tw-text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.tw-text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}
.tw-text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.tw-text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}
.tw-text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.tw-text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.tw-text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.tw-text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}
.tw-text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.tw-text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.tw-text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.tw-text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.tw-text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.tw-text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.tw-text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}
.tw-text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.tw-text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.tw-text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.tw-text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}
.tw-text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.tw-text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}
.tw-text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.tw-text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.tw-text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}
.tw-text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.tw-text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}
.tw-text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.tw-text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.tw-text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.tw-text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}
.tw-text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.tw-text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.tw-text-transparent {
  color: transparent;
}
.tw-text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.tw-text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.tw-text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.tw-text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}
.tw-text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.tw-text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.tw-text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.tw-text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}
.tw-text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.tw-text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}
.tw-text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.tw-text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.tw-text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}
.tw-text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.tw-text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}
.tw-text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.tw-text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.tw-text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.tw-text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}
.tw-text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.tw-text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.tw-text-warning-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.tw-text-warning-100\/0 {
  color: rgb(254 249 195 / 0);
}
.tw-text-warning-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.tw-text-warning-100\/100 {
  color: rgb(254 249 195 / 1);
}
.tw-text-warning-100\/15 {
  color: rgb(254 249 195 / 0.15);
}
.tw-text-warning-100\/20 {
  color: rgb(254 249 195 / 0.2);
}
.tw-text-warning-100\/25 {
  color: rgb(254 249 195 / 0.25);
}
.tw-text-warning-100\/30 {
  color: rgb(254 249 195 / 0.3);
}
.tw-text-warning-100\/35 {
  color: rgb(254 249 195 / 0.35);
}
.tw-text-warning-100\/40 {
  color: rgb(254 249 195 / 0.4);
}
.tw-text-warning-100\/45 {
  color: rgb(254 249 195 / 0.45);
}
.tw-text-warning-100\/5 {
  color: rgb(254 249 195 / 0.05);
}
.tw-text-warning-100\/50 {
  color: rgb(254 249 195 / 0.5);
}
.tw-text-warning-100\/55 {
  color: rgb(254 249 195 / 0.55);
}
.tw-text-warning-100\/60 {
  color: rgb(254 249 195 / 0.6);
}
.tw-text-warning-100\/65 {
  color: rgb(254 249 195 / 0.65);
}
.tw-text-warning-100\/70 {
  color: rgb(254 249 195 / 0.7);
}
.tw-text-warning-100\/75 {
  color: rgb(254 249 195 / 0.75);
}
.tw-text-warning-100\/80 {
  color: rgb(254 249 195 / 0.8);
}
.tw-text-warning-100\/85 {
  color: rgb(254 249 195 / 0.85);
}
.tw-text-warning-100\/90 {
  color: rgb(254 249 195 / 0.9);
}
.tw-text-warning-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.tw-text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.tw-text-warning-200\/0 {
  color: rgb(254 240 138 / 0);
}
.tw-text-warning-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.tw-text-warning-200\/100 {
  color: rgb(254 240 138 / 1);
}
.tw-text-warning-200\/15 {
  color: rgb(254 240 138 / 0.15);
}
.tw-text-warning-200\/20 {
  color: rgb(254 240 138 / 0.2);
}
.tw-text-warning-200\/25 {
  color: rgb(254 240 138 / 0.25);
}
.tw-text-warning-200\/30 {
  color: rgb(254 240 138 / 0.3);
}
.tw-text-warning-200\/35 {
  color: rgb(254 240 138 / 0.35);
}
.tw-text-warning-200\/40 {
  color: rgb(254 240 138 / 0.4);
}
.tw-text-warning-200\/45 {
  color: rgb(254 240 138 / 0.45);
}
.tw-text-warning-200\/5 {
  color: rgb(254 240 138 / 0.05);
}
.tw-text-warning-200\/50 {
  color: rgb(254 240 138 / 0.5);
}
.tw-text-warning-200\/55 {
  color: rgb(254 240 138 / 0.55);
}
.tw-text-warning-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.tw-text-warning-200\/65 {
  color: rgb(254 240 138 / 0.65);
}
.tw-text-warning-200\/70 {
  color: rgb(254 240 138 / 0.7);
}
.tw-text-warning-200\/75 {
  color: rgb(254 240 138 / 0.75);
}
.tw-text-warning-200\/80 {
  color: rgb(254 240 138 / 0.8);
}
.tw-text-warning-200\/85 {
  color: rgb(254 240 138 / 0.85);
}
.tw-text-warning-200\/90 {
  color: rgb(254 240 138 / 0.9);
}
.tw-text-warning-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.tw-text-warning-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.tw-text-warning-300\/0 {
  color: rgb(253 224 71 / 0);
}
.tw-text-warning-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.tw-text-warning-300\/100 {
  color: rgb(253 224 71 / 1);
}
.tw-text-warning-300\/15 {
  color: rgb(253 224 71 / 0.15);
}
.tw-text-warning-300\/20 {
  color: rgb(253 224 71 / 0.2);
}
.tw-text-warning-300\/25 {
  color: rgb(253 224 71 / 0.25);
}
.tw-text-warning-300\/30 {
  color: rgb(253 224 71 / 0.3);
}
.tw-text-warning-300\/35 {
  color: rgb(253 224 71 / 0.35);
}
.tw-text-warning-300\/40 {
  color: rgb(253 224 71 / 0.4);
}
.tw-text-warning-300\/45 {
  color: rgb(253 224 71 / 0.45);
}
.tw-text-warning-300\/5 {
  color: rgb(253 224 71 / 0.05);
}
.tw-text-warning-300\/50 {
  color: rgb(253 224 71 / 0.5);
}
.tw-text-warning-300\/55 {
  color: rgb(253 224 71 / 0.55);
}
.tw-text-warning-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.tw-text-warning-300\/65 {
  color: rgb(253 224 71 / 0.65);
}
.tw-text-warning-300\/70 {
  color: rgb(253 224 71 / 0.7);
}
.tw-text-warning-300\/75 {
  color: rgb(253 224 71 / 0.75);
}
.tw-text-warning-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.tw-text-warning-300\/85 {
  color: rgb(253 224 71 / 0.85);
}
.tw-text-warning-300\/90 {
  color: rgb(253 224 71 / 0.9);
}
.tw-text-warning-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.tw-text-warning-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.tw-text-warning-400\/0 {
  color: rgb(250 204 21 / 0);
}
.tw-text-warning-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.tw-text-warning-400\/100 {
  color: rgb(250 204 21 / 1);
}
.tw-text-warning-400\/15 {
  color: rgb(250 204 21 / 0.15);
}
.tw-text-warning-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.tw-text-warning-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.tw-text-warning-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.tw-text-warning-400\/35 {
  color: rgb(250 204 21 / 0.35);
}
.tw-text-warning-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.tw-text-warning-400\/45 {
  color: rgb(250 204 21 / 0.45);
}
.tw-text-warning-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.tw-text-warning-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.tw-text-warning-400\/55 {
  color: rgb(250 204 21 / 0.55);
}
.tw-text-warning-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.tw-text-warning-400\/65 {
  color: rgb(250 204 21 / 0.65);
}
.tw-text-warning-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.tw-text-warning-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.tw-text-warning-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.tw-text-warning-400\/85 {
  color: rgb(250 204 21 / 0.85);
}
.tw-text-warning-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.tw-text-warning-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.tw-text-warning-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.tw-text-warning-50\/0 {
  color: rgb(254 252 232 / 0);
}
.tw-text-warning-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.tw-text-warning-50\/100 {
  color: rgb(254 252 232 / 1);
}
.tw-text-warning-50\/15 {
  color: rgb(254 252 232 / 0.15);
}
.tw-text-warning-50\/20 {
  color: rgb(254 252 232 / 0.2);
}
.tw-text-warning-50\/25 {
  color: rgb(254 252 232 / 0.25);
}
.tw-text-warning-50\/30 {
  color: rgb(254 252 232 / 0.3);
}
.tw-text-warning-50\/35 {
  color: rgb(254 252 232 / 0.35);
}
.tw-text-warning-50\/40 {
  color: rgb(254 252 232 / 0.4);
}
.tw-text-warning-50\/45 {
  color: rgb(254 252 232 / 0.45);
}
.tw-text-warning-50\/5 {
  color: rgb(254 252 232 / 0.05);
}
.tw-text-warning-50\/50 {
  color: rgb(254 252 232 / 0.5);
}
.tw-text-warning-50\/55 {
  color: rgb(254 252 232 / 0.55);
}
.tw-text-warning-50\/60 {
  color: rgb(254 252 232 / 0.6);
}
.tw-text-warning-50\/65 {
  color: rgb(254 252 232 / 0.65);
}
.tw-text-warning-50\/70 {
  color: rgb(254 252 232 / 0.7);
}
.tw-text-warning-50\/75 {
  color: rgb(254 252 232 / 0.75);
}
.tw-text-warning-50\/80 {
  color: rgb(254 252 232 / 0.8);
}
.tw-text-warning-50\/85 {
  color: rgb(254 252 232 / 0.85);
}
.tw-text-warning-50\/90 {
  color: rgb(254 252 232 / 0.9);
}
.tw-text-warning-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.tw-text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.tw-text-warning-500\/0 {
  color: rgb(234 179 8 / 0);
}
.tw-text-warning-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.tw-text-warning-500\/100 {
  color: rgb(234 179 8 / 1);
}
.tw-text-warning-500\/15 {
  color: rgb(234 179 8 / 0.15);
}
.tw-text-warning-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.tw-text-warning-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.tw-text-warning-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.tw-text-warning-500\/35 {
  color: rgb(234 179 8 / 0.35);
}
.tw-text-warning-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.tw-text-warning-500\/45 {
  color: rgb(234 179 8 / 0.45);
}
.tw-text-warning-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.tw-text-warning-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.tw-text-warning-500\/55 {
  color: rgb(234 179 8 / 0.55);
}
.tw-text-warning-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.tw-text-warning-500\/65 {
  color: rgb(234 179 8 / 0.65);
}
.tw-text-warning-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.tw-text-warning-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.tw-text-warning-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.tw-text-warning-500\/85 {
  color: rgb(234 179 8 / 0.85);
}
.tw-text-warning-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.tw-text-warning-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.tw-text-warning-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.tw-text-warning-600\/0 {
  color: rgb(202 138 4 / 0);
}
.tw-text-warning-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.tw-text-warning-600\/100 {
  color: rgb(202 138 4 / 1);
}
.tw-text-warning-600\/15 {
  color: rgb(202 138 4 / 0.15);
}
.tw-text-warning-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.tw-text-warning-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.tw-text-warning-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.tw-text-warning-600\/35 {
  color: rgb(202 138 4 / 0.35);
}
.tw-text-warning-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.tw-text-warning-600\/45 {
  color: rgb(202 138 4 / 0.45);
}
.tw-text-warning-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.tw-text-warning-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.tw-text-warning-600\/55 {
  color: rgb(202 138 4 / 0.55);
}
.tw-text-warning-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.tw-text-warning-600\/65 {
  color: rgb(202 138 4 / 0.65);
}
.tw-text-warning-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.tw-text-warning-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.tw-text-warning-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.tw-text-warning-600\/85 {
  color: rgb(202 138 4 / 0.85);
}
.tw-text-warning-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.tw-text-warning-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.tw-text-warning-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.tw-text-warning-700\/0 {
  color: rgb(161 98 7 / 0);
}
.tw-text-warning-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.tw-text-warning-700\/100 {
  color: rgb(161 98 7 / 1);
}
.tw-text-warning-700\/15 {
  color: rgb(161 98 7 / 0.15);
}
.tw-text-warning-700\/20 {
  color: rgb(161 98 7 / 0.2);
}
.tw-text-warning-700\/25 {
  color: rgb(161 98 7 / 0.25);
}
.tw-text-warning-700\/30 {
  color: rgb(161 98 7 / 0.3);
}
.tw-text-warning-700\/35 {
  color: rgb(161 98 7 / 0.35);
}
.tw-text-warning-700\/40 {
  color: rgb(161 98 7 / 0.4);
}
.tw-text-warning-700\/45 {
  color: rgb(161 98 7 / 0.45);
}
.tw-text-warning-700\/5 {
  color: rgb(161 98 7 / 0.05);
}
.tw-text-warning-700\/50 {
  color: rgb(161 98 7 / 0.5);
}
.tw-text-warning-700\/55 {
  color: rgb(161 98 7 / 0.55);
}
.tw-text-warning-700\/60 {
  color: rgb(161 98 7 / 0.6);
}
.tw-text-warning-700\/65 {
  color: rgb(161 98 7 / 0.65);
}
.tw-text-warning-700\/70 {
  color: rgb(161 98 7 / 0.7);
}
.tw-text-warning-700\/75 {
  color: rgb(161 98 7 / 0.75);
}
.tw-text-warning-700\/80 {
  color: rgb(161 98 7 / 0.8);
}
.tw-text-warning-700\/85 {
  color: rgb(161 98 7 / 0.85);
}
.tw-text-warning-700\/90 {
  color: rgb(161 98 7 / 0.9);
}
.tw-text-warning-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.tw-text-warning-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.tw-text-warning-800\/0 {
  color: rgb(133 77 14 / 0);
}
.tw-text-warning-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.tw-text-warning-800\/100 {
  color: rgb(133 77 14 / 1);
}
.tw-text-warning-800\/15 {
  color: rgb(133 77 14 / 0.15);
}
.tw-text-warning-800\/20 {
  color: rgb(133 77 14 / 0.2);
}
.tw-text-warning-800\/25 {
  color: rgb(133 77 14 / 0.25);
}
.tw-text-warning-800\/30 {
  color: rgb(133 77 14 / 0.3);
}
.tw-text-warning-800\/35 {
  color: rgb(133 77 14 / 0.35);
}
.tw-text-warning-800\/40 {
  color: rgb(133 77 14 / 0.4);
}
.tw-text-warning-800\/45 {
  color: rgb(133 77 14 / 0.45);
}
.tw-text-warning-800\/5 {
  color: rgb(133 77 14 / 0.05);
}
.tw-text-warning-800\/50 {
  color: rgb(133 77 14 / 0.5);
}
.tw-text-warning-800\/55 {
  color: rgb(133 77 14 / 0.55);
}
.tw-text-warning-800\/60 {
  color: rgb(133 77 14 / 0.6);
}
.tw-text-warning-800\/65 {
  color: rgb(133 77 14 / 0.65);
}
.tw-text-warning-800\/70 {
  color: rgb(133 77 14 / 0.7);
}
.tw-text-warning-800\/75 {
  color: rgb(133 77 14 / 0.75);
}
.tw-text-warning-800\/80 {
  color: rgb(133 77 14 / 0.8);
}
.tw-text-warning-800\/85 {
  color: rgb(133 77 14 / 0.85);
}
.tw-text-warning-800\/90 {
  color: rgb(133 77 14 / 0.9);
}
.tw-text-warning-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.tw-text-warning-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.tw-text-warning-900\/0 {
  color: rgb(113 63 18 / 0);
}
.tw-text-warning-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.tw-text-warning-900\/100 {
  color: rgb(113 63 18 / 1);
}
.tw-text-warning-900\/15 {
  color: rgb(113 63 18 / 0.15);
}
.tw-text-warning-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.tw-text-warning-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.tw-text-warning-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.tw-text-warning-900\/35 {
  color: rgb(113 63 18 / 0.35);
}
.tw-text-warning-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.tw-text-warning-900\/45 {
  color: rgb(113 63 18 / 0.45);
}
.tw-text-warning-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.tw-text-warning-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.tw-text-warning-900\/55 {
  color: rgb(113 63 18 / 0.55);
}
.tw-text-warning-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.tw-text-warning-900\/65 {
  color: rgb(113 63 18 / 0.65);
}
.tw-text-warning-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.tw-text-warning-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.tw-text-warning-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.tw-text-warning-900\/85 {
  color: rgb(113 63 18 / 0.85);
}
.tw-text-warning-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.tw-text-warning-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.tw-text-warning-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.tw-text-warning-950\/0 {
  color: rgb(66 32 6 / 0);
}
.tw-text-warning-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.tw-text-warning-950\/100 {
  color: rgb(66 32 6 / 1);
}
.tw-text-warning-950\/15 {
  color: rgb(66 32 6 / 0.15);
}
.tw-text-warning-950\/20 {
  color: rgb(66 32 6 / 0.2);
}
.tw-text-warning-950\/25 {
  color: rgb(66 32 6 / 0.25);
}
.tw-text-warning-950\/30 {
  color: rgb(66 32 6 / 0.3);
}
.tw-text-warning-950\/35 {
  color: rgb(66 32 6 / 0.35);
}
.tw-text-warning-950\/40 {
  color: rgb(66 32 6 / 0.4);
}
.tw-text-warning-950\/45 {
  color: rgb(66 32 6 / 0.45);
}
.tw-text-warning-950\/5 {
  color: rgb(66 32 6 / 0.05);
}
.tw-text-warning-950\/50 {
  color: rgb(66 32 6 / 0.5);
}
.tw-text-warning-950\/55 {
  color: rgb(66 32 6 / 0.55);
}
.tw-text-warning-950\/60 {
  color: rgb(66 32 6 / 0.6);
}
.tw-text-warning-950\/65 {
  color: rgb(66 32 6 / 0.65);
}
.tw-text-warning-950\/70 {
  color: rgb(66 32 6 / 0.7);
}
.tw-text-warning-950\/75 {
  color: rgb(66 32 6 / 0.75);
}
.tw-text-warning-950\/80 {
  color: rgb(66 32 6 / 0.8);
}
.tw-text-warning-950\/85 {
  color: rgb(66 32 6 / 0.85);
}
.tw-text-warning-950\/90 {
  color: rgb(66 32 6 / 0.9);
}
.tw-text-warning-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.tw-text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.tw-text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.tw-text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.tw-text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.tw-text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.tw-text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.tw-text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.tw-text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.tw-text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.tw-text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.tw-text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.tw-text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.tw-text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.tw-text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.tw-text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.tw-text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.tw-text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.tw-text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.tw-text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.tw-text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.tw-text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.tw-text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}
.tw-text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.tw-text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}
.tw-text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}
.tw-text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}
.tw-text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}
.tw-text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}
.tw-text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}
.tw-text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}
.tw-text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}
.tw-text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}
.tw-text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}
.tw-text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}
.tw-text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}
.tw-text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}
.tw-text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}
.tw-text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}
.tw-text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}
.tw-text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}
.tw-text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}
.tw-text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.tw-text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.tw-text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}
.tw-text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.tw-text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}
.tw-text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}
.tw-text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}
.tw-text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}
.tw-text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}
.tw-text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}
.tw-text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}
.tw-text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}
.tw-text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}
.tw-text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}
.tw-text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}
.tw-text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.tw-text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}
.tw-text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}
.tw-text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}
.tw-text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}
.tw-text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}
.tw-text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}
.tw-text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.tw-text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.tw-text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}
.tw-text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.tw-text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}
.tw-text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}
.tw-text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}
.tw-text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}
.tw-text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}
.tw-text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}
.tw-text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}
.tw-text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}
.tw-text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}
.tw-text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}
.tw-text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}
.tw-text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.tw-text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}
.tw-text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}
.tw-text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}
.tw-text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.tw-text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}
.tw-text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}
.tw-text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.tw-text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.tw-text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.tw-text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.tw-text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.tw-text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}
.tw-text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.tw-text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.tw-text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.tw-text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}
.tw-text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.tw-text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}
.tw-text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.tw-text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.tw-text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}
.tw-text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.tw-text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}
.tw-text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.tw-text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.tw-text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.tw-text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}
.tw-text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.tw-text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.tw-text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.tw-text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}
.tw-text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.tw-text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}
.tw-text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}
.tw-text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}
.tw-text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}
.tw-text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}
.tw-text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}
.tw-text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}
.tw-text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}
.tw-text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}
.tw-text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}
.tw-text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}
.tw-text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}
.tw-text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}
.tw-text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}
.tw-text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}
.tw-text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}
.tw-text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}
.tw-text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}
.tw-text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.tw-text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.tw-text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.tw-text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.tw-text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.tw-text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}
.tw-text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.tw-text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.tw-text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.tw-text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}
.tw-text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.tw-text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}
.tw-text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.tw-text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.tw-text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}
.tw-text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.tw-text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}
.tw-text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.tw-text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.tw-text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.tw-text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}
.tw-text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.tw-text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.tw-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.tw-text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.tw-text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.tw-text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.tw-text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}
.tw-text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.tw-text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.tw-text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.tw-text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}
.tw-text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.tw-text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}
.tw-text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.tw-text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.tw-text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}
.tw-text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.tw-text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}
.tw-text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.tw-text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.tw-text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.tw-text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}
.tw-text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.tw-text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.tw-text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.tw-text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}
.tw-text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.tw-text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}
.tw-text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}
.tw-text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}
.tw-text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}
.tw-text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}
.tw-text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}
.tw-text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}
.tw-text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}
.tw-text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}
.tw-text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}
.tw-text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}
.tw-text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}
.tw-text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}
.tw-text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}
.tw-text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}
.tw-text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}
.tw-text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}
.tw-text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}
.tw-text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.tw-text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.tw-text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}
.tw-text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.tw-text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}
.tw-text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}
.tw-text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}
.tw-text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}
.tw-text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}
.tw-text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}
.tw-text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}
.tw-text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}
.tw-text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}
.tw-text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}
.tw-text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}
.tw-text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}
.tw-text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}
.tw-text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}
.tw-text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}
.tw-text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}
.tw-text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}
.tw-text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}
.tw-text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.tw-text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.tw-text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.tw-text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.tw-text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.tw-text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}
.tw-text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.tw-text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.tw-text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.tw-text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}
.tw-text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.tw-text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}
.tw-text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.tw-text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.tw-text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}
.tw-text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.tw-text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}
.tw-text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.tw-text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.tw-text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.tw-text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}
.tw-text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.tw-text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.tw-text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.tw-text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}
.tw-text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.tw-text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}
.tw-text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}
.tw-text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}
.tw-text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}
.tw-text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}
.tw-text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}
.tw-text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}
.tw-text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}
.tw-text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}
.tw-text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}
.tw-text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}
.tw-text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}
.tw-text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}
.tw-text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}
.tw-text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}
.tw-text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}
.tw-text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}
.tw-text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}
.tw-text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.tw-text-opacity-0 {
  --tw-text-opacity: 0;
}
.tw-text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.tw-text-opacity-100 {
  --tw-text-opacity: 1;
}
.tw-text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.tw-text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.tw-text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.tw-text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.tw-text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.tw-text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.tw-text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.tw-text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.tw-text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.tw-text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.tw-text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.tw-text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.tw-text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.tw-text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.tw-text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.tw-text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.tw-text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.tw-text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.\!tw-placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
.\!tw-placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
.tw-placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.tw-placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.tw-placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.tw-placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.tw-opacity-0 {
  opacity: 0;
}
.tw-opacity-10 {
  opacity: 0.1;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-opacity-20 {
  opacity: 0.2;
}
.tw-opacity-30 {
  opacity: 0.3;
}
.tw-opacity-40 {
  opacity: 0.4;
}
.tw-opacity-50 {
  opacity: 0.5;
}
.tw-opacity-60 {
  opacity: 0.6;
}
.tw-opacity-70 {
  opacity: 0.7;
}
.tw-opacity-80 {
  opacity: 0.8;
}
.tw-opacity-90 {
  opacity: 0.9;
}
.tw-bg-blend-normal {
  background-blend-mode: normal;
}
.tw-bg-blend-multiply {
  background-blend-mode: multiply;
}
.tw-bg-blend-screen {
  background-blend-mode: screen;
}
.tw-bg-blend-overlay {
  background-blend-mode: overlay;
}
.tw-bg-blend-darken {
  background-blend-mode: darken;
}
.tw-bg-blend-lighten {
  background-blend-mode: lighten;
}
.tw-bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.tw-bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.tw-bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.tw-bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.tw-bg-blend-difference {
  background-blend-mode: difference;
}
.tw-bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.tw-bg-blend-hue {
  background-blend-mode: hue;
}
.tw-bg-blend-saturation {
  background-blend-mode: saturation;
}
.tw-bg-blend-color {
  background-blend-mode: color;
}
.tw-bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.tw-mix-blend-multiply {
  mix-blend-mode: multiply;
}
.\!tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-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);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw-ring-\[\#f0c316\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 195 22 / var(--tw-ring-opacity));
}
.tw-ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}
.tw-ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
}
.tw-ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity));
}
.tw-ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.tw-ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.tw-ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.tw-blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tw-filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tw-backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.tw-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.tw-backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-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;
}
.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-200 {
  transition-duration: 200ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
.tw-duration-500 {
  transition-duration: 500ms;
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.bg-primary:hover,
  a.bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
a.bg-neutral:hover,
  a.bg-neutral:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.bg-success:hover,
  a.bg-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.bg-info:hover,
  a.bg-info:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.bg-warning:hover,
  a.bg-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.bg-danger:hover,
  a.bg-danger:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.xdsoft_ {
  z-index: 99999999999999;
}
.xdsoft_datetimepicker {
  border-radius: 0.375rem;
  padding: 10px;
  font-family: "Inter", sans-serif;
  margin-top: 5px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-top: 1px;
  padding-bottom: 1px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  padding: 5px;
  padding-left: 7px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
}
.xdsoft_datetimepicker .xdsoft_label {
  font-weight: 400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  border-radius: 0px;
}
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current:hover {
  border-radius: 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  border-radius: 0px;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
/* avoid ios zoom on focus */
@media (max-width: 768px) {
  input.datepicker {
    font-size: 16px !important;
  }
}
.panel-table-full .dataTables_wrapper .table-responsive {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.7);
}
.panel-table-full .dataTables_wrapper.app_dt_empty .table-responsive {
  border-bottom-width: 0px;
}
.panel-table-full .dataTables_wrapper table.dataTable {
  margin-bottom: 0 !important;
}
.panel-table-full .dataTables_wrapper thead > tr > th:first-child {
  border-left: 0 !important;
}
.panel-table-full .dataTables_wrapper thead > tr > th:last-child {
  border-right: 0 !important;
}
.panel-full-width-tabs {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.panel-full-width-tabs .nav {
  margin-top: -1.5rem !important;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.panel-full-width-tabs .nav li a,
.panel-full-width-tabs.horizontal-scrollable-tabs .scroller {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.modal .panel-full-width-tabs {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.modal .panel-full-width-tabs .nav {
  padding-left: 1rem;
  padding-right: 1rem;
}
.panel-full-width-tabs
  .arrow-right[style="display: block;"]
  ~ .horizontal-tabs
  > .nav-tabs,
.panel-full-width-tabs
  .arrow-left[style="display: block;"]
  ~ .horizontal-tabs
  > .nav-tabs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .panel-table-full .table-responsive {
    border: 0;
    width: auto;
  }

  .panel-full-width-tabs.horizontal-scrollable-tabs .scroller {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
/* panel-heading is for backward comp */
.panel_s .hr-panel-heading,
.panel_s .hr-panel-separator,
.panel .hr-panel-heading,
.panel .hr-panel-separator {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.modal-body .panel_s .hr-panel-heading,
.modal-body .panel_s .hr-panel-separator,
.modal-body .panel .hr-panel-heading,
.modal-body .panel .hr-panel-separator {
  margin-left: -1rem;
  margin-right: -1rem;
}
.panel_s > .hr-panel-heading,
.panel_s > .hr-panel-separator,
.panel > .hr-panel-heading,
.panel > .hr-panel-separator {
  margin-left: 0px;
  margin-right: 0px;
}
.menu-item-buy_additional_modules, .menu-item-buy_additional_modules * {
  --tw-text-opacity: 1;
  color: rgb(240 195 22 / var(--tw-text-opacity));
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e2e8f0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 500;
}
.table > tbody + tbody {
  border-top: 2px solid #e2e8f0;
}
.table-bordered {
  border: 1px solid #e2e8f0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e2e8f0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8fafc;
}
.table-hover > tbody > tr:hover {
  background-color: #f1f5f9;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f1f5f9;
  color: #475569;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f8fafc;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #f0fdf4;
  color: #16a34a;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #dcfce7;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f0f9ff;
  color: #0284c7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #dcfce7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fefce8;
  color: #ca8a04;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fef9c3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fef2f2;
  color: #dc2626;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fee2e2;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.container-fluid .table-responsive {
  overflow-x: inherit;
}
.table > thead > tr > th {
  vertical-align: middle;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  color: #64748b;
}
[dir="rtl"] .table thead th {
  text-align: right;
}
/* datatable */
table.dataTable thead .sorting:after {
  content: "";
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  top: 12px;
  margin-left: 5px;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_desc:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" /></svg>')
    no-repeat center center;
}
table.dataTable thead th.sorting_asc:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M14.77 12.79a.75.75 0 01-1.06-.02L10 8.832 6.29 12.77a.75.75 0 11-1.08-1.04l4.25-4.5a.75.75 0 011.08 0l4.25 4.5a.75.75 0 01-.02 1.06z" clip-rule="evenodd" /></svg>')
    no-repeat center center;
}
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  opacity: 1;
  background-color: #cbd5e1;
  border-radius: 0.375rem;
}
table.dataTable thead th:hover.sorting:after {
  opacity: 1;
}
div.dataTables_wrapper div.dataTables_processing {
  border: 0;
  box-shadow: none;
  background: transparent;
}
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter input {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
[dir="rtl"]
  div.dataTables_wrapper
  div.dataTables_filter
  .input-group
  .input-group-addon {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-right-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
[dir="rtl"] .dt-button-collection.dropdown-menu {
  right: auto;
}
[dir="rtl"] div.dataTables_wrapper {
  direction: rtl;
}
.dataTables_filter input {
  margin-left: 0 !important;
  width: 80px !important;
  transition: width 0.3s ease;
  font-size: 14px;
}
.dataTables_filter input:focus {
  width: 160px !important;
}
.dataTables_filter label {
  text-align: right;
}
@media (max-width: 768px) {
  .table-responsive {
    padding: 15px 0 15px 0;
    /* border: 1px solid theme('colors.neutral.200'); */
  }

  .dataTables_filter input,
  .dataTables_filter input:focus {
    width: 100% !important;
  }
}
div.dataTables_wrapper div.dataTables_paging {
  margin-top: 0.75rem;
}
div.dataTables_wrapper div.dataTables_info {
  color: #64748b;
  margin-top: 15px;
}
.dataTables_empty {
  text-align: left !important;
}
.app_dt_empty .dataTables_paginate,
.app_dt_empty table tfoot,
.app_dt_empty .dataTables_info {
  display: none;
}
.app_dt_empty table thead,
.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons {
  opacity: 0.7;
}
div.dataTables_wrapper div.dataTables_paginate {
  padding-right: 15px;
}
.dt-table-loading.table,
.table-loading table thead th,
.table-loading table tbody tr,
.table-loading .dataTables_length,
.table-loading .dt-buttons,
.table-loading .dataTables_filter {
  opacity: 0 !important;
}
.table-loading table thead tr {
  min-height: 120px;
  height: 120px;
}
.table-loading {
  background: url(../images/table-loading.png);
  background-repeat: repeat-x;
}
[dir="rtl"] .dataTables_paginate {
  text-align: left !important;
  margin-left: 15px !important;
}
table.dataTable tbody td {
  border-color: rgb(226 232 240 / 0.7);
}
table.dataTable thead > tr > th {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  font-size: 13.5px;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.table.dataTable > thead:first-child > tr:first-child > th,
table.dataTable thead > tr > th {
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.7);
}
table.dataTable thead > tr > th:not(:last-child) {
  border-right-width: 1px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.7);
}
.table.dataTable > thead:first-child > tr:first-child > th:first-child {
  border-left-width: 1px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.7);
}
.table.dataTable > thead:first-child > tr:first-child > th:last-child {
  border-right-width: 1px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.7);
}
table.dataTable tbody tr:first-child td {
  border-top: 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc {
  background: #f1f5f9;
  color: #334155;
}
table.dataTable > tbody > tr.danger > td,
table.dataTable > tbody > tr.danger + tr:not(.danger) > td {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}
table.dataTable > tbody > tr.warning > td,
table.dataTable > tbody > tr.warning + tr:not(.warning) > td {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
table.dataTable > tbody > tr.info > td,
table.dataTable > tbody > tr.info + tr:not(.info) > td {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
table.dataTable > tbody > tr.success > td,
table.dataTable > tbody > tr.success + tr:not(.success) > td {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}
.dt-table {
  width: 100% !important;
}
.dataTables_length {
  float: left;
  margin-right: 5px;
}
[dir="rtl"] .dataTables_length {
  float: right;
  margin-left: 5px;
}
ul.dt-button-collection.dropdown-menu {
  z-index: 20005;
}
.dt-buttons.btn-group:empty {
  display: none;
}
.dt-page-jump .dt-page-jump-select {
  float: right;
  margin-top: 2px;
  margin-left: 10px;
  width: auto;
}
[dir="rtl"] .dt-page-jump .dt-page-jump-select {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  div.dt-buttons {
    text-align: right;
    width: auto;
    float: right;
    z-index: 55;
  }

  .dt-buttons.btn-group .btn {
    padding-top: 6.5px !important;
    padding-bottom: 6.5px !important;
  }

  div.dataTables_wrapper div.dataTables_length {
    position: absolute;
    top: 0;
    z-index: 55;
  }

  [dir="rtl"] div.dataTables_wrapper div.dataTables_length {
    left: 10px;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 0;
  }
}
.dt-loader:not(:required) {
  animation: loader 2000ms 300ms infinite ease-out;
  background: #e2e8f0;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999999999999;
}
.dt-loader:not(:required):before,
.dt-loader:not(:required):after {
  background: #e2e8f0;
  content: "\x200B";
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
.dt-loader:not(:required):before {
  animation: loader 2000ms 150ms infinite ease-out;
  left: -1.6em;
}
.dt-loader:not(:required):after {
  animation: loader 2000ms 450ms infinite ease-out;
  right: -1.6em;
}
.table .checkbox {
  padding-left: 10px;
}
body.gantt {
  margin: inherit;
  border: inherit;
  position: inherit;
  width: inherit;
}
.gantt .grid-row:nth-child(even) {
  fill: #e2e8f0;
}
.gantt .lower-text,
.gantt .upper-text {
  font-size: 13px;
  fill: #334155;
  font-weight: 500;
}
.gantt .bar-label {
  font-size: 13px;
  font-weight: 300;
}
.gantt .bar-label.big {
  fill: #0f172a;
  font-size: 13px;
  font-weight: 300;
}
.gantt .bar {
  fill: #475569;
}
.gantt .ganttGreen .bar {
  fill: #22c55e;
}
.gantt .ganttRed .bar {
  fill: #ca8a04;
}
body.modal-open {
  overflow: hidden;
}
.modal {
  z-index: 10000;
}
.modal-header .close {
  margin-top: -0.25rem;
  height: 1.75rem;
  width: 1.75rem;
  font-size: 30px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-header .close:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.modal-header .close:active {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.modal-header {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.modal-title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.modal-content {
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.modal-open .dropdown-menu {
  z-index: 10001;
}
.modal-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.modal-backdrop {
  background-color: rgb(51 65 85 / 0.7);
}
.modal-backdrop.in {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }

  .modal-xxl {
    width: 98%;
    max-width: 1500px;
  }
}
.bootstrap-select .dropdown-toggle {
  font-weight: 400;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.bootstrap-select.dropup .dropdown-menu {
  margin-bottom: 0.75rem !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-width: 0px;
}
.bootstrap-select:not(.dropup) .dropdown-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-width: 0px;
}
.bootstrap-select:not(.dropup) .dropdown-toggle[aria-expanded="true"] {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bootstrap-select.dropup .dropdown-toggle[aria-expanded="true"] {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: absolute;
  right: -6px;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  border-radius: 0px;
}
.bootstrap-select.open > .dropdown-toggle,
.bootstrap-select.open > .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus {
  border-color: transparent;
  --tw-ring-offset-width: 0px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
/* Not support for other button sizes? */
.bootstrap-select .btn {
  font-size: 13.5px;
  height: 34px;
}
.bootstrap-select .dropdown-header + li a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-transform: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.bootstrap-select.btn-group .bs-placeholder .filter-option {
  color: #a1b4cc;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.error
  .bootstrap-select.open
  > .dropdown-toggle
  .has-error
  .bootstrap-select.open
  > .dropdown-toggle {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --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);
  --tw-ring-offset-width: 0px;
}
.error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  --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);
}
.error .bootstrap-select .dropdown-toggle:focus,
.has-error .bootstrap-select .dropdown-toggle:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important;
}
.bootstrap-select .status {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.bs-searchbox .form-control {
  border-radius: 0.375rem !important;
}
.bootstrap-select.input-group-btn.open .dropdown-toggle,
.input-group-select .bootstrap-select.open .dropdown-toggle,
.input-group-select .bootstrap-select .dropdown-toggle:focus {
  z-index: 20;
  border-color: transparent;
  --tw-ring-offset-width: 0px;
}
.bootstrap-select.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 5px;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.simple-bootstrap-select .bootstrap-select .dropdown-toggle {
  border-width: 0px;
  background-color: transparent !important;
  padding-left: 0px;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.simple-bootstrap-select .dropdown-menu {
  margin-top: 0px;
}
.simple-bootstrap-select .bootstrap-select.dropup .dropdown-menu {
  margin-bottom: 0px;
}
[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: auto;
  left: 12px;
}
.ajax-remove-values-option.bootstrap-select.ajax-search.btn-group
  .dropdown-toggle
  .caret {
  margin-right: 17px;
}
.select-placeholder .input-group {
  display: none;
}
.select-placeholder label,
.select-placeholder label small {
  opacity: 0.6;
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.select-placeholder:after {
  content: " ";
  background-size: 800px 104px;
  height: 34px;
  position: relative;
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  background-color: rgb(226 232 240 / 0.5);
  opacity: 1 !important;
}
.bootstrap-select.ajax-remove-values-option:not(.select-placeholder)
  .ajax-clear-values {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /></svg>')
    no-repeat center center;
  position: absolute;
  top: 10px;
  z-index: 99;
  height: 15px;
  width: 15px;
}
.bootstrap-select.ajax-remove-values-option:not(.select-placeholder)
  .ajax-clear-values:where([dir="ltr"], [dir="ltr"] *) {
  right: 38px;
}
.bootstrap-select.ajax-remove-values-option:not(.select-placeholder)
  .ajax-clear-values:where([dir="rtl"], [dir="rtl"] *) {
  left: 38px;
}
.bootstrap-select .caret {
  margin-top: -5px !important;
}
.bootstrap-select.dropup .caret {
  margin-top: 0px !important;
}
.bootstrap-select .dropdown-toggle .caret:where([dir="ltr"], [dir="ltr"] *) {
  right: 18px;
}
.bootstrap-select .dropdown-toggle .caret:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.75rem;
  right: auto;
}
.bootstrap-select .dropdown-toggle .filter-option:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 1rem;
  text-align: right;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-group-select .input-group-addon {
  opacity: 0;
}
[dir="rtl"] .input-group-select .bootstrap-select .btn {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.bootstrap-select .dropdown-menu li.active small {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.form-wrap.form-builder .frmb-control {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-wrap.form-builder .frmb-control li {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.form-wrap.form-builder .frmb-control li:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.frmb .field-actions .del-button {
  float: right;
}
.web-to-lead-form .frmb .prev-holder .checkbox label::before,
.web-to-lead-form .frmb .prev-holder .radio label::before {
  display: none !important;
}
.web-to-lead-form .frmb .checkbox input[type="checkbox"],
.web-to-lead-form .frmb .checkbox input[type="radio"] {
  opacity: 1 !important;
}
.frm-holder .access-wrap,
.frm-holder .toggle-wrap,
.web-to-lead-form .other-wrap,
.web-to-lead-form .maxlength-wrap,
.web-to-lead-form .copy-button,
.web-to-lead-form .frmb-control .fb-separator,
.subtype-wrap,
.web-to-lead-form .option-actions,
.web-to-lead-form .field-options a.remove,
.web-to-lead-form li[type="datetime-local"] .value-wrap,
.web-to-lead-form li[type="datetime"] .value-wrap {
  display: none !important;
}
.paragraph-field.form-field {
  font-size: 14px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.form-wrap.form-builder .frmb .prev-holder input[type="number"] {
  width: 100% !important;
}
.frmb-control li.input-set-control:first-child {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.form-wrap.form-builder .frmb .field-actions .btn {
  font-weight: 400;
}
.form-wrap.form-builder .frmb .field-actions .btn:first-child {
  border-radius: 0px !important;
}
.form-wrap.form-builder .frmb .field-label,
.form-wrap.form-builder .frmb .legend {
  margin-bottom: 0.25rem;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.name-wrap input,
.stage-wrap .form-field input[type="color"],
.stage-wrap .form-field input[type="date"],
.stage-wrap .form-field input[type="file"],
.stage-wrap .form-field input[type="datetime-local"],
.stage-wrap .form-field select[multiple="true"],
.web-to-lead-form
  [id^="frmb-"][id$="-form-wrap"]
  .frmb
  .form-field
  .form-group.field-options
  input[type="text"] {
  pointer-events: none;
  cursor: not-allowed;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.cb-wrap li.disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  opacity: 0.6;
}
.web-to-lead-form
  .stage-wrap
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
.web-to-lead-form
  .stage-wrap
  .checkbox
  input[type="radio"]:checked
  + label::after {
  content: " ";
}
.stage-wrap .form-field input[type="color"],
.stage-wrap .form-field input[type="date"] {
  width: 100% !important;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.stage-wrap .form-field input[type="color"]::-webkit-color-swatch-wrapper,
.stage-wrap .form-field input[type="color"]::-moz-color-swatch-wrapper,
.stage-wrap .form-field input[type="color"]::-webkit-color-swatch,
.stage-wrap .form-field input[type="color"]::-moz-color-swatch {
  display: none !important;
}
​.stage-wrap .form-field input[type="date"] {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
[dir="rtl"] [id^="frmb-"][id$="-form-wrap"] .frmb .field-actions {
  left: 0 !important;
  right: inherit;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.form-field {
  border-width: 1px !important;
  border-style: dashed !important;
  border-color: transparent !important;
  padding: 1rem;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.form-field:hover {
  border-radius: 0.25rem;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.form-field.delete {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.form-wrap.form-builder .frmb .field-actions {
  margin-top: -1px;
  margin-right: -1px;
}
.form-wrap.form-builder .frmb .field-actions .btn {
  border-radius: 0px !important;
  border-left-width: 0px !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.form-wrap.form-builder .frmb .field-actions .btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.form-wrap.form-builder .frmb .field-actions .btn:active {
  position: relative !important;
  z-index: 20 !important;
}
.form-wrap.form-builder .frmb .field-actions .btn:nth-child(2) {
  border-left-width: 1px !important;
}
.form-wrap.form-builder .frmb .form-elements {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
  background-color: rgb(241 245 249 / 0.6) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.form-wrap.form-builder .frmb li .close-field {
  bottom: 16px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
  font-size: 0.8rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.form-wrap.form-builder .empty .frmb {
  border-width: 1.5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
.form-wrap.form-builder .frmb .sortable-options {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.form-wrap.form-builder .frmb .sortable-options > li .remove {
  top: auto !important;
  margin-top: 0.125rem;
  display: inline-flex !important;
  height: auto !important;
  width: auto !important;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.form-wrap.form-builder .frmb .option-actions a,
.form-wrap.form-builder .frmb .option-actions button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.form-wrap.form-builder .frmb li.moving,
.form-wrap.form-builder .frmb li.ui-sortable-helper {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-shadow-color: rgb(148 163 184 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
[id^="frmb-"][id$="-form-wrap"] .btn-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[id^="frmb-"][id$="-form-wrap"] .frmb {
  margin: 0 0 0 20px !important;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="text"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="color"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="date"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .fld-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements select,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements textarea,
.form-wrap.form-builder .frmb .prev-holder input[type="number"],
.form-wrap.form-builder .frmb .prev-holder input[type="text"],
.form-wrap.form-builder .frmb .prev-holder input[type="email"],
.form-wrap.form-builder .frmb .prev-holder select,
.form-wrap.form-builder .frmb .prev-holder textarea {
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="text"]::-moz-placeholder, [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="color"]::-moz-placeholder, [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="date"]::-moz-placeholder, [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"]::-moz-placeholder, [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .fld-label::-moz-placeholder, [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements select::-moz-placeholder, [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements textarea::-moz-placeholder, .form-wrap.form-builder .frmb .prev-holder input[type="number"]::-moz-placeholder, .form-wrap.form-builder .frmb .prev-holder input[type="text"]::-moz-placeholder, .form-wrap.form-builder .frmb .prev-holder input[type="email"]::-moz-placeholder, .form-wrap.form-builder .frmb .prev-holder select::-moz-placeholder, .form-wrap.form-builder .frmb .prev-holder textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="text"]::placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="color"]::placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="date"]::placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"]::placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .fld-label::placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements select::placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements textarea::placeholder,
.form-wrap.form-builder .frmb .prev-holder input[type="number"]::placeholder,
.form-wrap.form-builder .frmb .prev-holder input[type="text"]::placeholder,
.form-wrap.form-builder .frmb .prev-holder input[type="email"]::placeholder,
.form-wrap.form-builder .frmb .prev-holder select::placeholder,
.form-wrap.form-builder .frmb .prev-holder textarea::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="text"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="color"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="date"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .fld-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements select,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements textarea,
.form-wrap.form-builder .frmb .prev-holder input[type="number"],
.form-wrap.form-builder .frmb .prev-holder input[type="text"],
.form-wrap.form-builder .frmb .prev-holder input[type="email"],
.form-wrap.form-builder .frmb .prev-holder select,
.form-wrap.form-builder .frmb .prev-holder textarea {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="text"]:focus,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="color"]:focus,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="date"]:focus,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"]:focus,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .fld-label:focus,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements select:focus,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements textarea:focus,
.form-wrap.form-builder .frmb .prev-holder input[type="number"]:focus,
.form-wrap.form-builder .frmb .prev-holder input[type="text"]:focus,
.form-wrap.form-builder .frmb .prev-holder input[type="email"]:focus,
.form-wrap.form-builder .frmb .prev-holder select:focus,
.form-wrap.form-builder .frmb .prev-holder textarea:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 75 219 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(39 75 219 / var(--tw-ring-opacity)) !important;
}
.form-wrap.form-builder .frmb .required-asterisk {
  float: left;
  margin-top: 0.375rem;
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label:first-child,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label:first-child {
  font-weight: 500 !important;
}
body.usePanel {
  background-image: url('/assets/images/bg-blue.jpg') !important;
  background-repeat: no-repeat !important;
}
html body.usePanel:not(.customers):not(.login_admin):not(.authentication):not(.web-to-lead) {
    padding: 5px;
}
html body.usePanel #wrapper, html body.usePanel #header {
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08), 0 14px 35px rgba(0, 0, 0, 0.08);
        border-radius: 0.75rem !important;
    }
html body.usePanel #wrapper {
    min-height: 0 !important;
    height: calc(100% - 145px) !important;
    overflow: scroll !important;
}
html body.usePanel .wrapable {
    border-radius: 12px;
    overflow: hidden;
    padding: 4px;
}
html body.usePanel #wrapper, #header .dropdown-menu {
  margin-top: 0.75rem !important;
}
html body.usePanel #setup-menu-wrapper, html body.usePanel #wrapper .top_stats_wrapper, html body.usePanel #header #search_input, html body.usePanel #wrapper, html body.usePanel #header .top-timers > span, html body.usePanel #header #itop-notif > span, body.usePanel #header .dropdown-menu {
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08), 0 14px 35px rgba(0, 0, 0, 0.08);
    }
html body.usePanel #setup-menu-wrapper {
    min-height: 738px;
    margin-top: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
}
html body.usePanel #setup-menu-wrapper li a, html body #setup-menu-wrapper .customizer-heading {
    color: #0b0b0b;
}
html body.usePanel #setup-menu-wrapper li:hover a {
    color: white;
}
html body.usePanel #wrapper {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
body.usePanel .topPanelContainer .dot {
    height: 18px;
    width: 18px;
    background-color: #bbb;
    border-radius: 50%;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
}
body.usePanel .topPanelContainer {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
body.usePanel .top-panel {
    padding: 10px;
    background: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
}
body.usePanel .panel-selector-menu {
    display: block;
    position: absolute;
    bottom: 76px;
    background: white;
    min-width: -moz-max-content;
    min-width: max-content;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(209, 213, 219, 0.3);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08), 0 14px 35px rgba(0, 0, 0, 0.08)}
body.usePanel .window-resized-overlay {
    position: absolute;
    top: 42px;
    right: 4px;
    content: "";
    bottom: 4px;
    left: 4px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
/*@apply blur-box*/
}
body.usePanel #header *:not(.dropdown-header):not(.dropdown-menu *, .dropdown-menu) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /*height: unset !important;*/
}
body.usePanel #header #top_search_button {
    height: unset !important;
}
body.usePanel #header #top_search_button * {
    height: unset !important;
}
body.usePanel #header .navbar-nav > li > a {
    height: unset !important;
}
html body.usePanel #header nav > div #top_search input {
    height: inherit !important;
}
html body.usePanel #header nav > div #top-add {
    height: 28px !important;
}
html body.usePanel #header nav > div #top_search {
    display: flex;
    align-items: center;
    height: 30px !important;
}
html body.usePanel #header nav > div .navbar-nav{
    display: flex;
    align-items: center;
}
html body.usePanel #header nav > div .staff-profile-image-small {
    height: 25px;
    width: 25px;
}
html body.usePanel #header nav > div {
    display: flex;
    align-items: center;
    width: 100%;
}
html body.usePanel #header nav {
    width: 100%;
}
html body.usePanel #header {
    height: 40px;
    display: flex;
    align-items: center;
}
body.usePanel #header #search_input {
    height: 30px;
}
body.usePanel .wrapable {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[dir="rtl"] .input-group .input-group-addon {
  border-radius: 1.5rem 0 0 1.5rem;
  border-right: 1px solid #cbd5e1;
}
table tr:first-child {
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}
table thead th:first-child {
  border-top-right-radius: 1.5rem;
}
table thead th:last-child {
  border-top-left-radius: 1.5rem;
}
#side-menu > .active > ul {
  padding-bottom: 10px;
}
#bill-debit-account td input, #bill-debit-account td div.dropdown button, #body-bill-credit-account  td input, #bill-debit-account td div.dropdown , #body-bill-credit-account td div.dropdown button {
  width: 100%;
  margin: 0;
  border-radius: unset;
}
#bill-debit-account .form-group, #body-bill-credit-account .form-group {
  margin: 0;
}
#bill-debit-account td, #body-bill-credit-account td {
  padding: 0;
}
body.bill.accounting tr td {
  border: 1px solid rgb(203 213 225 / var(--tw-border-opacity)) !important;
}
body.bill.accounting tr td:last-child {
  display: flex;
  justify-content: center;
}
body.bill.accounting tr td:first-child .dropdown button,  body.bill.accounting tr td input {
  border: 0px solid white !important;
}
.navbar-nav > li > a {
  display: flex;
  align-items: center;
}
.modal-dialog.modal-lg {
  margin-bottom: 0;
}
@media (min-width: 640px) {

  [dir="rtl"] .sm\:tw-mr-2.fa-regular, [dir="rtl"] .sm\:tw-mr-2.fa {
    margin-left: 0.5rem;
    margin-right: 0px;
  }

  [dir="rtl"] body span.sm\:tw-ml-1 {
    margin-left: 0px;
    margin-right: 0.25rem;
  }
}
[dir="rtl"] body .rtl\:tw-ml-1:where([dir="rtl"], [dir="rtl"] *)span {
  margin-left: 0px;
  margin-right: 0.25rem;
}
.first\:tw-pt-0:first-child {
  padding-top: 0px;
}
.last\:tw-mb-0:last-child {
  margin-bottom: 0px;
}
.last\:tw-border-r-0:last-child {
  border-right-width: 0px;
}
.last\:tw-pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:tw-scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:tw-border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(166 193 255 / var(--tw-border-opacity));
}
.hover\:tw-border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(89 139 255 / var(--tw-border-opacity));
}
.hover\:tw-border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.hover\:tw-border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.hover\:tw-border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.hover\:tw-bg-\[\#1c1c4c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 76 / var(--tw-bg-opacity));
}
.hover\:tw-bg-\[\#2c2c5c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 92 / var(--tw-bg-opacity));
}
.hover\:tw-bg-\[\#C0392B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 57 43 / var(--tw-bg-opacity));
}
.hover\:tw-bg-\[\#F8F9FA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.hover\:tw-bg-\[\#d4ac14\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 172 20 / var(--tw-bg-opacity));
}
.hover\:tw-bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 255 / var(--tw-bg-opacity));
}
.hover\:tw-bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(166 193 255 / var(--tw-bg-opacity));
}
.hover\:tw-bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity));
}
.hover\:tw-bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.hover\:tw-bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.hover\:tw-bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.hover\:tw-bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.hover\:tw-bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.hover\:tw-bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.hover\:tw-bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hover\:tw-bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:tw-bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.hover\:tw-bg-neutral-300\/50:hover {
  background-color: rgb(203 213 225 / 0.5);
}
.hover\:tw-bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:tw-bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.hover\:tw-bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.hover\:tw-bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.hover\:tw-bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.hover\:tw-bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.hover\:tw-bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.hover\:tw-bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.hover\:tw-bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.hover\:tw-bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.hover\:tw-bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}
.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:tw-bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:tw-bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:tw-bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.hover\:tw-bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:tw-from-blue-600:hover {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:tw-from-blue-700:hover {
  --tw-gradient-from: #16306b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 48 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:tw-to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.hover\:tw-text-2xl:hover {
  font-size: 1.5rem;
  line-height: 2rem;
}
.hover\:tw-text-\[\#f0c419\]:hover {
  --tw-text-opacity: 1;
  color: rgb(240 196 25 / var(--tw-text-opacity));
}
.hover\:tw-text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(39 75 219 / var(--tw-text-opacity));
}
.hover\:tw-text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.hover\:tw-text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(22 48 107 / var(--tw-text-opacity));
}
.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(16 38 74 / var(--tw-text-opacity));
}
.hover\:tw-text-danger-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:tw-text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.hover\:tw-text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:tw-text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.hover\:tw-text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.hover\:tw-text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.hover\:tw-text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.hover\:tw-text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.hover\:tw-text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.hover\:tw-text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.hover\:tw-text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.hover\:tw-text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.hover\:tw-text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.hover\:tw-text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.hover\:tw-text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.hover\:tw-text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.hover\:tw-text-warning-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.hover\:tw-text-warning-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:tw-underline:hover {
  text-decoration-line: underline;
}
.hover\:\!tw-placeholder-neutral-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity)) !important;
}
.hover\:\!tw-placeholder-neutral-600:hover::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity)) !important;
}
.hover\:tw-opacity-70:hover {
  opacity: 0.7;
}
.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:tw-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:tw-border-\[\#1c1c4c\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 76 / var(--tw-border-opacity));
}
.focus\:tw-border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 75 219 / var(--tw-border-opacity));
}
.focus\:tw-border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.focus\:tw-bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:tw-text-danger-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.focus\:tw-text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.focus\:tw-text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.focus\:tw-text-primary-600:focus {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.focus\:tw-text-warning-700:focus {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.focus\:\!tw-placeholder-neutral-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity)) !important;
}
.focus\:\!tw-placeholder-neutral-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity)) !important;
}
.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:\!tw-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:tw-ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:tw-ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:tw-ring-\[\#1c1c4c\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 28 76 / var(--tw-ring-opacity));
}
.focus\:tw-ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 226 255 / var(--tw-ring-opacity));
}
.focus\:tw-ring-blue-500\/10:focus {
  --tw-ring-color: rgb(39 75 219 / 0.1);
}
.focus\:tw-ring-blue-500\/20:focus {
  --tw-ring-color: rgb(39 75 219 / 0.2);
}
.focus\:tw-ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}
.focus\:tw-ring-purple-500\/10:focus {
  --tw-ring-color: rgb(168 85 247 / 0.1);
}
.active\:tw-text-neutral-600:active {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.active\:tw-text-neutral-700:active {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.active\:tw-text-neutral-800:active {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.active\:tw-text-neutral-900:active {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.disabled\:tw-pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:tw-opacity-50:disabled {
  opacity: 0.5;
}
.tw-group:hover .group-hover\:tw-block {
  display: block;
}
.tw-group:hover .group-hover\:tw-inline-flex {
  display: inline-flex;
}
.tw-group:hover .group-hover\:tw-translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-group:hover .group-hover\:tw-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-group:hover .group-hover\:tw-rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-group:hover .group-hover\:tw-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-group:hover .group-hover\:tw-border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(51 102 255 / var(--tw-border-opacity));
}
.tw-group:hover .group-hover\:\!tw-bg-neutral-100\/60 {
  background-color: rgb(241 245 249 / 0.6) !important;
}
.tw-group:hover .group-hover\:\!tw-bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 48 107 / var(--tw-bg-opacity)) !important;
}
.tw-group:hover .group-hover\:tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-group:hover .group-hover\:tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1;
}
.tw-peer:checked ~ .peer-checked\:tw-block {
  display: block;
}
.tw-peer:checked ~ .peer-checked\:tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(39 75 219 / var(--tw-border-opacity));
}
.tw-peer:checked ~ .peer-checked\:tw-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 75 219 / var(--tw-bg-opacity));
}
.tw-peer:checked ~ .peer-checked\:tw-opacity-100 {
  opacity: 1;
}
.data-\[active\=true\]\:tw-bg-neutral-200[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.data-\[active\=true\]\:tw-text-neutral-800[data-active=true] {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:tw-top-2 {
    top: 0.5rem;
  }

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

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

  .sm\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

  .sm\:tw-mb-0 {
    margin-bottom: 0px;
  }

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

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

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

  .sm\:tw-ml-1\.5 {
    margin-left: 0.375rem;
  }

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

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

  .sm\:tw-mt-0 {
    margin-top: 0px;
  }

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

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

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

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-inline {
    display: inline;
  }

  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-inline-flex {
    display: inline-flex;
  }

  .sm\:tw-h-8 {
    height: 2rem;
  }

  .sm\:tw-w-9 {
    width: 2.25rem;
  }

  .sm\:tw-w-\[400px\] {
    width: 400px;
  }

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

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

  .sm\:tw-flex-initial {
    flex: 0 1 auto;
  }

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

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

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

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

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

  .sm\:tw-gap-4 {
    gap: 1rem;
  }

  .sm\:tw-gap-5 {
    gap: 1.25rem;
  }

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

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

  .sm\:tw-self-end {
    align-self: flex-end;
  }

  .sm\:tw-text-clip {
    text-overflow: clip;
  }

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

  .sm\:tw-border {
    border-width: 1px;
  }

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

  .sm\:tw-border-solid {
    border-style: solid;
  }

  .sm\:tw-border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .sm\:tw-border-neutral-200\/60 {
    border-color: rgb(226 232 240 / 0.6);
  }

  .sm\:tw-bg-neutral-900\/50 {
    background-color: rgb(15 23 42 / 0.5);
  }

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

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

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

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

  .sm\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .tw-group:hover .sm\:group-hover\:\!tw-bg-neutral-100\/60 {
    background-color: rgb(241 245 249 / 0.6) !important;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:\!tw-w-full {
    width: 100% !important;
  }

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

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

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

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

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

  .md\:tw-self-center {
    align-self: center;
  }

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

  .md\:tw-border-solid {
    border-style: solid;
  }

  .md\:tw-border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:tw-sticky {
    position: sticky;
  }

  .lg\:tw-top-2 {
    top: 0.5rem;
  }

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

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

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

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

  .lg\:tw-col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .lg\:tw-mt-0 {
    margin-top: 0px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-items-center {
    align-items: center;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start;
  }

  .lg\:tw-justify-between {
    justify-content: space-between;
  }

  .lg\:tw-gap-6 {
    gap: 1.5rem;
  }

  .lg\:tw-border-0 {
    border-width: 0px;
  }

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

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

  .lg\:tw-border-solid {
    border-style: solid;
  }

  .lg\:tw-border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

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

  .lg\:tw-text-right {
    text-align: right;
  }

  .lg\:last\:tw-border-r-0:last-child {
    border-right-width: 0px;
  }
}
@media (min-width: 1280px) {

  .xl\:tw-static {
    position: static;
  }

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

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

  .xl\:tw-ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:tw-mt-0 {
    margin-top: 0px;
  }

  .xl\:tw-flex-row {
    flex-direction: row;
  }

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

  .xl\:tw-border-solid {
    border-style: solid;
  }

  .xl\:tw-border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .xl\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:tw-pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:tw-pr-0 {
    padding-right: 0px;
  }
}
.ltr\:tw-right-1:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.25rem;
}
.ltr\:tw-ml-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1rem;
}
.ltr\:tw-mr-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.25rem;
}
.ltr\:tw-mr-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.375rem;
}
.ltr\:tw-space-x-2:where([dir="ltr"], [dir="ltr"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.rtl\:tw-left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.rtl\:tw-ml-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.25rem;
}
.rtl\:tw-ml-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.375rem;
}
.rtl\:tw-ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem;
}
.rtl\:tw-mr-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.75rem;
}
.rtl\:tw-mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1rem;
}
.rtl\:tw-space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.rtl\:\!tw-px-0:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.rtl\:\!tw-px-0\.5:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
@media (prefers-color-scheme: dark) {

  .dark\:hover\:tw-text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(39 75 219 / var(--tw-text-opacity));
  }
}
.\[\&\>p\:last-child\]\:tw-mb-0>p:last-child {
  margin-bottom: 0px;
}
.\[\&\>p\:last-child\]\:tw-pb-0>p:last-child {
  padding-bottom: 0px;
}
.\[\&_\.form-group\]\:\!tw-mb-0 .form-group {
  margin-bottom: 0px !important;
}
.\[\&_\.input-group\]\:\!tw-mb-0 .input-group {
  margin-bottom: 0px !important;
}
.\[\&_img\]\:tw-mr-3 img {
  margin-right: 0.75rem;
}
.\[\&_p\]\:tw-mb-5 p {
  margin-bottom: 1.25rem;
}
