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

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

/*
! tailwindcss v3.4.14 | 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: var(--tw-gray-200);
  /* 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: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: var(--tw-gray-400);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: var(--tw-gray-400);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --tw-sm: 640px;
  --tw-md: 768px;
  --tw-lg: 1024px;
  --tw-xl: 1280px;
  --tw-2xl: 1536px;
  --tw-gray-100-light: #F9F9F9;
  --tw-gray-200-light: #F1F1F4;
  --tw-gray-300-light: #DBDFE9;
  --tw-gray-400-light: #C4CADA;
  --tw-gray-500-light: #99A1B7;
  --tw-gray-600-light: #78829D;
  --tw-gray-700-light: #4B5675;
  --tw-gray-800-light: #252F4A;
  --tw-gray-900-light: #071437;
  --tw-gray-100-dark: #1B1C22;
  --tw-gray-200-dark: #26272F;
  --tw-gray-300-dark: #363843;
  --tw-gray-400-dark: #464852;
  --tw-gray-500-dark: #636674;
  --tw-gray-600-dark: #808290;
  --tw-gray-700-dark: #9A9CAE;
  --tw-gray-800-dark: #B5B7C8;
  --tw-gray-900-dark: #F5F5F5;
  --tw-brand-light: #FF6F1E;
  --tw-brand-active-light: #F15700;
  --tw-brand-light-light: #FFF5EF;
  --tw-brand-clarity-light: rgba(255, 111, 30, 0.20);
  --tw-brand-inverse-light: #ffffff;
  --tw-primary-light: var(--primary-color);
  --tw-primary-active-light: #056EE9;
  --tw-primary-light-light: #EFF6FF;
  --tw-primary-clarity-light: rgba(27, 132, 255, 0.20);
  --tw-primary-inverse-light: #ffffff;
  --tw-success-light: #17C653;
  --tw-success-active-light: #04B440;
  --tw-success-light-light: #EAFFF1;
  --tw-success-clarity-light: rgba(23, 198, 83, 0.20);
  --tw-success-inverse-light: #ffffff;
  --tw-info-light: #7239EA;
  --tw-info-active-light: #5014D0;
  --tw-info-light-light: #F8F5FF;
  --tw-info-clarity-light: rgba(114, 57, 234, 0.20);
  --tw-info-inverse-light: #ffffff;
  --tw-danger-light: #F8285A;
  --tw-danger-active-light: #D81A48;
  --tw-danger-light-light: #FFEEF3;
  --tw-danger-clarity-light: rgba(248, 40, 90, 0.20);
  --tw-danger-inverse-light: #ffffff;
  --tw-warning-light: #F6B100;
  --tw-warning-active-light: #DFA000;
  --tw-warning-light-light: #FFF8DD;
  --tw-warning-clarity-light: rgba(246, 177, 0, 0.20);
  --tw-warning-inverse-light: #ffffff;
  --tw-dark-light: #1E2129;
  --tw-dark-active-light: #111318;
  --tw-dark-light-light: #F9F9F9;
  --tw-dark-clarity-light: rgba(30, 33, 41, 0.20);
  --tw-dark-inverse-light: #ffffff;
  --tw-light-light: #ffffff;
  --tw-light-active-light: #FCFCFC;
  --tw-light-light-light: #ffffff;
  --tw-light-clarity-light: rgba(255, 255, 255, 0.20);
  --tw-light-inverse-light: #4B5675;
  --tw-secondary-light: #F9F9F9;
  --tw-secondary-active-light: #F9F9F9;
  --tw-secondary-light-light: #F9F9F9;
  --tw-secondary-clarity-light: rgba(249, 249, 249, 0.20);
  --tw-secondary-inverse-light: #4B5675;
  --tw-brand-dark: #D74E00;
  --tw-brand-active-dark: #F35700;
  --tw-brand-light-dark: #272320;
  --tw-brand-clarity-dark: rgba(215, 78, 0, 0.20);
  --tw-brand-inverse-dark: #ffffff;
  --tw-primary-dark: #006AE6;
  --tw-primary-active-dark: #107EFF;
  --tw-primary-light-dark: #172331;
  --tw-primary-clarity-dark: rgba(0, 106, 230, 0.20);
  --tw-primary-inverse-dark: #ffffff;
  --tw-success-dark: #00A261;
  --tw-success-active-dark: #01BF73;
  --tw-success-light-dark: #1F2623;
  --tw-success-clarity-dark: rgba(0, 162, 97, 0.20);;
  --tw-success-inverse-dark: #ffffff;
  --tw-info-dark: #883FFF;
  --tw-info-active-dark: #9E63FF;
  --tw-info-light-dark: #272134;
  --tw-info-clarity-dark: rgba(136, 63, 255, 0.20);
  --tw-info-inverse-dark: #ffffff;
  --tw-danger-dark: #E42855;
  --tw-danger-active-dark: #FF3767;
  --tw-danger-light-dark: #302024;
  --tw-danger-clarity-dark: rgba(228, 40, 85, 0.20);
  --tw-danger-inverse-dark: #ffffff;
  --tw-warning-dark: #C59A00;
  --tw-warning-active-dark: #D9AA00;
  --tw-warning-light-dark: #242320;
  --tw-warning-clarity-dark: rgba(197, 154, 0, 0.20);
  --tw-warning-inverse-dark: #ffffff;
  --tw-dark-dark: #272A34;
  --tw-dark-active-dark: #2D2F39;
  --tw-dark-light-dark: #1E2027;
  --tw-dark-clarity-dark: rgba(39, 42, 52, 0.20);
  --tw-dark-inverse-dark: #ffffff;
  --tw-light-dark: #1F212A;
  --tw-light-active-dark: #1F212A;
  --tw-light-light-dark: #1F212A;
  --tw-light-clarity-dark: rgba(31, 33, 42, 0.20);
  --tw-light-inverse-dark: #9A9CAE;
  --tw-secondary-dark: #363843;
  --tw-secondary-active-dark: #464852;
  --tw-secondary-light-dark: #363843;
  --tw-secondary-clarity-dark: rgba(54, 56, 67, 0.20);
  --tw-secondary-inverse-dark: #9A9CAE;
  --tw-coal-100: #15171C;
  --tw-coal-200: #13141A;
  --tw-coal-300: #111217;
  --tw-coal-400: #0F1014;
  --tw-coal-500: #0D0E12;
  --tw-coal-600: #0B0C10;
  --tw-coal-black: #000000;
  --tw-coal-clarity: rgba(24, 25, 31, 0.50);
}

:root, .light {
  --tw-gray-100: #F9F9F9;
  --tw-gray-200: #F1F1F4;
  --tw-gray-300: #DBDFE9;
  --tw-gray-400: #C4CADA;
  --tw-gray-500: #99A1B7;
  --tw-gray-600: #78829D;
  --tw-gray-700: #4B5675;
  --tw-gray-800: #252F4A;
  --tw-gray-900: #071437;
  --tw-brand: #FF6F1E;
  --tw-brand-active: #F15700;
  --tw-brand-light: #FFF5EF;
  --tw-brand-clarity: rgba(255, 111, 30, 0.20);
  --tw-brand-inverse: #ffffff;
  --tw-primary: var(--primary-color);
  --tw-primary-active: #056EE9;
  --tw-primary-light: #EFF6FF;
  --tw-primary-clarity: rgba(27, 132, 255, 0.20);
  --tw-primary-inverse: #ffffff;
  --tw-success: #17C653;
  --tw-success-active: #04B440;
  --tw-success-light: #EAFFF1;
  --tw-success-clarity: rgba(23, 198, 83, 0.20);
  --tw-success-inverse: #ffffff;
  --tw-info: #7239EA;
  --tw-info-active: #5014D0;
  --tw-info-light: #F8F5FF;
  --tw-info-clarity: rgba(114, 57, 234, 0.20);
  --tw-info-inverse: #ffffff;
  --tw-danger: #F8285A;
  --tw-danger-active: #D81A48;
  --tw-danger-light: #FFEEF3;
  --tw-danger-clarity: rgba(248, 40, 90, 0.20);
  --tw-danger-inverse: #ffffff;
  --tw-warning: #F6B100;
  --tw-warning-active: #DFA000;
  --tw-warning-light: #FFF8DD;
  --tw-warning-clarity: rgba(246, 177, 0, 0.20);
  --tw-warning-inverse: #ffffff;
  --tw-dark: #1E2129;
  --tw-dark-active: #111318;
  --tw-dark-light: #F9F9F9;
  --tw-dark-clarity: rgba(30, 33, 41, 0.20);
  --tw-dark-inverse: #ffffff;
  --tw-light: #ffffff;
  --tw-light-active: #FCFCFC;
  --tw-light-light: #ffffff;
  --tw-light-clarity: rgba(255, 255, 255, 0.20);
  --tw-light-inverse: #4B5675;
  --tw-secondary: #F9F9F9;
  --tw-secondary-active: #F9F9F9;
  --tw-secondary-light: #F9F9F9;
  --tw-secondary-clarity: rgba(249, 249, 249, 0.20);
  --tw-secondary-inverse: #4B5675;
  --tw-default-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
  --tw-light-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-primary-box-shadow: 0px 4px 12px 0px rgba(40, 132, 239, 0.35);
  --tw-success-box-shadow: 0px 4px 12px 0px rgba(53, 189, 100, 0.35);
  --tw-danger-box-shadow: 0px 4px 12px 0px rgba(241, 65, 108, 0.35);
  --tw-info-box-shadow: 0px 4px 12px 0px rgba(114, 57, 234, 0.35);
  --tw-warning-box-shadow: 0px 4px 12px 0px rgba(246, 192, 0, 0.35);
  --tw-dark-box-shadow: 0px 4px 12px 0px rgba(37, 47, 74, 0.35);
  --tw-card-background-color: white;
  --tw-tooltip-background-color: #0F1014;
  --tw-popover-background-color: white;
  --tw-modal-background-color: white;
  --tw-drawer-background-color: white;
  --tw-dropdown-background-color: white;
  --tw-backdrop-background-color: rgba(0, 0, 0, 0.80);
  --tw-table-head-background-color: var(--tw-light-active);
  --tw-card-border: 1px solid var(--tw-gray-200);
  --tw-table-border: 1px solid var(--tw-gray-200);
  --tw-dropdown-border: 1px solid var(--tw-gray-200);
  --tw-popover-border: 1px solid var(--tw-gray-200);
  --tw-tooltip-border: 0;
  --tw-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-tooltip-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-popover-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-modal-box-shadow: 0px 10px 14px 0px rgba(15, 42, 81, 0.03);
  --tw-drawer-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-dropdown-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  --tw-input-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.dark {
  --tw-gray-100: #1B1C22;
  --tw-gray-200: #26272F;
  --tw-gray-300: #363843;
  --tw-gray-400: #464852;
  --tw-gray-500: #636674;
  --tw-gray-600: #808290;
  --tw-gray-700: #9A9CAE;
  --tw-gray-800: #B5B7C8;
  --tw-gray-900: #F5F5F5;
  --tw-brand: #D74E00;
  --tw-brand-active: #F35700;
  --tw-brand-light: #272320;
  --tw-brand-clarity: rgba(215, 78, 0, 0.20);
  --tw-brand-inverse: #ffffff;
  --tw-primary: #006AE6;
  --tw-primary-active: #107EFF;
  --tw-primary-light: #172331;
  --tw-primary-clarity: rgba(0, 106, 230, 0.20);
  --tw-primary-inverse: #ffffff;
  --tw-success: #00A261;
  --tw-success-active: #01BF73;
  --tw-success-light: #1F2623;
  --tw-success-clarity: rgba(0, 162, 97, 0.20);;
  --tw-success-inverse: #ffffff;
  --tw-info: #883FFF;
  --tw-info-active: #9E63FF;
  --tw-info-light: #272134;
  --tw-info-clarity: rgba(136, 63, 255, 0.20);
  --tw-info-inverse: #ffffff;
  --tw-danger: #E42855;
  --tw-danger-active: #FF3767;
  --tw-danger-light: #302024;
  --tw-danger-clarity: rgba(228, 40, 85, 0.20);
  --tw-danger-inverse: #ffffff;
  --tw-warning: #C59A00;
  --tw-warning-active: #D9AA00;
  --tw-warning-light: #242320;
  --tw-warning-clarity: rgba(197, 154, 0, 0.20);
  --tw-warning-inverse: #ffffff;
  --tw-dark: #272A34;
  --tw-dark-active: #2D2F39;
  --tw-dark-light: #1E2027;
  --tw-dark-clarity: rgba(39, 42, 52, 0.20);
  --tw-dark-inverse: #ffffff;
  --tw-light: #1F212A;
  --tw-light-active: #1F212A;
  --tw-light-light: #1F212A;
  --tw-light-clarity: rgba(31, 33, 42, 0.20);
  --tw-light-inverse: #9A9CAE;
  --tw-secondary: #363843;
  --tw-secondary-active: #464852;
  --tw-secondary-light: #363843;
  --tw-secondary-clarity: rgba(54, 56, 67, 0.20);
  --tw-secondary-inverse: #9A9CAE;
  --tw-default-box-shadow: none;
  --tw-light-box-shadow: none;
  --tw-primary-box-shadow: none;
  --tw-success-box-shadow: none;
  --tw-danger-box-shadow: none;
  --tw-info-box-shadow: none;
  --tw-warning-box-shadow: none;
  --tw-dark-box-shadow: none;
  --tw-card-background-color: #111217;
  --tw-tooltip-background-color: #0B0C10;
  --tw-popover-background-color: #0B0C10;
  --tw-modal-background-color: #0B0C10;
  --tw-drawer-background-color: #0B0C10;
  --tw-dropdown-background-color: #0B0C10;
  --tw-backdrop-background-color: rgba(0, 0, 0, 0.80);
  --tw-table-head-background-color: #13141A;
  --tw-card-border: 1px solid #1B1C22;
  --tw-table-border: 1px solid #1B1C22;
  --tw-dropdown-border: 1px solid #1B1C22;
  --tw-tooltip-border: 1px solid #1B1C22;
  --tw-popover-border: 1px solid #1B1C22;
  --tw-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-tooltip-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-popover-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-modal-box-shadow: 0px 10px 14px 0px rgba(15, 42, 81, 0.03);
  --tw-drawer-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-dropdown-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  --tw-input-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

@import "tailwindcss/preflight";

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.\!menu {
  display: flex !important;
}

.menu {
  display: flex;
}

.menu-item, .menu-link {
  padding: 0;
  margin: 0;
}

.menu-item {
  display: flex;
  flex-direction: column;
}

.menu-link, .menu-label, .menu-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.menu-title {
  display: flex;
  align-items: center;
  line-height: 1;
  flex-grow: 1;
}

.menu-icon, .menu-bullet, .menu-badge, .menu-arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.menu-dropdown, .menu-accordion {
  padding: 0;
  margin: 0;
  display: none;
  align-items: stretch;
  flex-direction: column;
}

.show.menu-item-dropdown > .menu-dropdown, .base-Popper-root > .menu-container > .menu-dropdown, .menu-dropdown.menu.show, .menu-dropdown.show[data-popper-placement] {
  display: flex;
  will-change: transform;
}

 .menu-dropdown.\!menu.show {
  display: flex !important;
  will-change: transform !important;
}

.menu-accordion {
  display: none;
  transition: height .3s ease;
}

.show:not(.menu-dropdown) > .menu-accordion, .transitioning:not(.menu-dropdown) > .menu-accordion, .menu-accordion.show {
  display: flex;
}

.link {
  color: var(--tw-primary);
}

.link:hover {
  color: var(--tw-primary-active);
}

.form-label {
  display: flex;
  width: 100%;
  color: var(--tw-gray-700);
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.menu-dropdown {
  gap: 0.125rem;
  border: var(--tw-dropdown-border);
  box-shadow: var(--tw-dropdown-box-shadow);
  background-color: var(--tw-dropdown-background-color);
  border-radius: 0.75rem;
}

.menu-default {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.menu-default .menu-link, .menu-default .menu-label {
  margin-inline-start: 0.625rem;
  margin-inline-end: 0.625rem;
  padding: 0.625rem;
  border-radius: 0.375rem;
}

.menu-default .menu-title {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 500;
}

.menu-default .menu-icon {
  margin-inline-end: 0.625rem;
}

.menu-default .menu-icon i {
  font-size: 1.125rem;
}

.menu-default .menu-bullet {
  margin-inline-end: 0.625rem;
}

.menu-default .menu-arrow {
  margin-inline-start: 0.5rem;
}

.menu-default .menu-arrow i {
  font-size: 0.6875rem;
}

.menu-default .menu-badge {
  margin-inline-start: 0.625rem;
}

.menu-default .menu-separator {
  border-bottom: var(--tw-dropdown-border);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-link, .menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-label {
  margin-inline-start: 1.25rem;
}

.menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-accordion .menu-item > .menu-link, .menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-accordion .menu-item > .menu-label {
  margin-inline-start: 2rem;
}

.menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-accordion .menu-item > .menu-accordion .menu-item > .menu-link, .menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-accordion .menu-item > .menu-accordion .menu-item > .menu-label {
  margin-inline-start: 2.75rem;
}

.menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-accordion .menu-item > .menu-accordion .menu-item > .menu-accordion .menu-item > .menu-link, .menu-default .menu-accordion:not(.menu-no-indent) .menu-item > .menu-accordion .menu-item > .menu-accordion .menu-item > .menu-accordion .menu-item > .menu-label {
  margin-inline-start: 3.5rem;
}

.menu-fit .menu-link, .menu-fit .menu-label {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.menu-space .menu-link, .menu-space .menu-label {
  margin-inline-start: 0.625rem;
  margin-inline-end: 0.625rem;
}

.menu-default .menu-item .menu-title {
  color: var(--tw-gray-800);
}

.menu-default .menu-item .menu-icon i {
  color: var(--tw-gray-500);
}

.menu-default .menu-item .menu-arrow i {
  color: var(--tw-gray-500);
}

.menu-default .menu-item .menu-link:hover .menu-title, .menu-default .menu-item .menu-label:hover .menu-title {
  color: var(--tw-gray-900);
}

.menu-default .menu-item .menu-link:hover .menu-icon i, .menu-default .menu-item .menu-label:hover .menu-icon i {
  color: var(--tw-primary);
}

.menu-default .menu-item.active > .menu-link .menu-title, .menu-default .menu-item.active > .menu-label .menu-title, .menu-default .menu-item.show > .menu-link .menu-title, .menu-default .menu-item.show > .menu-label .menu-title, .menu-default .menu-item.here > .menu-link .menu-title, .menu-default .menu-item.here > .menu-label .menu-title, .menu-default .menu-item.focus > .menu-link .menu-title, .menu-default .menu-item.focus > .menu-label .menu-title {
  color: var(--tw-gray-900);
}

.menu-default .menu-item.active > .menu-link .menu-icon i, .menu-default .menu-item.active > .menu-label .menu-icon i, .menu-default .menu-item.show > .menu-link .menu-icon i, .menu-default .menu-item.show > .menu-label .menu-icon i, .menu-default .menu-item.here > .menu-link .menu-icon i, .menu-default .menu-item.here > .menu-label .menu-icon i, .menu-default .menu-item.focus > .menu-link .menu-icon i, .menu-default .menu-item.focus > .menu-label .menu-icon i {
  color: var(--tw-primary);
}

.menu-default .menu-item.active > .menu-link, .menu-default .menu-item.active > .menu-label, .menu-default .menu-item.here > .menu-link, .menu-default .menu-item.here > .menu-label {
  background-color: var(--tw-gray-100);
}

.dark .menu-default .menu-item.active > .menu-link, .dark .menu-default .menu-item.active > .menu-label, .dark .menu-default .menu-item.here > .menu-link, .dark .menu-default .menu-item.here > .menu-label {
  background-color: var(--tw-coal-300);
}

.menu-default .menu-item > .menu-link:hover, .menu-default .menu-item > .menu-label:hover {
  background-color: var(--tw-gray-100);
}

.dark .menu-default .menu-item > .menu-link:hover, .dark .menu-default .menu-item > .menu-label:hover {
  background-color: var(--tw-coal-300);
}

.menu-default .menu-item.disabled > .menu-link, .menu-default .menu-item.disabled > .menu-label {
  opacity: 0.5;
}

.dropdown {
  display: flex;
}

.dropdown-content {
  display: none;
  align-items: stretch;
  flex-direction: column;
  border: var(--tw-dropdown-border);
  box-shadow: var(--tw-dropdown-box-shadow);
  background-color: var(--tw-dropdown-background-color);
  border-radius: 0.75rem;
}

.open.dropdown > .dropdown-content, .dropdown-content.open[data-popper-placement] {
  will-change: transform;
}

.accordion.active .accordion-content {
  display: block;
  transition: height 300ms ease;
}

.\!input {
  display: block !important;
  width: 100% !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 500 !important;
  font-size: 0.8125rem !important;
  line-height: 1 !important;
  background-color: var(--tw-light-active) !important;
  border-radius: 0.375rem !important;
  height: 2.5rem !important;
  padding-inline-start: 0.75rem !important;
  padding-inline-end: 0.75rem !important;
  border: 1px solid var(--tw-gray-300) !important;
  color: var(--tw-gray-700) !important;
}

.input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  height: 2.5rem;
  padding-inline-start: 0.75rem;
  padding-inline-end: 0.75rem;
  border: 1px solid var(--tw-gray-300);
  color: var(--tw-gray-700);
}

.\!input::-moz-placeholder, .\!input input::-moz-placeholder {
  color: var(--tw-gray-500) !important;
}

.\!input::placeholder, .\!input input::placeholder {
  color: var(--tw-gray-500) !important;
}

.input::-moz-placeholder, .input input::-moz-placeholder {
  color: var(--tw-gray-500);
}

.input::placeholder, .input input::placeholder {
  color: var(--tw-gray-500);
}

.\!input::-moz-placeholder, .\!input input::-moz-placeholder {
  color: var(--tw-gray-500) !important;
}

.\!input::placeholder, .\!input input::placeholder {
  color: var(--tw-gray-500) !important;
}

.\!input:hover {
  border-color: var(--tw-gray-400) !important;
}

.input:hover {
  border-color: var(--tw-gray-400);
}

.\!input:focus, .\!input:has(input:focus) {
  border-color: var(--tw-primary) !important;
  box-shadow: var(--tw-input-focus-box-shadow) !important;
  color: var(--tw-gray-700) !important;
}

.input:focus, .input:has(input:focus) {
  border-color: var(--tw-primary);
  box-shadow: var(--tw-input-focus-box-shadow);
  color: var(--tw-gray-700);
}

.\!input:focus, .\!input:has(input:focus) {
  border-color: var(--tw-primary) !important;
  box-shadow: var(--tw-input-focus-box-shadow) !important;
  color: var(--tw-gray-700) !important;
}

.\!input:focus::-moz-placeholder, .\!input:focus input::-moz-placeholder, .\!input:has(input:focus)::-moz-placeholder, .\!input:has(input:focus) input::-moz-placeholder {
  color: var(--tw-gray-600) !important;
}

.\!input:focus::placeholder, .\!input:focus input::placeholder, .\!input:has(input:focus)::placeholder, .\!input:has(input:focus) input::placeholder {
  color: var(--tw-gray-600) !important;
}

.input:focus::-moz-placeholder, .input:focus input::-moz-placeholder, .input:has(input:focus)::-moz-placeholder, .input:has(input:focus) input::-moz-placeholder {
  color: var(--tw-gray-600);
}

.input:focus::placeholder, .input:focus input::placeholder, .input:has(input:focus)::placeholder, .input:has(input:focus) input::placeholder {
  color: var(--tw-gray-600);
}

.\!input:focus::-moz-placeholder, .\!input:focus input::-moz-placeholder, .\!input:has(input:focus)::-moz-placeholder, .\!input:has(input:focus) input::-moz-placeholder {
  color: var(--tw-gray-600) !important;
}

.\!input:focus::placeholder, .\!input:focus input::placeholder, .\!input:has(input:focus)::placeholder, .\!input:has(input:focus) input::placeholder {
  color: var(--tw-gray-600) !important;
}

.\!input:active, .\!input:has(input:active) {
  color: var(--tw-gray-700) !important;
}

.input:active, .input:has(input:active) {
  color: var(--tw-gray-700);
}

.\!input:active, .\!input:has(input:active) {
  color: var(--tw-gray-700) !important;
}

.\!input:active::-moz-placeholder, .\!input:active input::-moz-placeholder, .\!input:has(input:active)::-moz-placeholder, .\!input:has(input:active) input::-moz-placeholder {
  color: var(--tw-gray-600) !important;
}

.\!input:active::placeholder, .\!input:active input::placeholder, .\!input:has(input:active)::placeholder, .\!input:has(input:active) input::placeholder {
  color: var(--tw-gray-600) !important;
}

.input:active::-moz-placeholder, .input:active input::-moz-placeholder, .input:has(input:active)::-moz-placeholder, .input:has(input:active) input::-moz-placeholder {
  color: var(--tw-gray-600);
}

.input:active::placeholder, .input:active input::placeholder, .input:has(input:active)::placeholder, .input:has(input:active) input::placeholder {
  color: var(--tw-gray-600);
}

.\!input:active::-moz-placeholder, .\!input:active input::-moz-placeholder, .\!input:has(input:active)::-moz-placeholder, .\!input:has(input:active) input::-moz-placeholder {
  color: var(--tw-gray-600) !important;
}

.\!input:active::placeholder, .\!input:active input::placeholder, .\!input:has(input:active)::placeholder, .\!input:has(input:active) input::placeholder {
  color: var(--tw-gray-600) !important;
}

.\!input:active, .\!input:has(input:active) {
  box-shadow: none !important;
}

.input:active, .input:has(input:active) {
  box-shadow: none;
}

.\!input:active, .\!input:has(input:active) {
  box-shadow: none !important;
}

.\!input:disabled, .\!input:has(input:disabled) {
  background-color: var(--tw-gray-100) !important;
  color: var(--tw-gray-400) !important;
}

.input:disabled, .input:has(input:disabled) {
  background-color: var(--tw-gray-100);
  color: var(--tw-gray-400);
}

.\!input:disabled, .\!input:has(input:disabled) {
  background-color: var(--tw-gray-100) !important;
  color: var(--tw-gray-400) !important;
}

.\!input:disabled::-moz-placeholder, .\!input:disabled input::-moz-placeholder, .\!input:has(input:disabled)::-moz-placeholder, .\!input:has(input:disabled) input::-moz-placeholder {
  color: var(--tw-gray-300) !important;
}

.\!input:disabled::placeholder, .\!input:disabled input::placeholder, .\!input:has(input:disabled)::placeholder, .\!input:has(input:disabled) input::placeholder {
  color: var(--tw-gray-300) !important;
}

.input:disabled::-moz-placeholder, .input:disabled input::-moz-placeholder, .input:has(input:disabled)::-moz-placeholder, .input:has(input:disabled) input::-moz-placeholder {
  color: var(--tw-gray-300);
}

.input:disabled::placeholder, .input:disabled input::placeholder, .input:has(input:disabled)::placeholder, .input:has(input:disabled) input::placeholder {
  color: var(--tw-gray-300);
}

.\!input:disabled::-moz-placeholder, .\!input:disabled input::-moz-placeholder, .\!input:has(input:disabled)::-moz-placeholder, .\!input:has(input:disabled) input::-moz-placeholder {
  color: var(--tw-gray-300) !important;
}

.\!input:disabled::placeholder, .\!input:disabled input::placeholder, .\!input:has(input:disabled)::placeholder, .\!input:has(input:disabled) input::placeholder {
  color: var(--tw-gray-300) !important;
}

.input-sm {
  font-weight: 500;
  font-size: 0.75rem;
  height: 2rem;
  padding-inline-start: 0.625rem;
  padding-inline-end: 0.625rem;
}

.\!input:not(input) {
  display: flex !important;
  gap: 0.375rem !important;
  align-items: center !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: var(--tw-gray-600) !important;
}

.input:not(input) {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
  color: var(--tw-gray-600);
}

.\!input:not(input) input {
  flex-grow: 1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.input:not(input) input {
  flex-grow: 1;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
}

.\!input:not(input) i {
  font-size: 1.125rem !important;
}

.input:not(input) i {
  font-size: 1.125rem;
}

.\!input:not(input) .btn-icon {
  border: 0 !important;
  height: auto !important;
  width: auto !important;
}

.input:not(input) .btn-icon {
  border: 0;
  height: auto;
  width: auto;
}

.\!input:not(input) .btn-icon:hover i, .\!input:not(input) .btn-icon:focus i, .\!input:not(input) .btn-icon:active i, .\!input:not(input) .btn-icon.active i {
  color: var(--tw-gray-800) !important;
}

.input:not(input) .btn-icon:hover i, .input:not(input) .btn-icon:focus i, .input:not(input) .btn-icon:active i, .input:not(input) .btn-icon.active i {
  color: var(--tw-gray-800);
}

.\!input:not(input) .btn-icon:hover i, .\!input:not(input) .btn-icon:focus i, .\!input:not(input) .btn-icon:active i, .\!input:not(input) .btn-icon.active i {
  color: var(--tw-gray-800) !important;
}

.\!input:not(input).input-xs i {
  font-size: 0.75rem !important;
}

.input:not(input).input-xs i {
  font-size: 0.75rem;
}

.\!input:not(input).input-sm i {
  font-size: 0.875rem !important;
}

.input:not(input).input-sm i {
  font-size: 0.875rem;
}

.\!input:not(input).input-lg i {
  font-size: 1.25rem !important;
}

.input:not(input).input-lg i {
  font-size: 1.25rem;
}

.input-group {
  display: flex;
  align-items: stretch;
}

.input-group .btn {
  flex-shrink: 0;
}

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

.input-group .\!input {
  flex-grow: 1 !important;
}

.input-group .input ~ .btn, .input-group .input ~ .dropdown > .btn {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.input-group .\!input ~ .btn, .input-group .\!input ~ .dropdown > .btn {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

.input-group .input + .btn, .input-group .input + .dropdown > .btn {
  border-inline-start: 0;
}

.input-group .\!input + .btn, .input-group .\!input + .dropdown > .btn {
  border-inline-start: 0 !important;
}

.input-group .btn ~ .input, .input-group .btn ~ .btn, .input-group .input ~ .input {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.input-group .btn ~ .\!input, .input-group .\!input ~ .\!input {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

.input-group .input:has(~ .btn), .input-group .input:has(~ .input), .input-group .input:has(~ .dropdown > .btn) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.input-group .\!input:has(~ .btn), .input-group .\!input:has(~ .\!input), .input-group .\!input:has(~ .dropdown > .btn) {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
}

.input-group .btn:has(~ .input, ~ .btn), .input-group .input:has(~ .input) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-inline-end: 0;
}

.input-group .btn:has(~ .\!input, ~ .btn), .input-group .\!input:has(~ .\!input) {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
  border-inline-end: 0 !important;
}

.select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: right 0.675rem center;
  background-size: 14px 11px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.dark .select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23808290' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.select[multiple], .select[size]:not([size="1"]) {
  padding-inline-end: 1rem;
  background-image: none;
}

.select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

.select {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  height: 2.5rem;
  padding-inline-start: 0.75rem;
  padding-inline-end: 0.75rem;
  border: 1px solid var(--tw-gray-300);
  color: var(--tw-gray-700);
}

.select:hover {
  border-color: var(--tw-gray-400);
}

.select:focus {
  border-color: var(--tw-primary);
  box-shadow: var(--tw-input-focus-box-shadow);
  color: var(--tw-gray-700);
}

.select:focus::-moz-placeholder {
  color: var(--tw-gray-600);
}

.select:focus::placeholder {
  color: var(--tw-gray-600);
}

.select:active {
  color: var(--tw-gray-700);
}

.select:active::-moz-placeholder {
  color: var(--tw-gray-600);
}

.select:active::placeholder {
  color: var(--tw-gray-600);
}

.select:active {
  box-shadow: none;
}

.select:disabled {
  background-color: var(--tw-gray-100);
  color: var(--tw-gray-400);
}

.select:disabled::-moz-placeholder {
  color: var(--tw-gray-300);
}

.select:disabled::placeholder {
  color: var(--tw-gray-300);
}

.select-sm {
  font-weight: 500;
  font-size: 0.75rem;
  height: 2rem;
  padding-inline-start: 0.625rem;
  padding-inline-end: 0.625rem;
  background-size: 14px 10px;
  background-position: inset-inline-end 0.55rem center;
}

[dir=rtl] .select {
  background-position: left 0.675rem center;
}

.textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  font-size: 0.8125rem;
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--tw-gray-300);
  color: var(--tw-gray-700);
}

.textarea::-moz-placeholder {
  color: var(--tw-gray-500);
}

.textarea::placeholder {
  color: var(--tw-gray-500);
}

.textarea:hover {
  border-color: var(--tw-gray-400);
}

.textarea:focus {
  border-color: var(--tw-primary);
  box-shadow: var(--tw-form-input-focus-box-shadow);
  color: var(--tw-gray-700);
}

.textarea:focus::-moz-placeholder {
  color: var(--tw-gray-600);
}

.textarea:focus::placeholder {
  color: var(--tw-gray-600);
}

.textarea:active {
  color: var(--tw-gray-700);
}

.textarea:active::-moz-placeholder {
  color: var(--tw-gray-600);
}

.textarea:active::placeholder {
  color: var(--tw-gray-600);
}

.textarea:active {
  box-shadow: none;
}

.textarea[disabled] {
  background-color: var(--tw-gray-100);
  color: var(--tw-gray-400);
}

.textarea[disabled]::-moz-placeholder {
  color: var(--tw-gray-300);
}

.textarea[disabled]::placeholder {
  color: var(--tw-gray-300);
}

.textarea[readonly] {
  background-color: var(--tw-gray-100);
  color: var(--tw-gray-400);
}

.textarea[readonly]::-moz-placeholder {
  color: var(--tw-gray-300);
}

.textarea[readonly]::placeholder {
  color: var(--tw-gray-300);
}

.switch {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.switch input[type=checkbox] {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--tw-gray-300);
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  height: 1.375rem;
  width: 2.125rem;
  border-radius: 1.375rem;
  transition: all .15s ease-in-out;
}

.switch input[type=checkbox]:before {
  display: flex;
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  background-color: var(--tw-light);
  inset-inline-start: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
  transition: all .15s ease-in-out;
}

.switch input[type=checkbox]:checked, .switch input[type=checkbox][aria-checked="true"] {
  background-color: var(--tw-primary);
  transition: all .15s ease-in-out;
}

.switch input[type=checkbox]:checked:before, .switch input[type=checkbox][aria-checked="true"]:before {
  background-color: #ffffff;
  transition: all .15s ease-in-out;
  inset-inline-start: calc(100% - 0.25rem);
  transform: translate(-100%, -50%);
  filter: none;
}

.switch input[type=checkbox]:disabled {
  background-color: var(--tw-gray-100);
  border: 1px solid var(--tw-gray-300);
  cursor: not-allowed;
  opacity: 0.5;
}

.switch input[type=checkbox]:disabled:before {
  background-color: var(--tw-gray-300);
}

.switch input[type=checkbox]:disabled:checked, .switch input[type=checkbox]:disabled[aria-checked="true"] {
  background-color: var(--tw-primary-clarity);
  border: 0;
}

.switch input[type=checkbox]:disabled:checked:before, .switch input[type=checkbox]:disabled[aria-checked="true"]:before {
  background-color: var(--tw-light);
}

.switch .switch-label {
  color: var(--tw-gray-700);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}

.switch input[type=checkbox] + .switch-label {
  color: var(--tw-gray-800);
}

.switch:has(input[type=checkbox]:disabled) .switch-label {
  color: var(--tw-gray-500);
}

.switch-sm input[type=checkbox] {
  height: 1.125rem;
  width: 1.875rem;
  border-radius: 1.125rem;
}

.switch-sm input[type=checkbox]:before {
  height: 0.75rem;
  width: 0.75rem;
}

.switch-sm .switch-label {
  font-size: 0.8125rem;
}

.switch-lg .switch-label {
  font-size: 0.9375rem;
}

[dir=rtl] .switch input[type=checkbox]:checked:before, [dir=rtl] .switch input[type=checkbox][aria-checked="true"]:before {
  transform: translate(100%, -50%);
}

.checkbox[type="checkbox"] {
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  background-color: var(--tw-light-light);
}

.dark .checkbox[type="checkbox"] {
  background-color: var(--tw-coal-500);
}

.checkbox[type="checkbox"] {
  border-radius: 0.375rem;
  height: 1.375rem;
  width: 1.375rem;
  border: 1px solid var(--tw-gray-300);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.checkbox[type="checkbox"]:checked, .checkbox[type="checkbox"][aria-checked="true"] {
  background-color: var(--tw-primary);
  border: 1px solid var(--tw-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3e%3cpath d='M10.3667 0.541643L4.80007 6.10831L1.56674 2.87498C1.41061 2.71977 1.1994 2.63265 0.979241 2.63265C0.759086 2.63265 0.547876 2.71977 0.391741 2.87498C0.236532 3.03111 0.149414 3.24232 0.149414 3.46248C0.149414 3.68263 0.236532 3.89384 0.391741 4.04998L4.21674 7.87498C4.37288 8.03019 4.58409 8.1173 4.80424 8.1173C5.0244 8.1173 5.23561 8.03019 5.39174 7.87498L11.5417 1.72498C11.6198 1.64751 11.6818 1.55534 11.7241 1.45379C11.7665 1.35224 11.7882 1.24332 11.7882 1.13331C11.7882 1.0233 11.7665 0.914379 11.7241 0.81283C11.6818 0.711281 11.6198 0.619113 11.5417 0.541643C11.3856 0.386434 11.1744 0.299316 10.9542 0.299316C10.7341 0.299316 10.5229 0.386434 10.3667 0.541643Z' fill='white'/%3e%3c/svg%3e");
}

.checkbox[type="checkbox"]:indeterminate {
  background-color: var(--tw-primary);
  border: 1px solid var(--tw-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.checkbox[type="checkbox"]:focus {
  border-color: var(--tw-primary);
  box-shadow: var(--tw-input-focus-box-shadow);
  color: var(--tw-gray-700);
}

.checkbox[type="checkbox"]:focus::-moz-placeholder {
  color: var(--tw-gray-600);
}

.checkbox[type="checkbox"]:focus::placeholder {
  color: var(--tw-gray-600);
}

.checkbox[type="checkbox"]:active {
  color: var(--tw-gray-700);
}

.checkbox[type="checkbox"]:active::-moz-placeholder {
  color: var(--tw-gray-600);
}

.checkbox[type="checkbox"]:active::placeholder {
  color: var(--tw-gray-600);
}

.checkbox[type="checkbox"]:active {
  box-shadow: none;
}

.checkbox[type="checkbox"]:disabled {
  cursor: not-allowed;
  background-color: var(--tw-gray-200);
  border: 1px solid var(--tw-gray-300);
}

.checkbox[type="checkbox"]:disabled:indeterminate {
  background-color: var(--tw-primary-clarity);
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.checkbox[type="checkbox"]:disabled:checked, .checkbox[type="checkbox"]:disabled[aria-checked="true"] {
  background-color: var(--tw-primary-clarity);
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3e%3cpath d='M10.3667 0.541643L4.80007 6.10831L1.56674 2.87498C1.41061 2.71977 1.1994 2.63265 0.979241 2.63265C0.759086 2.63265 0.547876 2.71977 0.391741 2.87498C0.236532 3.03111 0.149414 3.24232 0.149414 3.46248C0.149414 3.68263 0.236532 3.89384 0.391741 4.04998L4.21674 7.87498C4.37288 8.03019 4.58409 8.1173 4.80424 8.1173C5.0244 8.1173 5.23561 8.03019 5.39174 7.87498L11.5417 1.72498C11.6198 1.64751 11.6818 1.55534 11.7241 1.45379C11.7665 1.35224 11.7882 1.24332 11.7882 1.13331C11.7882 1.0233 11.7665 0.914379 11.7241 0.81283C11.6818 0.711281 11.6198 0.619113 11.5417 0.541643C11.3856 0.386434 11.1744 0.299316 10.9542 0.299316C10.7341 0.299316 10.5229 0.386434 10.3667 0.541643Z' fill='white'/%3e%3c/svg%3e");
}

.checkbox-sm[type="checkbox"] {
  border-radius: 0.25rem;
  height: 1.125rem;
  width: 1.125rem;
}

.checkbox-sm[type="checkbox"]:checked, .checkbox-sm[type="checkbox"][aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3e%3cpath d='M8.4932 0.23329L4.03986 4.68662L1.4532 2.09996C1.32829 1.97579 1.15932 1.9061 0.983198 1.9061C0.807074 1.9061 0.638106 1.97579 0.513198 2.09996C0.38903 2.22487 0.319336 2.39383 0.319336 2.56996C0.319336 2.74608 0.38903 2.91505 0.513198 3.03996L3.5732 6.09996C3.69811 6.22412 3.86707 6.29382 4.0432 6.29382C4.21932 6.29382 4.38829 6.22412 4.5132 6.09996L9.4332 1.17996C9.49568 1.11798 9.54528 1.04425 9.57912 0.963008C9.61297 0.881768 9.6304 0.794632 9.6304 0.706624C9.6304 0.618616 9.61297 0.531479 9.57912 0.45024C9.54528 0.369 9.49568 0.295266 9.4332 0.23329C9.30829 0.109123 9.13932 0.0394287 8.9632 0.0394287C8.78707 0.0394287 8.61811 0.109123 8.4932 0.23329Z' fill='white'/%3e%3c/svg%3e");
}

.checkbox-sm[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3e%3cpath d='M9.04638 0.293335L1.03971 0.333335C0.862903 0.333335 0.693333 0.403573 0.568309 0.528598C0.443285 0.653622 0.373047 0.823191 0.373047 1C0.373047 1.17681 0.443285 1.34638 0.568309 1.47141C0.693333 1.59643 0.862903 1.66667 1.03971 1.66667L9.03971 1.62667C9.21653 1.62667 9.3861 1.55643 9.51112 1.43141C9.63614 1.30638 9.70638 1.13681 9.70638 0.960002C9.70638 0.783191 9.63614 0.613622 9.51112 0.488597C9.3861 0.363573 9.21653 0.293335 9.03971 0.293335H9.04638Z' fill='white'/%3e%3c/svg%3e");
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.radio[type="radio"] {
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  background-color: var(--tw-light-light);
}

.dark .radio[type="radio"] {
  background-color: var(--tw-coal-500);
}

.radio[type="radio"] {
  border-radius: 50%;
  height: 1.375rem;
  width: 1.375rem;
  border: 1px solid var(--tw-gray-300);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.radio[type="radio"]:checked, .radio[type="radio"][aria-checked="true"] {
  background-color: var(--tw-primary);
  border: 1px solid var(--tw-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3e%3ccircle cx='10.9995' cy='11' r='5.86667' fill='white'/%3e%3c/svg%3e");
}

.radio[type="radio"]:focus {
  border-color: var(--tw-primary);
  box-shadow: var(--tw-input-focus-box-shadow);
  color: var(--tw-gray-700);
}

.radio[type="radio"]:focus::-moz-placeholder {
  color: var(--tw-gray-600);
}

.radio[type="radio"]:focus::placeholder {
  color: var(--tw-gray-600);
}

.radio[type="radio"]:active {
  color: var(--tw-gray-700);
}

.radio[type="radio"]:active::-moz-placeholder {
  color: var(--tw-gray-600);
}

.radio[type="radio"]:active::placeholder {
  color: var(--tw-gray-600);
}

.radio[type="radio"]:active {
  box-shadow: none;
}

.radio[type="radio"]:disabled {
  cursor: not-allowed;
  background-color: var(--tw-gray-200);
  border: 1px solid var(--tw-gray-300);
}

.radio[type="radio"]:disabled:checked, .radio[type="radio"]:disabled[aria-checked="true"] {
  background-color: var(--tw-primary-clarity);
  border: 0;
}

.range {
  width: 100%;
  height: 0.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.range:focus {
  outline: 0;
}

.range::-moz-focus-outer {
  border: 0;
}

.range::-webkit-slider-thumb {
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.563rem;
  box-shadow: var(--tw-default-box-shadow);
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid var(--tw-gray-200);
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 50%;
  background-color: var(--tw-light);
}

.range::-webkit-slider-thumb:active {
  background-color: var(--tw-light);
}

.range::-moz-range-thumb {
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.563rem;
  box-shadow: var(--tw-default-box-shadow);
  -moz-appearance: none;
       appearance: none;
  border: 1px solid var(--tw-gray-200);
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 50%;
  background-color: var(--tw-light);
}

.range::-moz-range-thumb:active {
  background-color: var(--tw-light);
}

.range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tw-gray-200);
  border-color: transparent;
  border-radius: 0.188rem;
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tw-gray-200);
  border-color: transparent;
  border-radius: 0.188rem;
}

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

.range:disabled::-webkit-slider-thumb {
  background-color: var(--tw-gray-100);
}

.range:disabled::-moz-range-thumb {
  background-color: var(--tw-gray-100);
}

.image-input {
  display: inline-flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
}

.image-input input[type="file"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

.image-input .image-input-preview {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-input .image-input-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.\!modal {
  width: 100% !important;
  display: none !important;
  opacity: 0 !important;
  position: fixed !important;
  overflow: auto !important;
  inset: 0 !important;
  padding: 1.25rem !important;
  transition: opacity 300ms ease !important;
}

.modal {
  width: 100%;
  display: none;
  opacity: 0;
  position: fixed;
  overflow: auto;
  inset: 0;
  padding: 1.25rem;
  transition: opacity 300ms ease;
}

.\!modal.open {
  opacity: 1 !important;
  transition: opacity 300ms ease !important;
}

.modal.open {
  opacity: 1;
  transition: opacity 300ms ease;
}

.modal-table .table th:first-child, .modal-table .table td:first-child {
  padding-inline-start: 1.25rem;
}

.modal-table .table th:last-child, .modal-table .table td:last-child {
  padding-inline-end: 1.25rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: var(--tw-backdrop-background-color);
}

.\!drawer {
  transition: transform 300ms ease !important;
  position: fixed !important;
  background-color: var(--tw-drawer-background-color) !important;
}

.drawer {
  transition: transform 300ms ease;
  position: fixed;
  background-color: var(--tw-drawer-background-color);
}

.\!drawer.open {
  box-shadow: var(--tw-drawer-box-shadow) !important;
  transition: transform 300ms ease !important;
}

.drawer.open {
  box-shadow: var(--tw-drawer-box-shadow);
  transition: transform 300ms ease;
}

.drawer-start.\!drawer.open {
  transform: translateX(0) !important;
}

.drawer-start.drawer.open {
  transform: translateX(0);
}

.drawer-end.\!drawer.open {
  transform: translateX(0) !important;
}

.drawer-end.drawer.open {
  transform: translateX(0);
}

.drawer-top.\!drawer.open {
  transform: translateY(0) !important;
}

.drawer-top.drawer.open {
  transform: translateY(0);
}

.drawer-bottom.\!drawer.open {
  transform: translateY(0) !important;
}

.drawer-bottom.drawer.open {
  transform: translateY(0);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background-color: var(--tw-backdrop-background-color);
}

.\!tooltip {
  display: none !important;
  color: white !important;
  box-shadow: var(--tw-tooltip-box-shadow) !important;
  background-color: var(--tw-tooltip-background-color) !important;
  border: var(--tw-tooltip-border) !important;
  border-radius: 0.5rem !important;
  padding: 0.375rem 0.6rem !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
}

.tooltip {
  display: none;
  color: white;
  box-shadow: var(--tw-tooltip-box-shadow);
  background-color: var(--tw-tooltip-background-color);
  border: var(--tw-tooltip-border);
  border-radius: 0.5rem;
  padding: 0.375rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.\!tooltip.show {
  display: block !important;
}

.tooltip.show {
  display: block;
}

.popover {
  display: none;
  box-shadow: var(--tw-popover-box-shadow);
  background-color: var(--tw-popover-background-color);
  border-radius: 0.5rem;
  border: var(--tw-popover-border);
}

.popover.show {
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  border-radius: 0.375rem;
  height: 2.5rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  gap: 0.375rem;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 0.8125rem;
  outline: none;
}

.btn-icon {
  flex-shrink: 0;
  padding: 0;
  gap: 0;
  width: 2.5rem;
}

.btn-icon i {
  line-height: 0 !important;
}

.btn-xs {
  height: 1.75rem;
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.5rem;
  font-weight: 500;
  font-size: 0.6875rem;
  gap: 0.25rem;
}

.btn-xs.btn-icon {
  width: 1.75rem;
}

.btn-sm {
  height: 2rem;
  padding-inline-start: 0.75rem;
  padding-inline-end: 0.75rem;
  font-weight: 500;
  font-size: 0.75rem;
  gap: 0.275rem;
}

.btn-sm.btn-icon {
  width: 2rem;
}

.btn-lg {
  height: 3rem;
  padding-inline-start: 1.25rem;
  padding-inline-end: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  gap: 0.5rem;
}

.btn-lg.btn-icon {
  width: 3rem;
}

.btn[disabled], .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-icon {
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  gap: 0;
  width: 2.5rem;
}

.btn-icon.btn-xs {
  width: 1.75rem;
}

.btn-icon.btn-sm {
  width: 2rem;
}

.btn-icon.btn-lg {
  width: 3rem;
}

.btn i {
  font-size: 1.125rem;
  line-height: 0 !important;
}

.btn-icon i {
  font-size: 1.5rem;
}

.btn-xs i {
  font-size: 0.75rem;
}

.btn-xs.btn-icon i {
  font-size: 1rem;
}

.btn-sm i {
  font-size: 0.875rem;
}

.btn-sm.btn-icon i {
  font-size: 1.125rem;
}

.btn-lg i {
  font-size: 1.25rem;
}

.btn-lg.btn-icon i {
  font-size: 1.75rem;
}

.btn.btn-icon-sm i {
  font-size: 0.875rem;
}

.btn.btn-icon-md i {
  font-size: 0.9375rem;
}

.btn.btn-icon-lg i {
  font-size: 1.125rem;
}

.btn.btn-icon-xl i {
  font-size: 1.25rem;
}

.btn.btn-icon-2xl i {
  font-size: 1.5rem;
}

.btn-link {
  color: var(--tw-primary);
  font-size: 0.8125rem;
  height: auto;
  padding-bottom: 0.25em;
  padding-inline-start: 0;
  padding-inline-end: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px dashed var(--tw-primary);
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
  background-color: transparent;
  border-bottom: 1px dashed var(--tw-primary-active);
  color: var(--tw-primary-active);
}

.btn-link.btn-sm {
  font-size: 0.75rem;
}

.btn-link.btn-lg {
  font-size: 0.875rem;
}

.btn-tabs {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: var(--tw-gray-100);
  border: 1px solid var(--tw-gray-200);
}

.btn-tabs .btn {
  color: var(--tw-gray-700);
}

.btn-tabs .btn i {
  color: var(--tw-gray-400);
}

.btn-tabs .btn:hover, .btn-tabs .btn:focus, .btn-tabs .btn:active, .btn-tabs .btn.active {
  background-color: var(--tw-light);
  border: 1px solid var(--tw-gray-200);
  color: var(--tw-gray-900);
  box-shadow: var(--tw-light-box-shadow);
}

.btn-tabs .btn:hover i, .btn-tabs .btn:focus i, .btn-tabs .btn:active i, .btn-tabs .btn.active i {
  color: var(--tw-gray-500);
}

.btn-tabs {
  border-radius: 0.375rem;
  height: 2.5rem;
  padding: 0.25rem;
  gap: 0.25rem;
}

.btn-tabs .btn i {
  font-size: 1.125rem;
}

.btn-tabs .btn {
  height: calc(2.5rem - 2 * 0.25rem);
}

.btn-tabs .btn.btn-icon {
  width: calc(2.5rem - 2 * 0.25rem);
}

.btn-tabs.btn-tabs-sm {
  height: 2rem;
  padding: 0.188rem;
  gap: 0.188rem;
}

.btn-tabs.btn-tabs-sm .btn i {
  font-size: 0.875rem;
}

.btn-tabs.btn-tabs-sm .btn {
  height: calc(2rem - 2 * 0.188rem);
}

.btn-tabs.btn-tabs-sm .btn.btn-icon {
  width: calc(2rem - 2 * 0.188rem);
}

.btn-tabs.btn-tabs-lg {
  height: 3rem;
  padding: 0.313rem;
  gap: 0.313rem;
}

.btn-tabs.btn-tabs-lg .btn i {
  font-size: 1.25rem;
}

.btn-tabs.btn-tabs-lg .btn {
  height: calc(3rem - 2 * 0.313rem);
}

.btn-tabs.btn-tabs-lg .btn.btn-icon {
  width: calc(3rem - 2 * 0.313rem);
}

.btn-primary {
  color: #fff;
  background-color: var(--tw-primary);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: var(--tw-primary-active);
  box-shadow: var(--tw-primary-box-shadow);
}

.btn-outline.btn-primary {
  color: var(--tw-primary);
  background-color: var(--tw-primary-light);
  border-color: var(--tw-primary-clarity);
}

.btn-outline.btn-primary i {
  color: var(--tw-primary);
}

.btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:active, .btn-outline.btn-primary.active {
  color: var(--tw-primary-inverse);
  background-color: var(--tw-primary);
  border-color: var(--tw-primary);
  box-shadow: none;
}

.btn-outline.btn-primary:hover i, .btn-outline.btn-primary:focus i, .btn-outline.btn-primary:active i, .btn-outline.btn-primary.active i {
  color: var(--tw-primary-inverse);
}

.btn-clear.btn-primary {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-primary);
}

.btn-clear.btn-primary:hover, .btn-clear.btn-primary:focus, .btn-clear.btn-primary:active, .btn-clear.btn-primary.active {
  color: var(--tw-primary-inverse);
  background-color: var(--tw-primary);
  border-color: var(--tw-primary);
  box-shadow: none;
}

.btn-clear.btn-primary:hover i, .btn-clear.btn-primary:focus i, .btn-clear.btn-primary:active i, .btn-clear.btn-primary.active i {
  color: var(--tw-primary-inverse);
}

.btn-subtle.btn-primary {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-primary);
}

.btn-subtle.btn-primary i {
  color: var(--tw-primary);
}

.btn-subtle.btn-primary:hover, .btn-subtle.btn-primary:focus, .btn-subtle.btn-primary:active, .btn-subtle.btn-primary.active {
  color: var(--tw-primary);
  background-color: var(--tw-primary-light);
  border-color: var(--tw-primary-light);
  box-shadow: none;
}

.btn-subtle.btn-primary:hover i, .btn-subtle.btn-primary:focus i, .btn-subtle.btn-primary:active i, .btn-subtle.btn-primary.active i {
  color: var(--tw-primary);
}

.btn-success {
  color: #fff;
  background-color: var(--tw-success);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: var(--tw-success-active);
  box-shadow: var(--tw-success-box-shadow);
}

.btn-outline.btn-success {
  color: var(--tw-success);
  background-color: var(--tw-success-light);
  border-color: var(--tw-success-clarity);
}

.btn-outline.btn-success i {
  color: var(--tw-success);
}

.btn-outline.btn-success:hover, .btn-outline.btn-success:focus, .btn-outline.btn-success:active, .btn-outline.btn-success.active {
  color: var(--tw-success-inverse);
  background-color: var(--tw-success);
  border-color: var(--tw-success);
  box-shadow: none;
}

.btn-outline.btn-success:hover i, .btn-outline.btn-success:focus i, .btn-outline.btn-success:active i, .btn-outline.btn-success.active i {
  color: var(--tw-success-inverse);
}

.btn-clear.btn-success {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-success);
}

.btn-clear.btn-success:hover, .btn-clear.btn-success:focus, .btn-clear.btn-success:active, .btn-clear.btn-success.active {
  color: var(--tw-success-inverse);
  background-color: var(--tw-success);
  border-color: var(--tw-success);
  box-shadow: none;
}

.btn-clear.btn-success:hover i, .btn-clear.btn-success:focus i, .btn-clear.btn-success:active i, .btn-clear.btn-success.active i {
  color: var(--tw-success-inverse);
}

.btn-subtle.btn-success {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-success);
}

.btn-subtle.btn-success i {
  color: var(--tw-success);
}

.btn-subtle.btn-success:hover, .btn-subtle.btn-success:focus, .btn-subtle.btn-success:active, .btn-subtle.btn-success.active {
  color: var(--tw-success);
  background-color: var(--tw-success-light);
  border-color: var(--tw-success-light);
  box-shadow: none;
}

.btn-subtle.btn-success:hover i, .btn-subtle.btn-success:focus i, .btn-subtle.btn-success:active i, .btn-subtle.btn-success.active i {
  color: var(--tw-success);
}

.btn-danger {
  color: #fff;
  background-color: var(--tw-danger);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: var(--tw-danger-active);
  box-shadow: var(--tw-danger-box-shadow);
}

.btn-outline.btn-danger {
  color: var(--tw-danger);
  background-color: var(--tw-danger-light);
  border-color: var(--tw-danger-clarity);
}

.btn-outline.btn-danger i {
  color: var(--tw-danger);
}

.btn-outline.btn-danger:hover, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:active, .btn-outline.btn-danger.active {
  color: var(--tw-danger-inverse);
  background-color: var(--tw-danger);
  border-color: var(--tw-danger);
  box-shadow: none;
}

.btn-outline.btn-danger:hover i, .btn-outline.btn-danger:focus i, .btn-outline.btn-danger:active i, .btn-outline.btn-danger.active i {
  color: var(--tw-danger-inverse);
}

.btn-clear.btn-danger {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-danger);
}

.btn-clear.btn-danger:hover, .btn-clear.btn-danger:focus, .btn-clear.btn-danger:active, .btn-clear.btn-danger.active {
  color: var(--tw-danger-inverse);
  background-color: var(--tw-danger);
  border-color: var(--tw-danger);
  box-shadow: none;
}

.btn-clear.btn-danger:hover i, .btn-clear.btn-danger:focus i, .btn-clear.btn-danger:active i, .btn-clear.btn-danger.active i {
  color: var(--tw-danger-inverse);
}

.btn-subtle.btn-danger {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-danger);
}

.btn-subtle.btn-danger i {
  color: var(--tw-danger);
}

.btn-subtle.btn-danger:hover, .btn-subtle.btn-danger:focus, .btn-subtle.btn-danger:active, .btn-subtle.btn-danger.active {
  color: var(--tw-danger);
  background-color: var(--tw-danger-light);
  border-color: var(--tw-danger-light);
  box-shadow: none;
}

.btn-subtle.btn-danger:hover i, .btn-subtle.btn-danger:focus i, .btn-subtle.btn-danger:active i, .btn-subtle.btn-danger.active i {
  color: var(--tw-danger);
}

.btn-warning {
  color: #fff;
  background-color: var(--tw-warning);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background-color: var(--tw-warning-active);
  box-shadow: var(--tw-warning-box-shadow);
}

.btn-outline.btn-warning {
  color: var(--tw-warning);
  background-color: var(--tw-warning-light);
  border-color: var(--tw-warning-clarity);
}

.btn-outline.btn-warning i {
  color: var(--tw-warning);
}

.btn-outline.btn-warning:hover, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:active, .btn-outline.btn-warning.active {
  color: var(--tw-warning-inverse);
  background-color: var(--tw-warning);
  border-color: var(--tw-warning);
  box-shadow: none;
}

.btn-outline.btn-warning:hover i, .btn-outline.btn-warning:focus i, .btn-outline.btn-warning:active i, .btn-outline.btn-warning.active i {
  color: var(--tw-warning-inverse);
}

.btn-clear.btn-warning {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-warning);
}

.btn-clear.btn-warning:hover, .btn-clear.btn-warning:focus, .btn-clear.btn-warning:active, .btn-clear.btn-warning.active {
  color: var(--tw-warning-inverse);
  background-color: var(--tw-warning);
  border-color: var(--tw-warning);
  box-shadow: none;
}

.btn-clear.btn-warning:hover i, .btn-clear.btn-warning:focus i, .btn-clear.btn-warning:active i, .btn-clear.btn-warning.active i {
  color: var(--tw-warning-inverse);
}

.btn-subtle.btn-warning {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-warning);
}

.btn-subtle.btn-warning i {
  color: var(--tw-warning);
}

.btn-subtle.btn-warning:hover, .btn-subtle.btn-warning:focus, .btn-subtle.btn-warning:active, .btn-subtle.btn-warning.active {
  color: var(--tw-warning);
  background-color: var(--tw-warning-light);
  border-color: var(--tw-warning-light);
  box-shadow: none;
}

.btn-subtle.btn-warning:hover i, .btn-subtle.btn-warning:focus i, .btn-subtle.btn-warning:active i, .btn-subtle.btn-warning.active i {
  color: var(--tw-warning);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: var(--tw-info-active);
  box-shadow: var(--tw-info-box-shadow);
}

.btn-outline.btn-info:hover, .btn-outline.btn-info:focus, .btn-outline.btn-info:active, .btn-outline.btn-info.active {
  color: var(--tw-info-inverse);
  background-color: var(--tw-info);
  border-color: var(--tw-info);
  box-shadow: none;
}

.btn-outline.btn-info:hover i, .btn-outline.btn-info:focus i, .btn-outline.btn-info:active i, .btn-outline.btn-info.active i {
  color: var(--tw-info-inverse);
}

.btn-clear.btn-info {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-info);
}

.btn-clear.btn-info:hover, .btn-clear.btn-info:focus, .btn-clear.btn-info:active, .btn-clear.btn-info.active {
  color: var(--tw-info-inverse);
  background-color: var(--tw-info);
  border-color: var(--tw-info);
  box-shadow: none;
}

.btn-clear.btn-info:hover i, .btn-clear.btn-info:focus i, .btn-clear.btn-info:active i, .btn-clear.btn-info.active i {
  color: var(--tw-info-inverse);
}

.btn-subtle.btn-info:hover, .btn-subtle.btn-info:focus, .btn-subtle.btn-info:active, .btn-subtle.btn-info.active {
  color: var(--tw-info);
  background-color: var(--tw-info-light);
  border-color: var(--tw-info-light);
  box-shadow: none;
}

.btn-subtle.btn-info:hover i, .btn-subtle.btn-info:focus i, .btn-subtle.btn-info:active i, .btn-subtle.btn-info.active i {
  color: var(--tw-info);
}

.btn-dark {
  color: #fff;
  background-color: var(--tw-dark);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background-color: var(--tw-dark-active);
  box-shadow: var(--tw-dark-box-shadow);
}

.btn-outline.btn-dark {
  color: var(--tw-dark);
  background-color: var(--tw-dark-light);
  border-color: var(--tw-dark-clarity);
}

.btn-outline.btn-dark i {
  color: var(--tw-dark);
}

.btn-outline.btn-dark:hover, .btn-outline.btn-dark:focus, .btn-outline.btn-dark:active, .btn-outline.btn-dark.active {
  color: var(--tw-dark-inverse);
  background-color: var(--tw-dark);
  border-color: var(--tw-dark);
  box-shadow: none;
}

.btn-outline.btn-dark:hover i, .btn-outline.btn-dark:focus i, .btn-outline.btn-dark:active i, .btn-outline.btn-dark.active i {
  color: var(--tw-dark-inverse);
}

.btn-clear.btn-dark {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-dark);
}

.btn-clear.btn-dark:hover, .btn-clear.btn-dark:focus, .btn-clear.btn-dark:active, .btn-clear.btn-dark.active {
  color: var(--tw-dark-inverse);
  background-color: var(--tw-dark);
  border-color: var(--tw-dark);
  box-shadow: none;
}

.btn-clear.btn-dark:hover i, .btn-clear.btn-dark:focus i, .btn-clear.btn-dark:active i, .btn-clear.btn-dark.active i {
  color: var(--tw-dark-inverse);
}

.btn-subtle.btn-dark {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-dark);
}

.btn-subtle.btn-dark i {
  color: var(--tw-dark);
}

.btn-subtle.btn-dark:hover, .btn-subtle.btn-dark:focus, .btn-subtle.btn-dark:active, .btn-subtle.btn-dark.active {
  color: var(--tw-dark);
  background-color: var(--tw-dark-light);
  border-color: var(--tw-dark-light);
  box-shadow: none;
}

.btn-subtle.btn-dark:hover i, .btn-subtle.btn-dark:focus i, .btn-subtle.btn-dark:active i, .btn-subtle.btn-dark.active i {
  color: var(--tw-dark);
}

.btn-light {
  color: var(--tw-gray-700);
  border-color: var(--tw-gray-300);
  background-color: var(--tw-light);
}

.btn-light i {
  color: var(--tw-gray-500);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  border-color: var(--tw-gray-300);
  background-color: var(--tw-light-active);
  box-shadow: var(--tw-default-box-shadow);
  color: var(--tw-gray-800);
}

.btn-light:hover i, .btn-light:focus i, .btn-light:active i, .btn-light.active i {
  color: var(--tw-gray-600);
}

.btn-light[disabled], .btn-light.disabled {
  opacity: 1;
  color: var(--tw-gray-500);
  border-color: var(--tw-gray-200);
  background-color: var(--tw-light);
}

.btn-light[disabled] i, .btn-light.disabled i {
  color: var(--tw-gray-400);
}

.btn-light.btn-clear {
  border-color: transparent;
  background-color: transparent;
  color: var(--tw-gray-700);
}

.btn-light.btn-clear i {
  color: var(--tw-gray-600);
}

.btn-light.btn-clear:hover, .btn-light.btn-clear:focus, .btn-light.btn-clear:active, .btn-light.btn-clear.active {
  background-color: var(--tw-gray-200);
  border-color: transparent;
  box-shadow: none;
  color: var(--tw-gray-800);
}

.btn-light.btn-clear:hover i, .btn-light.btn-clear:focus i, .btn-light.btn-clear:active i, .btn-light.btn-clear.active i {
  color: var(--tw-gray-700);
}

.btn-light.btn-clear[disabled], .btn-light.btn-clear.disabled {
  opacity: 1;
  color: var(--tw-gray-500);
  border-color: transparent;
  background-color: transparent;
}

.btn-light.btn-clear[disabled] i, .btn-light.btn-clear.disabled i {
  color: var(--tw-gray-400);
}

.btn-secondary {
  color: var(--tw-gray-700);
  border-color: var(--tw-gray-200);
  background-color: var(--tw-secondary);
}

.btn-secondary i {
  color: var(--tw-gray-500);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  border-color: var(--tw-gray-300);
  background-color: var(--tw-secondary-active);
  box-shadow: var(--tw-default-box-shadow);
  color: var(--tw-gray-800);
}

.btn-secondary:hover i, .btn-secondary:focus i, .btn-secondary:active i, .btn-secondary.active i {
  color: var(--tw-gray-600);
}

.btn-secondary[disabled], .btn-secondary.disabled {
  opacity: 1;
  color: var(--tw-gray-500);
  border-color: var(--tw-gray-200);
  background-color: var(--tw-light);
}

.btn-secondary[disabled] i, .btn-secondary.disabled i {
  color: var(--tw-gray-400);
}

.btn-group .btn + .btn {
  border-top-inline-start-radius: 0;
  border-bottom-inline-start-radius: 0;
  border-inline-start: 0;
}

.btn-group .btn:has(+ .btn) {
  border-top-inline-end-radius: 0;
  border-bottom-inline-end-radius: 0;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid var(--tw-gray-200);
}

.tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--tw-gray-700);
}

.tab i {
  font-size: 0.9375rem;
  color: var(--tw-gray-600);
}

.tab {
  font-weight: 500;
  padding: 1rem 0;
  border-bottom: 2px solid transparent;
}

.tab.active, .tab:hover, .tab:focus {
  color: var(--tw-primary);
}

.tab.active i, .tab:hover i, .tab:focus i {
  color: var(--tw-primary);
}

.tab.active {
  border-bottom-color: var(--tw-primary);
}

.pagination {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.pagination .btn {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 0.8125rem;
  padding: 0;
  line-height: 0;
  color: var(--tw-gray-600);
}

.pagination .btn i {
  font-size: 1rem;
  color: var(--tw-gray-700);
}

.pagination .btn:hover, .pagination .btn:focus, .pagination .btn:active, .pagination .btn.active {
  background-color: var(--tw-gray-200);
  color: var(--tw-gray-800);
}

.pagination .btn:hover i, .pagination .btn:focus i, .pagination .btn:active i, .pagination .btn.active i {
  color: var(--tw-gray-900);
}

.pagination .btn[disabled], .pagination .btn.disabled {
  opacity: 1;
  pointer-events: none;
  color: var(--tw-gray-500);
}

.pagination .btn[disabled] i, .pagination .btn.disabled i {
  color: var(--tw-gray-400);
}

.pagination.pagination-sm {
  gap: 0.175rem;
}

.pagination.pagination-sm .btn {
  height: 1.575rem;
  width: 1.575rem;
  font-size: 0.75rem;
}

.pagination.pagination-sm .btn i {
  font-size: 0.875rem;
}

.pagination.pagination-lg {
  gap: 0.35rem;
}

.pagination.pagination-lg .btn {
  height: 2.275rem;
  width: 2.275rem;
  font-size: 0.875rem;
}

.pagination.pagination-lg .btn i {
  font-size: 1.25rem;
}

.card {
  display: flex;
  flex-direction: column;
  box-shadow: var(--tw-card-box-shadow);
  background-color: var(--tw-card-background-color);
  border-radius: 0.75rem;
  border: var(--tw-card-border);
}

.card-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--tw-gray-900);
}

.card-header {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--tw-card-border);
  padding-inline-start: 1.875rem;
  padding-inline-end: 1.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.card-body {
  flex-grow: 1;
  padding-inline-start: 1.875rem;
  padding-inline-end: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-table table th:first-child, .card-table table td:first-child {
  padding-inline-start: 1.875rem;
}

.card-table table th:last-child, .card-table table td:last-child {
  padding-inline-end: 1.875rem;
}

.card-table table.table-border {
  border: 0;
}

.table th:first-child {
  border-start-start-radius: 0.75rem;
}

.table th:last-child {
  border-start-end-radius: 0.75rem;
}

.card-header + .card-body table th:first-child, .card-header + .card-body table th:last-child, .card-header + .card-table table th:first-child, .card-header + .card-table table th:last-child {
  border-radius: 0;
}

.card-grid .card-header, .card-grid .card-footer {
  padding-inline-start: 1.25rem;
  padding-inline-end: 1.25rem;
}

.card-grid .card-body {
  padding: 0;
}

.card-grid .card-body .table {
  border: 0;
}

.card-grid .card-body .table th:first-child, .card-grid .card-body .table td:first-child {
  padding-inline-start: 1.25rem;
}

.card-grid .card-body .table th:first-child.table-cell-center, .card-grid .card-body .table td:first-child.table-cell-center {
  padding-inline-end: 1.25rem;
}

.card-grid .card-body .table th:last-child, .card-grid .card-body .table td:last-child {
  padding-inline-end: 1.25rem;
}

.card-grid .card-body .table th:last-child.table-cell-center, .card-grid .card-body .table td:last-child.table-cell-center {
  padding-inline-start: 1.25rem;
}

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

.card-rounded.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: left;
  color: var(--tw-gray-700);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table th input[type="checkbox"], .table td input[type="checkbox"] {
  vertical-align: inherit;
}

.table thead td, .table thead th, .table tfoot td, .table tfoot th {
  background-color: var(--tw-table-head-background-color);
  color: var(--tw-gray-600);
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  vertical-align: middle;
}

.table thead td, .table thead th {
  border-bottom: var(--tw-table-border);
}

.table tfoot td, .table tfoot th {
  border-top: var(--tw-table-border);
}

.table tbody {
  vertical-align: inherit;
}

.table tbody tr td, .table tbody tr th {
  border-bottom: var(--tw-table-border);
}

.table tbody tr:last-child td, .table tbody tr:last-child th {
  border-bottom: 0;
}

[dir=rtl] .table {
  text-align: right;
}

.table thead td, .table thead th, .table tfoot td, .table tfoot th {
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.table tbody tr td, .table tbody tr th {
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.table-border {
  border: var(--tw-table-border);
}

.table-border td, .table-border th {
  border-inline-end: var(--tw-table-border);
}

.table-border td:last-child, .table-border th:last-child {
  border-inline-end: 0;
}

.sort {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  line-height: 1;
}

.sort-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0.875rem;
  width: 0.875rem;
  gap: 0.125rem;
  line-height: 1;
}

.sort-icon:before {
  display: inline-block;
  content: "";
  height: 0.25rem;
  width: 0.438rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M1.08333 4.83333C0.908333 4.83333 0.791667 4.775 0.675 4.65833C0.441667 4.425 0.441667 4.075 0.675 3.84167L3.59167 0.925C3.825 0.691667 4.175 0.691667 4.40833 0.925L7.325 3.84167C7.55833 4.075 7.55833 4.425 7.325 4.65833C7.09167 4.89167 6.74167 4.89167 6.50833 4.65833L4 2.15L1.49167 4.65833C1.375 4.775 1.25833 4.83333 1.08333 4.83333Z' fill='%2378829D'/%3e%3c/svg%3e");
}

.sort-icon:after {
  display: inline-block;
  content: "";
  height: 0.25rem;
  width: 0.438rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M4 4.24984C3.825 4.24984 3.70833 4.1915 3.59167 4.07484L0.675 1.15817C0.441667 0.924838 0.441667 0.574837 0.675 0.341504C0.908333 0.108171 1.25833 0.108171 1.49167 0.341504L4 2.84984L6.50833 0.341504C6.74167 0.108171 7.09167 0.108171 7.325 0.341504C7.55833 0.574837 7.55833 0.924838 7.325 1.15817L4.40833 4.07484C4.29167 4.1915 4.175 4.24984 4 4.24984Z' fill='%2378829D'/%3e%3c/svg%3e");
}

.asc > .sort-icon:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M1.08333 4.83333C0.908333 4.83333 0.791667 4.775 0.675 4.65833C0.441667 4.425 0.441667 4.075 0.675 3.84167L3.59167 0.925C3.825 0.691667 4.175 0.691667 4.40833 0.925L7.325 3.84167C7.55833 4.075 7.55833 4.425 7.325 4.65833C7.09167 4.89167 6.74167 4.89167 6.50833 4.65833L4 2.15L1.49167 4.65833C1.375 4.775 1.25833 4.83333 1.08333 4.83333Z' fill='%234B5675'/%3e%3c/svg%3e");
}

.asc > .sort-icon:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M4 4.24984C3.825 4.24984 3.70833 4.1915 3.59167 4.07484L0.675 1.15817C0.441667 0.924838 0.441667 0.574837 0.675 0.341504C0.908333 0.108171 1.25833 0.108171 1.49167 0.341504L4 2.84984L6.50833 0.341504C6.74167 0.108171 7.09167 0.108171 7.325 0.341504C7.55833 0.574837 7.55833 0.924838 7.325 1.15817L4.40833 4.07484C4.29167 4.1915 4.175 4.24984 4 4.24984Z' fill='%23C4CADA'/%3e%3c/svg%3e");
}

.desc > .sort-icon:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M1.08333 4.83333C0.908333 4.83333 0.791667 4.775 0.675 4.65833C0.441667 4.425 0.441667 4.075 0.675 3.84167L3.59167 0.925C3.825 0.691667 4.175 0.691667 4.40833 0.925L7.325 3.84167C7.55833 4.075 7.55833 4.425 7.325 4.65833C7.09167 4.89167 6.74167 4.89167 6.50833 4.65833L4 2.15L1.49167 4.65833C1.375 4.775 1.25833 4.83333 1.08333 4.83333Z' fill='%23C4CADA'/%3e%3c/svg%3e");
}

.desc > .sort-icon:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3e%3cpath d='M4 4.24984C3.825 4.24984 3.70833 4.1915 3.59167 4.07484L0.675 1.15817C0.441667 0.924838 0.441667 0.574837 0.675 0.341504C0.908333 0.108171 1.25833 0.108171 1.49167 0.341504L4 2.84984L6.50833 0.341504C6.74167 0.108171 7.09167 0.108171 7.325 0.341504C7.55833 0.574837 7.55833 0.924838 7.325 1.15817L4.40833 4.07484C4.29167 4.1915 4.175 4.24984 4 4.24984Z' fill='%234B5675'/%3e%3c/svg%3e");
}

.sort-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 0.6875rem;
}

.badge.badge-pill {
  border-radius: 1.875rem;
  padding-inline-start: 0.625rem;
  padding-inline-end: 0.625rem;
}

.badge-dot {
  padding: 0;
  border-radius: 50%;
}

.badge-circle {
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 0;
}

.badge-xs {
  font-size: 0.625rem;
  padding: 0.1875rem 0.3125rem;
}

.badge-xs.badge-pill {
  padding-inline-start: 0.25rem;
  padding-inline-end: 0.25rem;
}

.badge-sm {
  padding: 0.3125rem 0.375rem;
}

.badge-sm.badge-pill {
  padding-inline-start: 0.375rem;
  padding-inline-end: 0.375rem;
}

.badge-lg {
  padding: 0.5625rem 0.6875rem;
  font-size: 0.8125rem;
}

.badge-lg.badge-pill {
  padding-inline-start: 0.6875rem;
  padding-inline-end: 0.6875rem;
}

.badge {
  color: var(--tw-gray-700);
  border-color: transparent;
  background-color: var(--tw-gray-200);
}

.badge-outline {
  color: var(--tw-gray-600);
  border-color: var(--tw-gray-300);
  background-color: var(--tw-gray-100);
}

.badge-primary {
  color: #fff;
  background-color: var(--tw-primary);
}

.badge-outline.badge-primary {
  color: var(--tw-primary);
  background-color: var(--tw-primary-light);
  border-color: var(--tw-primary-clarity);
}

.badge-success {
  color: #fff;
  background-color: var(--tw-success);
}

.badge-outline.badge-success {
  color: var(--tw-success);
  background-color: var(--tw-success-light);
  border-color: var(--tw-success-clarity);
}

.badge-danger {
  color: #fff;
  background-color: var(--tw-danger);
}

.badge-outline.badge-danger {
  color: var(--tw-danger);
  background-color: var(--tw-danger-light);
  border-color: var(--tw-danger-clarity);
}

.badge-warning {
  color: #fff;
  background-color: var(--tw-warning);
}

.badge-outline.badge-warning {
  color: var(--tw-warning);
  background-color: var(--tw-warning-light);
  border-color: var(--tw-warning-clarity);
}

.badge-outline.badge-info {
  color: var(--tw-info);
  background-color: var(--tw-info-light);
  border-color: var(--tw-info-clarity);
}

.badge-dark {
  color: #fff;
  background-color: var(--tw-dark);
}

.badge-outline.badge-dark {
  color: var(--tw-dark);
  background-color: var(--tw-dark-light);
  border-color: var(--tw-dark-clarity);
}

.rating:hover label.rating-label .rating-on, label.rating-label .rating-on, label.rating-label.checked .rating-on, div.rating-label.checked .rating-on {
  display: inline-flex;
}

.rating:hover label.rating-label .rating-off, label.rating-label .rating-off, label.rating-label.checked .rating-off, div.rating-label.checked .rating-off {
  display: none;
}

.rating-label.indeterminate {
  position: relative;
}

.rating-label.indeterminate .rating-on {
  display: inline-flex;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  inset-inline-start: 0;
}

.rating-label.indeterminate .rating-off {
  display: inline-flex;
}

.scrollable, .scrollable-y, .scrollable-x, .scrollable-hover, .scrollable-y-hover, .scrollable-x-hover, .scrollable-auto, .scrollable-y-auto, .scrollable-x-auto {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  position: relative;
}

.scrollable::-webkit-scrollbar, .scrollable-y::-webkit-scrollbar, .scrollable-x::-webkit-scrollbar, .scrollable-hover::-webkit-scrollbar, .scrollable-y-hover::-webkit-scrollbar, .scrollable-x-hover::-webkit-scrollbar, .scrollable-auto::-webkit-scrollbar, .scrollable-y-auto::-webkit-scrollbar, .scrollable-x-auto::-webkit-scrollbar {
  width: 0.35rem;
  height: 0.35rem;
}

.scrollable::-webkit-scrollbar-track, .scrollable-y::-webkit-scrollbar-track, .scrollable-x::-webkit-scrollbar-track, .scrollable-hover::-webkit-scrollbar-track, .scrollable-y-hover::-webkit-scrollbar-track, .scrollable-x-hover::-webkit-scrollbar-track, .scrollable-auto::-webkit-scrollbar-track, .scrollable-y-auto::-webkit-scrollbar-track, .scrollable-x-auto::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollable::-webkit-scrollbar-thumb, .scrollable-y::-webkit-scrollbar-thumb, .scrollable-x::-webkit-scrollbar-thumb, .scrollable-hover::-webkit-scrollbar-thumb, .scrollable-y-hover::-webkit-scrollbar-thumb, .scrollable-x-hover::-webkit-scrollbar-thumb, .scrollable-auto::-webkit-scrollbar-thumb, .scrollable-y-auto::-webkit-scrollbar-thumb, .scrollable-x-auto::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
}

.scrollable::-webkit-scrollbar-corner, .scrollable-y::-webkit-scrollbar-corner, .scrollable-x::-webkit-scrollbar-corner, .scrollable-hover::-webkit-scrollbar-corner, .scrollable-y-hover::-webkit-scrollbar-corner, .scrollable-x-hover::-webkit-scrollbar-corner, .scrollable-auto::-webkit-scrollbar-corner, .scrollable-y-auto::-webkit-scrollbar-corner, .scrollable-x-auto::-webkit-scrollbar-corner {
  background-color: transparent;
}

.scrollable, .scrollable-hover {
  overflow: scroll;
}

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

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

.scrollable, .scrollable-y, .scrollable-x, .scrollable-auto, .scrollable-y-auto, .scrollable-x-auto, .scrollable-hover:hover, .scrollable-y-hover:hover, .scrollable-x-hover:hover {
  scrollbar-color: var(--tw-scrollbar-thumb-color, var(--tw-gray-200)) transparent;
}

.scrollable::-webkit-scrollbar-thumb, .scrollable-y::-webkit-scrollbar-thumb, .scrollable-x::-webkit-scrollbar-thumb, .scrollable-auto::-webkit-scrollbar-thumb, .scrollable-y-auto::-webkit-scrollbar-thumb, .scrollable-x-auto::-webkit-scrollbar-thumb, .scrollable-hover:hover::-webkit-scrollbar-thumb, .scrollable-y-hover:hover::-webkit-scrollbar-thumb, .scrollable-x-hover:hover::-webkit-scrollbar-thumb {
  background-color: var(--tw-scrollbar-thumb-color, var(--tw-gray-200));
}

.scrollable::-webkit-scrollbar-corner, .scrollable-y::-webkit-scrollbar-corner, .scrollable-x::-webkit-scrollbar-corner, .scrollable-auto::-webkit-scrollbar-corner, .scrollable-y-auto::-webkit-scrollbar-corner, .scrollable-x-auto::-webkit-scrollbar-corner, .scrollable-hover:hover::-webkit-scrollbar-corner, .scrollable-y-hover:hover::-webkit-scrollbar-corner, .scrollable-x-hover:hover::-webkit-scrollbar-corner {
  background-color: transparent;
}

@media (max-width: 1024px) {
  .scrollable, .scrollable-hover {
    overflow: auto;
  }

  .scrollable-y, .scrollable-y-hover {
    overflow-y: auto;
  }

  .scrollable-x, .scrollable-x-hover {
    overflow-x: auto;
  }
}

.progress {
  width: 100%;
  display: flex;
  min-height: 4px;
  overflow: hidden;
  background-color: var(--tw-gray-100);
  border-radius: 0.5rem;
}

.apexcharts-text, .apexcharts-title-text, .apexcharts-legend-text {
  font-family: inherit !important;
}

.apexcharts-title-text {
  font-weight: 400;
}

.apexcharts-pie-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.apexcharts-toolbar {
  text-align: start !important;
}

.apexcharts-menu {
  border: 1px solid var(--tw-gray-200) !important;
  box-shadow: var(--tw-default-box-shadow) !important;
  background-color: var(--tw-light) !important;
  border-radius: 0.625rem !important;
  padding: 0.5rem 0 !important;
  overflow: hidden;
  min-width: 10rem !important;
}

.apexcharts-menu .apexcharts-menu-item {
  padding: 0.5rem 0.5rem !important;
}

.apexcharts-menu .apexcharts-menu-item:hover {
  background-color: var(--tw-gray-100) !important;
}

.apexcharts-tooltip {
  border: 1px solid var(--tw-gray-200) !important;
  box-shadow: var(--tw-default-box-shadow) !important;
  background-color: var(--tw-light) !important;
  border-radius: 0.625rem !important;
  color: var(--tw-gray-700) !important;
}

.apexcharts-tooltip .apexcharts-tooltip-title {
  padding: 0.25rem 0.5rem !important;
  background-color: transparent !important;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: var(--tw-gray-800);
  border-bottom: 1px solid var(--tw-gray-200) !important;
}

.apexcharts-xaxistooltip {
  border: 1px solid var(--tw-gray-200) !important;
  box-shadow: var(--tw-default-box-shadow);
  background-color: var(--tw-light) !important;
  border-radius: 0.625rem;
  color: var(--tw-gray-900);
}

.apexcharts-xaxistooltip:before {
  border-bottom: 0 !important;
}

.apexcharts-legend {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.apexcharts-legend .apexcharts-legend-series {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}

.apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--tw-gray-500);
}

.apexcharts-card-rounded .apexcharts-canvas svg {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

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

.apexcharts-rounded .apexcharts-canvas svg {
  border-radius: 0.25rem;
}

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

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

.leaflet-container .leaflet-pane, .leaflet-container .leaflet-top, .leaflet-container .leaflet-bottom, .leaflet-container .leaflet-control {
  z-index: 1 !important;
}

.leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 0.75rem;
  text-align: center;
  background-color: var(--tw-dropdown-background-color);
}

.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-family: inherit;
  font-size: 0.8125rem;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.bottom-0\.75 {
  bottom: 0.1875rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-1\.25 {
  bottom: 0.3rem;
}

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

.bottom-1\.75 {
  bottom: 0.4375rem;
}

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-12\.5 {
  bottom: 3.125rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-2\.25 {
  bottom: 0.563rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-2\.75 {
  bottom: 0.688rem;
}

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

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-4\.5 {
  bottom: 1.125rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-5\.5 {
  bottom: 1.375rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-6\.5 {
  bottom: 1.625rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-7\.5 {
  bottom: 1.875rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

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

.left-0\.75 {
  left: 0.1875rem;
}

.left-1 {
  left: 0.25rem;
}

.left-1\.25 {
  left: 0.3rem;
}

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

.left-1\.75 {
  left: 0.4375rem;
}

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

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

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

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-12\.5 {
  left: 3.125rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.25 {
  left: 0.563rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-2\.75 {
  left: 0.688rem;
}

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

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

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

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

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-4 {
  left: 1rem;
}

.left-4\.5 {
  left: 1.125rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-5 {
  left: 1.25rem;
}

.left-5\.5 {
  left: 1.375rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-6 {
  left: 1.5rem;
}

.left-6\.5 {
  left: 1.625rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-7 {
  left: 1.75rem;
}

.left-7\.5 {
  left: 1.875rem;
}

.left-72 {
  left: 18rem;
}

.left-8 {
  left: 2rem;
}

.left-80 {
  left: 20rem;
}

.left-9 {
  left: 2.25rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.left-px {
  left: 1px;
}

.right-0 {
  right: 0px;
}

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

.right-0\.75 {
  right: 0.1875rem;
}

.right-1 {
  right: 0.25rem;
}

.right-1\.25 {
  right: 0.3rem;
}

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

.right-1\.75 {
  right: 0.4375rem;
}

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

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

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

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-12\.5 {
  right: 3.125rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.25 {
  right: 0.563rem;
}

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

.right-2\.75 {
  right: 0.688rem;
}

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

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

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

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

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-4 {
  right: 1rem;
}

.right-4\.5 {
  right: 1.125rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-5 {
  right: 1.25rem;
}

.right-5\.5 {
  right: 1.375rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-6 {
  right: 1.5rem;
}

.right-6\.5 {
  right: 1.625rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-7 {
  right: 1.75rem;
}

.right-7\.5 {
  right: 1.875rem;
}

.right-72 {
  right: 18rem;
}

.right-8 {
  right: 2rem;
}

.right-80 {
  right: 20rem;
}

.right-9 {
  right: 2.25rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.right-px {
  right: 1px;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-0\.75 {
  top: 0.1875rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.25 {
  top: 0.3rem;
}

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

.top-1\.75 {
  top: 0.4375rem;
}

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

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

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-12\.5 {
  top: 3.125rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.25 {
  top: 0.563rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-2\.75 {
  top: 0.688rem;
}

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

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

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-4\.5 {
  top: 1.125rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-5\.5 {
  top: 1.375rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-6\.5 {
  top: 1.625rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-7 {
  top: 1.75rem;
}

.top-7\.5 {
  top: 1.875rem;
}

.top-72 {
  top: 18rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-9 {
  top: 2.25rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.top-px {
  top: 1px;
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.me-10 {
  margin-inline-end: 2.5rem;
}

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

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-6 {
  margin-inline-end: 1.5rem;
}

.me-7 {
  margin-inline-end: 1.75rem;
}

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

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

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

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-10 {
  margin-inline-start: 2.5rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.h-0 {
  height: 0px;
}

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

.h-0\.75 {
  height: 0.1875rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.25 {
  height: 0.3rem;
}

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

.h-1\.75 {
  height: 0.4375rem;
}

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

.h-1\/3 {
  height: 33.333333%;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/5 {
  height: 20%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-12\.5 {
  height: 3.125rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.25 {
  height: 0.563rem;
}

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

.h-2\.75 {
  height: 0.688rem;
}

.h-2\/3 {
  height: 66.666667%;
}

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

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

.h-2\/6 {
  height: 33.333333%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

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

.h-3\/4 {
  height: 75%;
}

.h-3\/5 {
  height: 60%;
}

.h-3\/6 {
  height: 50%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-4\/5 {
  height: 80%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\.5 {
  height: 1.375rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-6\.5 {
  height: 1.625rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-7\.5 {
  height: 1.875rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

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

.h-full {
  height: 100%;
}

.h-lvh {
  height: 100lvh;
}

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

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

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.h-svh {
  height: 100svh;
}

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

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

.max-h-0\.75 {
  max-height: 0.1875rem;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-1\.25 {
  max-height: 0.3rem;
}

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

.max-h-1\.75 {
  max-height: 0.4375rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-12\.5 {
  max-height: 3.125rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

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

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-2\.25 {
  max-height: 0.563rem;
}

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

.max-h-2\.75 {
  max-height: 0.688rem;
}

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

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

.max-h-28 {
  max-height: 7rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

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

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

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

.max-h-4\.5 {
  max-height: 1.125rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-5\.5 {
  max-height: 1.375rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

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

.max-h-6\.5 {
  max-height: 1.625rem;
}

.max-h-60 {
  max-height: 15rem;
}

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

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-7\.5 {
  max-height: 1.875rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-8 {
  max-height: 2rem;
}

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

.max-h-9 {
  max-height: 2.25rem;
}

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

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

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

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

.max-h-dvh {
  max-height: 100dvh;
}

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

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

.max-h-lvh {
  max-height: 100lvh;
}

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

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

.max-h-none {
  max-height: none;
}

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

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

.max-h-svh {
  max-height: 100svh;
}

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

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

.min-h-0\.75 {
  min-height: 0.1875rem;
}

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-1\.25 {
  min-height: 0.3rem;
}

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

.min-h-1\.75 {
  min-height: 0.4375rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-12\.5 {
  min-height: 3.125rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-2\.25 {
  min-height: 0.563rem;
}

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

.min-h-2\.75 {
  min-height: 0.688rem;
}

.min-h-20 {
  min-height: 5rem;
}

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

.min-h-28 {
  min-height: 7rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

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

.min-h-32 {
  min-height: 8rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-4\.5 {
  min-height: 1.125rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-5\.5 {
  min-height: 1.375rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-6\.5 {
  min-height: 1.625rem;
}

.min-h-60 {
  min-height: 15rem;
}

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

.min-h-7 {
  min-height: 1.75rem;
}

.min-h-7\.5 {
  min-height: 1.875rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-8 {
  min-height: 2rem;
}

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

.min-h-9 {
  min-height: 2.25rem;
}

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

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

.min-h-dvh {
  min-height: 100dvh;
}

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

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

.min-h-lvh {
  min-height: 100lvh;
}

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

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

.min-h-px {
  min-height: 1px;
}

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

.min-h-svh {
  min-height: 100svh;
}

.w-0 {
  width: 0px;
}

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

.w-0\.75 {
  width: 0.1875rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.25 {
  width: 0.3rem;
}

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

.w-1\.75 {
  width: 0.4375rem;
}

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

.w-11 {
  width: 2.75rem;
}

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

.w-12 {
  width: 3rem;
}

.w-12\.5 {
  width: 3.125rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.25 {
  width: 0.563rem;
}

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

.w-2\.75 {
  width: 0.688rem;
}

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

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

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

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

.w-3\/5 {
  width: 60%;
}

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\.5 {
  width: 1.125rem;
}

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

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

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\.5 {
  width: 1.375rem;
}

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

.w-5\/6 {
  width: 83.333333%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\.5 {
  width: 1.625rem;
}

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

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\.5 {
  width: 1.875rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-\[--tw-sidebar-width\] {
  width: var(--tw-sidebar-width);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-dvw {
  width: 100dvw;
}

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

.w-full {
  width: 100%;
}

.w-lvw {
  width: 100lvw;
}

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

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

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.w-svw {
  width: 100svw;
}

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

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

.min-w-0\.75 {
  min-width: 0.1875rem;
}

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-1\.25 {
  min-width: 0.3rem;
}

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

.min-w-1\.75 {
  min-width: 0.4375rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-11 {
  min-width: 2.75rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-12\.5 {
  min-width: 3.125rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-2\.25 {
  min-width: 0.563rem;
}

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

.min-w-2\.75 {
  min-width: 0.688rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

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

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-4\.5 {
  min-width: 1.125rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-5\.5 {
  min-width: 1.375rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-6\.5 {
  min-width: 1.625rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-7 {
  min-width: 1.75rem;
}

.min-w-7\.5 {
  min-width: 1.875rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

.min-w-96 {
  min-width: 24rem;
}

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

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

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

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

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

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

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

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

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

.max-w-0\.75 {
  max-width: 0.1875rem;
}

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-1\.25 {
  max-width: 0.3rem;
}

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

.max-w-1\.75 {
  max-width: 0.4375rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-12\.5 {
  max-width: 3.125rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-2\.25 {
  max-width: 0.563rem;
}

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

.max-w-2\.75 {
  max-width: 0.688rem;
}

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

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

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

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

.max-w-3 {
  max-width: 0.75rem;
}

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

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

.max-w-36 {
  max-width: 9rem;
}

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

.max-w-4 {
  max-width: 1rem;
}

.max-w-4\.5 {
  max-width: 1.125rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-48 {
  max-width: 12rem;
}

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

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-5\.5 {
  max-width: 1.375rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-56 {
  max-width: 14rem;
}

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

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-6\.5 {
  max-width: 1.625rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-64 {
  max-width: 16rem;
}

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

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-7\.5 {
  max-width: 1.875rem;
}

.max-w-72 {
  max-width: 18rem;
}

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

.max-w-8 {
  max-width: 2rem;
}

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

.max-w-9 {
  max-width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-px {
  max-width: 1px;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

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

.max-w-xl {
  max-width: 36rem;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

.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 spin {
  to {
    transform: rotate(360deg);
  }
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-danger {
  border-color: var(--tw-danger);
}

.border-gray-200 {
  border-color: var(--tw-gray-200);
}

.border-gray-300 {
  border-color: var(--tw-gray-300);
}

.border-gray-400 {
  border-color: var(--tw-gray-400);
}

.border-gray-500 {
  border-color: var(--tw-gray-500);
}

.border-gray-600 {
  border-color: var(--tw-gray-600);
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

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

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

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

.border-success {
  border-color: var(--tw-success);
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[--tw-content-bg\] {
  background-color: var(--tw-content-bg);
}

.bg-\[--tw-page-bg\] {
  background-color: var(--tw-page-bg);
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}

.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}

.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}

.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}

.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}

.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}

.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}

.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}

.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}

.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}

.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}

.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}

.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}

.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}

.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}

.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}

.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}

.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}

.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}

.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}

.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}

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

.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}

.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}

.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}

.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}

.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}

.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}

.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}

.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}

.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}

.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}

.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}

.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}

.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}

.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}

.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}

.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}

.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}

.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}

.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}

.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}

.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}

.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}

.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}

.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}

.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}

.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}

.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}

.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}

.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}

.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}

.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}

.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}

.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}

.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}

.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}

.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}

.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}

.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}

.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}

.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}

.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}

.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}

.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}

.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}

.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}

.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}

.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}

.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}

.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}

.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}

.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}

.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}

.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}

.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}

.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}

.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}

.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}

.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}

.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}

.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}

.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}

.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}

.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}

.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}

.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}

.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}

.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}

.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}

.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}

.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}

.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}

.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}

.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}

.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}

.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}

.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}

.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}

.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}

.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}

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

.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}

.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}

.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}

.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}

.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}

.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}

.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}

.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}

.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}

.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}

.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}

.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}

.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}

.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}

.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}

.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}

.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}

.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}

.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}

.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}

.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}

.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}

.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}

.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}

.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}

.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}

.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}

.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}

.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}

.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}

.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}

.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}

.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}

.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}

.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}

.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}

.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}

.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}

.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}

.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}

.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}

.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}

.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}

.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}

.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}

.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}

.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}

.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}

.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}

.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}

.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}

.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}

.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}

.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}

.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}

.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}

.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}

.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}

.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}

.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}

.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}

.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}

.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}

.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}

.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}

.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}

.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}

.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}

.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}

.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}

.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}

.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}

.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}

.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}

.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}

.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}

.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}

.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}

.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}

.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}

.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}

.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}

.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}

.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}

.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}

.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}

.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / 0.15);
}

.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}

.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}

.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / 0.35);
}

.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}

.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45);
}

.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}

.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}

.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55);
}

.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}

.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65);
}

.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}

.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}

.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}

.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}

.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}

.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}

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

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

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

.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

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

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

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

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}

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

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

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

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

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

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}

.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}

.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}

.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}

.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}

.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}

.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}

.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}

.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15);
}

.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}

.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}

.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}

.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}

.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}

.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}

.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}

.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}

.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}

.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}

.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}

.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}

.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}

.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}

.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}

.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}

.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}

.bg-brand {
  background-color: var(--tw-brand);
}

.bg-brand-active {
  background-color: var(--tw-brand-active);
}

.bg-brand-clarity {
  background-color: var(--tw-brand-clarity);
}

.bg-brand-inverse {
  background-color: var(--tw-brand-inverse);
}

.bg-brand-light {
  background-color: var(--tw-brand-light);
}

.bg-coal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 28 / var(--tw-bg-opacity));
}

.bg-coal-100\/0 {
  background-color: rgb(21 23 28 / 0);
}

.bg-coal-100\/10 {
  background-color: rgb(21 23 28 / 0.1);
}

.bg-coal-100\/100 {
  background-color: rgb(21 23 28 / 1);
}

.bg-coal-100\/15 {
  background-color: rgb(21 23 28 / 0.15);
}

.bg-coal-100\/20 {
  background-color: rgb(21 23 28 / 0.2);
}

.bg-coal-100\/25 {
  background-color: rgb(21 23 28 / 0.25);
}

.bg-coal-100\/30 {
  background-color: rgb(21 23 28 / 0.3);
}

.bg-coal-100\/35 {
  background-color: rgb(21 23 28 / 0.35);
}

.bg-coal-100\/40 {
  background-color: rgb(21 23 28 / 0.4);
}

.bg-coal-100\/45 {
  background-color: rgb(21 23 28 / 0.45);
}

.bg-coal-100\/5 {
  background-color: rgb(21 23 28 / 0.05);
}

.bg-coal-100\/50 {
  background-color: rgb(21 23 28 / 0.5);
}

.bg-coal-100\/55 {
  background-color: rgb(21 23 28 / 0.55);
}

.bg-coal-100\/60 {
  background-color: rgb(21 23 28 / 0.6);
}

.bg-coal-100\/65 {
  background-color: rgb(21 23 28 / 0.65);
}

.bg-coal-100\/70 {
  background-color: rgb(21 23 28 / 0.7);
}

.bg-coal-100\/75 {
  background-color: rgb(21 23 28 / 0.75);
}

.bg-coal-100\/80 {
  background-color: rgb(21 23 28 / 0.8);
}

.bg-coal-100\/85 {
  background-color: rgb(21 23 28 / 0.85);
}

.bg-coal-100\/90 {
  background-color: rgb(21 23 28 / 0.9);
}

.bg-coal-100\/95 {
  background-color: rgb(21 23 28 / 0.95);
}

.bg-coal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 20 26 / var(--tw-bg-opacity));
}

.bg-coal-200\/0 {
  background-color: rgb(19 20 26 / 0);
}

.bg-coal-200\/10 {
  background-color: rgb(19 20 26 / 0.1);
}

.bg-coal-200\/100 {
  background-color: rgb(19 20 26 / 1);
}

.bg-coal-200\/15 {
  background-color: rgb(19 20 26 / 0.15);
}

.bg-coal-200\/20 {
  background-color: rgb(19 20 26 / 0.2);
}

.bg-coal-200\/25 {
  background-color: rgb(19 20 26 / 0.25);
}

.bg-coal-200\/30 {
  background-color: rgb(19 20 26 / 0.3);
}

.bg-coal-200\/35 {
  background-color: rgb(19 20 26 / 0.35);
}

.bg-coal-200\/40 {
  background-color: rgb(19 20 26 / 0.4);
}

.bg-coal-200\/45 {
  background-color: rgb(19 20 26 / 0.45);
}

.bg-coal-200\/5 {
  background-color: rgb(19 20 26 / 0.05);
}

.bg-coal-200\/50 {
  background-color: rgb(19 20 26 / 0.5);
}

.bg-coal-200\/55 {
  background-color: rgb(19 20 26 / 0.55);
}

.bg-coal-200\/60 {
  background-color: rgb(19 20 26 / 0.6);
}

.bg-coal-200\/65 {
  background-color: rgb(19 20 26 / 0.65);
}

.bg-coal-200\/70 {
  background-color: rgb(19 20 26 / 0.7);
}

.bg-coal-200\/75 {
  background-color: rgb(19 20 26 / 0.75);
}

.bg-coal-200\/80 {
  background-color: rgb(19 20 26 / 0.8);
}

.bg-coal-200\/85 {
  background-color: rgb(19 20 26 / 0.85);
}

.bg-coal-200\/90 {
  background-color: rgb(19 20 26 / 0.9);
}

.bg-coal-200\/95 {
  background-color: rgb(19 20 26 / 0.95);
}

.bg-coal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 23 / var(--tw-bg-opacity));
}

.bg-coal-300\/0 {
  background-color: rgb(17 18 23 / 0);
}

.bg-coal-300\/10 {
  background-color: rgb(17 18 23 / 0.1);
}

.bg-coal-300\/100 {
  background-color: rgb(17 18 23 / 1);
}

.bg-coal-300\/15 {
  background-color: rgb(17 18 23 / 0.15);
}

.bg-coal-300\/20 {
  background-color: rgb(17 18 23 / 0.2);
}

.bg-coal-300\/25 {
  background-color: rgb(17 18 23 / 0.25);
}

.bg-coal-300\/30 {
  background-color: rgb(17 18 23 / 0.3);
}

.bg-coal-300\/35 {
  background-color: rgb(17 18 23 / 0.35);
}

.bg-coal-300\/40 {
  background-color: rgb(17 18 23 / 0.4);
}

.bg-coal-300\/45 {
  background-color: rgb(17 18 23 / 0.45);
}

.bg-coal-300\/5 {
  background-color: rgb(17 18 23 / 0.05);
}

.bg-coal-300\/50 {
  background-color: rgb(17 18 23 / 0.5);
}

.bg-coal-300\/55 {
  background-color: rgb(17 18 23 / 0.55);
}

.bg-coal-300\/60 {
  background-color: rgb(17 18 23 / 0.6);
}

.bg-coal-300\/65 {
  background-color: rgb(17 18 23 / 0.65);
}

.bg-coal-300\/70 {
  background-color: rgb(17 18 23 / 0.7);
}

.bg-coal-300\/75 {
  background-color: rgb(17 18 23 / 0.75);
}

.bg-coal-300\/80 {
  background-color: rgb(17 18 23 / 0.8);
}

.bg-coal-300\/85 {
  background-color: rgb(17 18 23 / 0.85);
}

.bg-coal-300\/90 {
  background-color: rgb(17 18 23 / 0.9);
}

.bg-coal-300\/95 {
  background-color: rgb(17 18 23 / 0.95);
}

.bg-coal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 16 20 / var(--tw-bg-opacity));
}

.bg-coal-400\/0 {
  background-color: rgb(15 16 20 / 0);
}

.bg-coal-400\/10 {
  background-color: rgb(15 16 20 / 0.1);
}

.bg-coal-400\/100 {
  background-color: rgb(15 16 20 / 1);
}

.bg-coal-400\/15 {
  background-color: rgb(15 16 20 / 0.15);
}

.bg-coal-400\/20 {
  background-color: rgb(15 16 20 / 0.2);
}

.bg-coal-400\/25 {
  background-color: rgb(15 16 20 / 0.25);
}

.bg-coal-400\/30 {
  background-color: rgb(15 16 20 / 0.3);
}

.bg-coal-400\/35 {
  background-color: rgb(15 16 20 / 0.35);
}

.bg-coal-400\/40 {
  background-color: rgb(15 16 20 / 0.4);
}

.bg-coal-400\/45 {
  background-color: rgb(15 16 20 / 0.45);
}

.bg-coal-400\/5 {
  background-color: rgb(15 16 20 / 0.05);
}

.bg-coal-400\/50 {
  background-color: rgb(15 16 20 / 0.5);
}

.bg-coal-400\/55 {
  background-color: rgb(15 16 20 / 0.55);
}

.bg-coal-400\/60 {
  background-color: rgb(15 16 20 / 0.6);
}

.bg-coal-400\/65 {
  background-color: rgb(15 16 20 / 0.65);
}

.bg-coal-400\/70 {
  background-color: rgb(15 16 20 / 0.7);
}

.bg-coal-400\/75 {
  background-color: rgb(15 16 20 / 0.75);
}

.bg-coal-400\/80 {
  background-color: rgb(15 16 20 / 0.8);
}

.bg-coal-400\/85 {
  background-color: rgb(15 16 20 / 0.85);
}

.bg-coal-400\/90 {
  background-color: rgb(15 16 20 / 0.9);
}

.bg-coal-400\/95 {
  background-color: rgb(15 16 20 / 0.95);
}

.bg-coal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 18 / var(--tw-bg-opacity));
}

.bg-coal-500\/0 {
  background-color: rgb(13 14 18 / 0);
}

.bg-coal-500\/10 {
  background-color: rgb(13 14 18 / 0.1);
}

.bg-coal-500\/100 {
  background-color: rgb(13 14 18 / 1);
}

.bg-coal-500\/15 {
  background-color: rgb(13 14 18 / 0.15);
}

.bg-coal-500\/20 {
  background-color: rgb(13 14 18 / 0.2);
}

.bg-coal-500\/25 {
  background-color: rgb(13 14 18 / 0.25);
}

.bg-coal-500\/30 {
  background-color: rgb(13 14 18 / 0.3);
}

.bg-coal-500\/35 {
  background-color: rgb(13 14 18 / 0.35);
}

.bg-coal-500\/40 {
  background-color: rgb(13 14 18 / 0.4);
}

.bg-coal-500\/45 {
  background-color: rgb(13 14 18 / 0.45);
}

.bg-coal-500\/5 {
  background-color: rgb(13 14 18 / 0.05);
}

.bg-coal-500\/50 {
  background-color: rgb(13 14 18 / 0.5);
}

.bg-coal-500\/55 {
  background-color: rgb(13 14 18 / 0.55);
}

.bg-coal-500\/60 {
  background-color: rgb(13 14 18 / 0.6);
}

.bg-coal-500\/65 {
  background-color: rgb(13 14 18 / 0.65);
}

.bg-coal-500\/70 {
  background-color: rgb(13 14 18 / 0.7);
}

.bg-coal-500\/75 {
  background-color: rgb(13 14 18 / 0.75);
}

.bg-coal-500\/80 {
  background-color: rgb(13 14 18 / 0.8);
}

.bg-coal-500\/85 {
  background-color: rgb(13 14 18 / 0.85);
}

.bg-coal-500\/90 {
  background-color: rgb(13 14 18 / 0.9);
}

.bg-coal-500\/95 {
  background-color: rgb(13 14 18 / 0.95);
}

.bg-coal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 16 / var(--tw-bg-opacity));
}

.bg-coal-600\/0 {
  background-color: rgb(11 12 16 / 0);
}

.bg-coal-600\/10 {
  background-color: rgb(11 12 16 / 0.1);
}

.bg-coal-600\/100 {
  background-color: rgb(11 12 16 / 1);
}

.bg-coal-600\/15 {
  background-color: rgb(11 12 16 / 0.15);
}

.bg-coal-600\/20 {
  background-color: rgb(11 12 16 / 0.2);
}

.bg-coal-600\/25 {
  background-color: rgb(11 12 16 / 0.25);
}

.bg-coal-600\/30 {
  background-color: rgb(11 12 16 / 0.3);
}

.bg-coal-600\/35 {
  background-color: rgb(11 12 16 / 0.35);
}

.bg-coal-600\/40 {
  background-color: rgb(11 12 16 / 0.4);
}

.bg-coal-600\/45 {
  background-color: rgb(11 12 16 / 0.45);
}

.bg-coal-600\/5 {
  background-color: rgb(11 12 16 / 0.05);
}

.bg-coal-600\/50 {
  background-color: rgb(11 12 16 / 0.5);
}

.bg-coal-600\/55 {
  background-color: rgb(11 12 16 / 0.55);
}

.bg-coal-600\/60 {
  background-color: rgb(11 12 16 / 0.6);
}

.bg-coal-600\/65 {
  background-color: rgb(11 12 16 / 0.65);
}

.bg-coal-600\/70 {
  background-color: rgb(11 12 16 / 0.7);
}

.bg-coal-600\/75 {
  background-color: rgb(11 12 16 / 0.75);
}

.bg-coal-600\/80 {
  background-color: rgb(11 12 16 / 0.8);
}

.bg-coal-600\/85 {
  background-color: rgb(11 12 16 / 0.85);
}

.bg-coal-600\/90 {
  background-color: rgb(11 12 16 / 0.9);
}

.bg-coal-600\/95 {
  background-color: rgb(11 12 16 / 0.95);
}

.bg-coal-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-coal-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-coal-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-coal-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-coal-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-coal-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-coal-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-coal-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-coal-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-coal-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-coal-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-coal-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-coal-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-coal-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-coal-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-coal-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-coal-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-coal-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-coal-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-coal-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-coal-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-coal-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-coal-clarity {
  background-color: rgba(24, 25, 31, 0.50);
}

.bg-coal-clarity\/0 {
  background-color: rgba(24, 25, 31, 0);
}

.bg-coal-clarity\/10 {
  background-color: rgba(24, 25, 31, 0.1);
}

.bg-coal-clarity\/100 {
  background-color: rgba(24, 25, 31, 1);
}

.bg-coal-clarity\/15 {
  background-color: rgba(24, 25, 31, 0.15);
}

.bg-coal-clarity\/20 {
  background-color: rgba(24, 25, 31, 0.2);
}

.bg-coal-clarity\/25 {
  background-color: rgba(24, 25, 31, 0.25);
}

.bg-coal-clarity\/30 {
  background-color: rgba(24, 25, 31, 0.3);
}

.bg-coal-clarity\/35 {
  background-color: rgba(24, 25, 31, 0.35);
}

.bg-coal-clarity\/40 {
  background-color: rgba(24, 25, 31, 0.4);
}

.bg-coal-clarity\/45 {
  background-color: rgba(24, 25, 31, 0.45);
}

.bg-coal-clarity\/5 {
  background-color: rgba(24, 25, 31, 0.05);
}

.bg-coal-clarity\/50 {
  background-color: rgba(24, 25, 31, 0.5);
}

.bg-coal-clarity\/55 {
  background-color: rgba(24, 25, 31, 0.55);
}

.bg-coal-clarity\/60 {
  background-color: rgba(24, 25, 31, 0.6);
}

.bg-coal-clarity\/65 {
  background-color: rgba(24, 25, 31, 0.65);
}

.bg-coal-clarity\/70 {
  background-color: rgba(24, 25, 31, 0.7);
}

.bg-coal-clarity\/75 {
  background-color: rgba(24, 25, 31, 0.75);
}

.bg-coal-clarity\/80 {
  background-color: rgba(24, 25, 31, 0.8);
}

.bg-coal-clarity\/85 {
  background-color: rgba(24, 25, 31, 0.85);
}

.bg-coal-clarity\/90 {
  background-color: rgba(24, 25, 31, 0.9);
}

.bg-coal-clarity\/95 {
  background-color: rgba(24, 25, 31, 0.95);
}

.bg-current {
  background-color: currentColor;
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}

.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}

.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}

.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}

.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}

.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}

.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}

.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}

.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}

.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}

.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}

.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}

.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}

.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}

.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}

.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}

.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}

.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}

.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}

.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}

.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}

.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}

.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}

.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}

.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}

.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}

.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}

.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}

.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}

.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}

.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}

.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}

.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}

.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}

.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}

.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}

.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}

.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}

.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}

.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}

.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}

.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}

.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}

.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}

.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}

.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}

.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}

.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}

.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}

.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}

.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}

.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}

.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}

.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}

.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}

.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}

.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}

.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}

.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}

.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}

.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}

.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}

.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}

.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}

.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}

.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}

.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}

.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}

.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}

.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}

.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}

.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}

.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}

.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}

.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}

.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15);
}

.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}

.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}

.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}

.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}

.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}

.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}

.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}

.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}

.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}

.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}

.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}

.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}

.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}

.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}

.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}

.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}

.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}

.bg-danger {
  background-color: var(--tw-danger);
}

.bg-danger-active {
  background-color: var(--tw-danger-active);
}

.bg-danger-clarity {
  background-color: var(--tw-danger-clarity);
}

.bg-danger-inverse {
  background-color: var(--tw-danger-inverse);
}

.bg-danger-light {
  background-color: var(--tw-danger-light);
}

.bg-dark {
  background-color: var(--tw-dark);
}

.bg-dark-active {
  background-color: var(--tw-dark-active);
}

.bg-dark-clarity {
  background-color: var(--tw-dark-clarity);
}

.bg-dark-inverse {
  background-color: var(--tw-dark-inverse);
}

.bg-dark-light {
  background-color: var(--tw-dark-light);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}

.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}

.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}

.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}

.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}

.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}

.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}

.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}

.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}

.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}

.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}

.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}

.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}

.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}

.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}

.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}

.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}

.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}

.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}

.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}

.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}

.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}

.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}

.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}

.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}

.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}

.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}

.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}

.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}

.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}

.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}

.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}

.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}

.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}

.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}

.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}

.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}

.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}

.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}

.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}

.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}

.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}

.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}

.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}

.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}

.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}

.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}

.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}

.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}

.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}

.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}

.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}

.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}

.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}

.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}

.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}

.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}

.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}

.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}

.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}

.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}

.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}

.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}

.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}

.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}

.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}

.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}

.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}

.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}

.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / 0.15);
}

.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}

.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}

.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35);
}

.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45);
}

.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}

.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}

.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55);
}

.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}

.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65);
}

.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}

.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}

.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}

.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85);
}

.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}

.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}

.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}

.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}

.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15);
}

.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}

.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}

.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}

.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35);
}

.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}

.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}

.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}

.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}

.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}

.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}

.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}

.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}

.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}

.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}

.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}

.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}

.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}

.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}

.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}

.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}

.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15);
}

.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}

.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}

.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}

.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35);
}

.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}

.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}

.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}

.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}

.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}

.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}

.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}

.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}

.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}

.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}

.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}

.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}

.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}

.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}

.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}

.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}

.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15);
}

.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}

.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}

.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}

.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35);
}

.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}

.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}

.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}

.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}

.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}

.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}

.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}

.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}

.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}

.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}

.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}

.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}

.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}

.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}

.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}

.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}

.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}

.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}

.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}

.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35);
}

.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}

.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}

.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}

.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}

.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}

.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}

.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}

.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}

.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}

.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}

.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}

.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}

.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}

.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}

.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}

.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15);
}

.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}

.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}

.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}

.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35);
}

.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}

.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}

.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}

.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}

.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}

.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}

.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}

.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}

.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}

.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}

.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}

.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}

.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}

.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}

.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}

.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15);
}

.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}

.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}

.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}

.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35);
}

.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}

.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}

.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}

.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}

.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}

.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}

.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}

.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}

.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}

.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}

.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}

.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}

.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}

.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}

.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}

.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}

.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15);
}

.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}

.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}

.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}

.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35);
}

.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}

.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}

.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}

.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}

.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}

.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}

.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}

.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}

.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}

.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}

.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}

.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}

.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}

.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}

.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}

.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15);
}

.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}

.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}

.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}

.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35);
}

.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}

.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}

.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}

.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}

.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}

.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}

.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}

.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}

.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}

.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}

.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}

.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}

.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}

.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}

.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}

.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}

.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15);
}

.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}

.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}

.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}

.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35);
}

.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}

.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}

.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}

.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}

.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}

.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}

.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}

.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}

.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}

.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}

.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}

.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}

.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}

.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}

.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}

.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}

.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15);
}

.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}

.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}

.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}

.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35);
}

.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}

.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}

.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}

.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}

.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}

.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}

.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}

.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}

.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}

.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}

.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}

.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}

.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}

.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}

.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}

.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}

.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15);
}

.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}

.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}

.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}

.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}

.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}

.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}

.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}

.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}

.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}

.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}

.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}

.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}

.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}

.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}

.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}

.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}

.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}

.bg-gray-100 {
  background-color: var(--tw-gray-100);
}

.bg-gray-200 {
  background-color: var(--tw-gray-200);
}

.bg-gray-300 {
  background-color: var(--tw-gray-300);
}

.bg-gray-400 {
  background-color: var(--tw-gray-400);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500 {
  background-color: var(--tw-gray-500);
}

.bg-gray-600 {
  background-color: var(--tw-gray-600);
}

.bg-gray-700 {
  background-color: var(--tw-gray-700);
}

.bg-gray-800 {
  background-color: var(--tw-gray-800);
}

.bg-gray-900 {
  background-color: var(--tw-gray-900);
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}

.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}

.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}

.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}

.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}

.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}

.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}

.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}

.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}

.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}

.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}

.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}

.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}

.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}

.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}

.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}

.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}

.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}

.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}

.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}

.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}

.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}

.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}

.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}

.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}

.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}

.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}

.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}

.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}

.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}

.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}

.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}

.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}

.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}

.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}

.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}

.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}

.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}

.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}

.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}

.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}

.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}

.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}

.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}

.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}

.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}

.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}

.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}

.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}

.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}

.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}

.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}

.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}

.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}

.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}

.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}

.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}

.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}

.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}

.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}

.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}

.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}

.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}

.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}

.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}

.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}

.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}

.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}

.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}

.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}

.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}

.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}

.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}

.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}

.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}

.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}

.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}

.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}

.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}

.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}

.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}

.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}

.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}

.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}

.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}

.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}

.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}

.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}

.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}

.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}

.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}

.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}

.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}

.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}

.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}

.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}

.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}

.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}

.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}

.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}

.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}

.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}

.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}

.bg-info {
  background-color: var(--tw-info);
}

.bg-info-active {
  background-color: var(--tw-info-active);
}

.bg-info-clarity {
  background-color: var(--tw-info-clarity);
}

.bg-info-inverse {
  background-color: var(--tw-info-inverse);
}

.bg-info-light {
  background-color: var(--tw-info-light);
}

.bg-inherit {
  background-color: inherit;
}

.bg-light {
  background-color: var(--tw-light);
}

.bg-light-active {
  background-color: var(--tw-light-active);
}

.bg-light-clarity {
  background-color: var(--tw-light-clarity);
}

.bg-light-inverse {
  background-color: var(--tw-light-inverse);
}

.bg-light-light {
  background-color: var(--tw-light-light);
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}

.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}

.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}

.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}

.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}

.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}

.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}

.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}

.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}

.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}

.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}

.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}

.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}

.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}

.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}

.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}

.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}

.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}

.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}

.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}

.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}

.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}

.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}

.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}

.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}

.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}

.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}

.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}

.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}

.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}

.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}

.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}

.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}

.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}

.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}

.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}

.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}

.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}

.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}

.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}

.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}

.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}

.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}

.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}

.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}

.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}

.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}

.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}

.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}

.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}

.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}

.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}

.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}

.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}

.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}

.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}

.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}

.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}

.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}

.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}

.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}

.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}

.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}

.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}

.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}

.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}

.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}

.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}

.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}

.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}

.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}

.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}

.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15);
}

.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}

.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}

.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}

.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35);
}

.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}

.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}

.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}

.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}

.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}

.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}

.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}

.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}

.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}

.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}

.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}

.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}

.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}

.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}

.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}

.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}

.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}

.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}

.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}

.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}

.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}

.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}

.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}

.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}

.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}

.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}

.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}

.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}

.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}

.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}

.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}

.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}

.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}

.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}

.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}

.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}

.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}

.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}

.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}

.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}

.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}

.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}

.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}

.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}

.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}

.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}

.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}

.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}

.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}

.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}

.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}

.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}

.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}

.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}

.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}

.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}

.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}

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

.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}

.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}

.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}

.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}

.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}

.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}

.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}

.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}

.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}

.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}

.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}

.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}

.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}

.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}

.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}

.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}

.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}

.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}

.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}

.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}

.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}

.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}

.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}

.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}

.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}

.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}

.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}

.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}

.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}

.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}

.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}

.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}

.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}

.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}

.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}

.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}

.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}

.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}

.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}

.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}

.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}

.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}

.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}

.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}

.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}

.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}

.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}

.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}

.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}

.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}

.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}

.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}

.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}

.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}

.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}

.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}

.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}

.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}

.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}

.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}

.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}

.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}

.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}

.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}

.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}

.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}

.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}

.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}

.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}

.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}

.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}

.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}

.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}

.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}

.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}

.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}

.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}

.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}

.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}

.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}

.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}

.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}

.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}

.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}

.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}

.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}

.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}

.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}

.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}

.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15);
}

.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}

.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}

.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}

.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35);
}

.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}

.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}

.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}

.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}

.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}

.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}

.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}

.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}

.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}

.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}

.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}

.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}

.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}

.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}

.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}

.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}

.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}

.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}

.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}

.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}

.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}

.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}

.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}

.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}

.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}

.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}

.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}

.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}

.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}

.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}

.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}

.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}

.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}

.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}

.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}

.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}

.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}

.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}

.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}

.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}

.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}

.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}

.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}

.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}

.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}

.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}

.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}

.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}

.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}

.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}

.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}

.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}

.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}

.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}

.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}

.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}

.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}

.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}

.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}

.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}

.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}

.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}

.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}

.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}

.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}

.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}

.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}

.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}

.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}

.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}

.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}

.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}

.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}

.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}

.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}

.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}

.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}

.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}

.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15);
}

.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}

.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}

.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}

.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}

.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}

.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}

.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}

.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}

.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}

.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}

.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}

.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}

.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}

.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}

.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}

.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}

.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-primary-active {
  background-color: var(--tw-primary-active);
}

.bg-primary-clarity {
  background-color: var(--tw-primary-clarity);
}

.bg-primary-inverse {
  background-color: var(--tw-primary-inverse);
}

.bg-primary-light {
  background-color: var(--tw-primary-light);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}

.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}

.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}

.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}

.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}

.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}

.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}

.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}

.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}

.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}

.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}

.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}

.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}

.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}

.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}

.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}

.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}

.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}

.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}

.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}

.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}

.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}

.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}

.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}

.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}

.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}

.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}

.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}

.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}

.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}

.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}

.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}

.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}

.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}

.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}

.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}

.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}

.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}

.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}

.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}

.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}

.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}

.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}

.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}

.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}

.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}

.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}

.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}

.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}

.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}

.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}

.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}

.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}

.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}

.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}

.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}

.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}

.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}

.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}

.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}

.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}

.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15);
}

.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35);
}

.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45);
}

.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55);
}

.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65);
}

.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85);
}

.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15);
}

.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35);
}

.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45);
}

.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55);
}

.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65);
}

.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85);
}

.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}

.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15);
}

.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35);
}

.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45);
}

.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55);
}

.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65);
}

.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85);
}

.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15);
}

.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35);
}

.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45);
}

.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55);
}

.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65);
}

.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85);
}

.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15);
}

.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35);
}

.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45);
}

.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}

.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55);
}

.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65);
}

.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85);
}

.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}

.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35);
}

.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45);
}

.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55);
}

.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65);
}

.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85);
}

.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15);
}

.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35);
}

.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45);
}

.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55);
}

.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65);
}

.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}

.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}

.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15);
}

.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35);
}

.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45);
}

.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55);
}

.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65);
}

.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85);
}

.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15);
}

.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35);
}

.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45);
}

.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55);
}

.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65);
}

.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85);
}

.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}

.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15);
}

.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35);
}

.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45);
}

.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55);
}

.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65);
}

.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85);
}

.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}

.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}

.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}

.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}

.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}

.bg-rose-950\/15 {
  background-color: rgb(76 5 25 / 0.15);
}

.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}

.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}

.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}

.bg-rose-950\/35 {
  background-color: rgb(76 5 25 / 0.35);
}

.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}

.bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45);
}

.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}

.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}

.bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55);
}

.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}

.bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65);
}

.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}

.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}

.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}

.bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85);
}

.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}

.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}

.bg-secondary {
  background-color: var(--secondary-color);
}

.bg-secondary-active {
  background-color: var(--tw-secondary-active);
}

.bg-secondary-clarity {
  background-color: var(--tw-secondary-clarity);
}

.bg-secondary-inverse {
  background-color: var(--tw-secondary-inverse);
}

.bg-secondary-light {
  background-color: var(--tw-secondary-light);
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}

.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}

.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}

.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}

.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}

.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}

.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}

.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}

.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}

.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}

.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}

.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}

.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}

.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}

.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}

.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}

.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}

.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}

.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}

.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}

.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}

.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}

.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}

.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}

.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}

.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}

.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}

.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}

.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}

.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}

.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}

.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}

.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}

.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}

.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}

.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}

.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}

.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}

.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}

.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}

.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}

.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}

.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}

.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}

.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}

.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}

.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}

.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}

.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}

.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}

.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}

.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}

.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}

.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}

.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}

.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}

.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}

.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}

.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}

.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}

.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}

.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}

.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}

.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}

.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}

.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}

.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}

.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}

.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}

.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}

.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}

.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}

.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}

.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}

.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}

.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}

.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}

.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}

.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}

.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}

.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}

.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}

.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}

.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}

.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}

.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}

.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}

.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}

.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}

.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}

.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}

.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}

.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}

.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}

.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}

.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}

.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}

.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}

.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}

.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}

.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}

.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}

.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}

.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}

.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}

.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}

.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}

.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}

.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}

.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}

.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}

.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}

.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}

.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}

.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}

.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}

.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}

.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}

.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}

.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}

.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}

.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}

.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}

.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}

.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}

.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}

.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}

.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}

.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}

.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}

.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}

.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}

.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}

.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}

.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}

.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}

.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}

.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}

.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}

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

.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}

.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}

.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}

.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}

.bg-slate-950\/15 {
  background-color: rgb(2 6 23 / 0.15);
}

.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}

.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}

.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}

.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}

.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}

.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}

.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}

.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}

.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}

.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}

.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}

.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}

.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}

.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15);
}

.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35);
}

.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45);
}

.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55);
}

.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65);
}

.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85);
}

.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15);
}

.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35);
}

.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}

.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}

.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}

.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}

.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15);
}

.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35);
}

.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}

.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}

.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}

.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}

.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}

.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15);
}

.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35);
}

.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}

.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}

.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}

.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}

.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}

.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15);
}

.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35);
}

.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45);
}

.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55);
}

.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65);
}

.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85);
}

.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}

.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15);
}

.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35);
}

.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}

.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}

.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}

.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}

.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}

.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15);
}

.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35);
}

.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}

.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}

.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}

.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}

.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15);
}

.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35);
}

.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}

.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}

.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}

.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}

.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15);
}

.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35);
}

.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}

.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}

.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}

.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}

.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15);
}

.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35);
}

.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}

.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}

.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}

.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}

.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}

.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}

.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}

.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}

.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}

.bg-stone-950\/15 {
  background-color: rgb(12 10 9 / 0.15);
}

.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}

.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}

.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}

.bg-stone-950\/35 {
  background-color: rgb(12 10 9 / 0.35);
}

.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}

.bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45);
}

.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}

.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}

.bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55);
}

.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}

.bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65);
}

.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}

.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}

.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}

.bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85);
}

.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}

.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}

.bg-success {
  background-color: var(--tw-success);
}

.bg-success-active {
  background-color: var(--tw-success-active);
}

.bg-success-clarity {
  background-color: var(--tw-success-clarity);
}

.bg-success-inverse {
  background-color: var(--tw-success-inverse);
}

.bg-success-light {
  background-color: var(--tw-success-light);
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}

.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}

.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}

.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15);
}

.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}

.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}

.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}

.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35);
}

.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}

.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}

.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}

.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}

.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}

.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}

.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}

.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}

.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}

.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}

.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}

.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}

.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}

.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}

.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}

.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15);
}

.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}

.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}

.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}

.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35);
}

.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}

.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}

.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}

.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}

.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}

.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}

.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}

.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}

.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}

.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}

.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}

.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}

.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}

.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}

.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}

.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}

.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15);
}

.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}

.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}

.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}

.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35);
}

.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}

.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}

.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}

.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}

.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}

.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}

.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}

.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}

.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}

.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}

.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}

.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}

.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}

.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}

.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}

.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}

.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15);
}

.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}

.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}

.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}

.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35);
}

.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}

.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}

.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}

.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}

.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}

.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}

.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}

.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}

.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}

.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}

.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}

.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}

.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}

.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}

.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}

.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}

.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}

.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}

.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}

.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}

.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15);
}

.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}

.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}

.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}

.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35);
}

.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}

.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}

.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}

.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}

.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}

.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}

.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}

.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}

.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}

.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}

.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}

.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}

.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}

.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}

.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}

.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15);
}

.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}

.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}

.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}

.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35);
}

.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}

.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}

.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}

.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}

.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}

.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}

.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}

.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}

.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}

.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}

.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}

.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}

.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}

.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}

.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}

.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15);
}

.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}

.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}

.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}

.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35);
}

.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}

.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}

.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}

.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}

.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}

.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}

.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}

.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}

.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}

.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}

.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}

.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}

.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}

.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}

.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}

.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15);
}

.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}

.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}

.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}

.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35);
}

.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}

.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}

.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}

.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}

.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}

.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}

.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}

.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}

.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}

.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}

.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}

.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}

.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}

.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}

.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}

.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15);
}

.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}

.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}

.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}

.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35);
}

.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}

.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}

.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}

.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}

.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}

.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}

.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}

.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}

.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}

.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}

.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}

.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}

.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}

.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}

.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}

.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}

.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}

.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15);
}

.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}

.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}

.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}

.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35);
}

.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}

.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}

.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}

.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}

.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}

.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}

.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}

.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}

.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}

.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}

.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}

.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}

.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}

.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}

.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}

.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15);
}

.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}

.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}

.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}

.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35);
}

.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}

.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}

.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}

.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}

.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}

.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}

.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}

.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}

.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}

.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}

.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}

.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}

.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}

.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}

.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}

.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15);
}

.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}

.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}

.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}

.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35);
}

.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}

.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}

.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}

.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}

.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}

.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}

.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}

.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}

.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}

.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}

.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}

.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}

.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}

.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}

.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}

.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}

.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15);
}

.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}

.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}

.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}

.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35);
}

.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}

.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}

.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}

.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}

.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}

.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}

.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}

.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}

.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}

.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}

.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}

.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}

.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}

.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}

.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}

.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}

.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}

.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}

.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}

.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35);
}

.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}

.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}

.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}

.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}

.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}

.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}

.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}

.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}

.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}

.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}

.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}

.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}

.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}

.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}

.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}

.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15);
}

.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}

.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}

.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}

.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35);
}

.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}

.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}

.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}

.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}

.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}

.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}

.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}

.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}

.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}

.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}

.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}

.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}

.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}

.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}

.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}

.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}

.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}

.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}

.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}

.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35);
}

.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}

.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}

.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}

.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}

.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}

.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}

.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}

.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}

.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}

.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}

.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}

.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}

.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}

.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}

.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}

.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15);
}

.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}

.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}

.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}

.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35);
}

.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}

.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}

.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}

.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}

.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}

.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}

.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}

.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}

.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}

.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}

.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}

.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}

.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}

.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}

.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}

.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15);
}

.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}

.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}

.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}

.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35);
}

.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}

.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}

.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}

.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}

.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}

.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}

.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}

.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}

.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}

.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}

.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}

.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}

.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}

.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}

.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}

.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15);
}

.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}

.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}

.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}

.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35);
}

.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}

.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}

.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}

.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}

.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}

.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}

.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}

.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}

.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}

.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}

.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}

.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}

.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}

.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}

.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}

.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}

.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15);
}

.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}

.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}

.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}

.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35);
}

.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}

.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}

.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}

.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}

.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}

.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}

.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}

.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}

.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}

.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}

.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}

.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}

.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}

.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}

.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}

.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}

.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / 0.15);
}

.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}

.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}

.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}

.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / 0.35);
}

.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}

.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45);
}

.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}

.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}

.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55);
}

.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}

.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65);
}

.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}

.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}

.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}

.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85);
}

.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}

.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}

.bg-warning {
  background-color: var(--tw-warning);
}

.bg-warning-active {
  background-color: var(--tw-warning-active);
}

.bg-warning-clarity {
  background-color: var(--tw-warning-clarity);
}

.bg-warning-inverse {
  background-color: var(--tw-warning-inverse);
}

.bg-warning-light {
  background-color: var(--tw-warning-light);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}

.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}

.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}

.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}

.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}

.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}

.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}

.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}

.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}

.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}

.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15);
}

.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}

.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}

.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}

.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35);
}

.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}

.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}

.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}

.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}

.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}

.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}

.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}

.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}

.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}

.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}

.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}

.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}

.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}

.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}

.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}

.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15);
}

.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}

.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}

.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}

.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35);
}

.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}

.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}

.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}

.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}

.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}

.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}

.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}

.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}

.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}

.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}

.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}

.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}

.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}

.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}

.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}

.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15);
}

.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}

.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}

.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}

.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35);
}

.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}

.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}

.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}

.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}

.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}

.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}

.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}

.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}

.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}

.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}

.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}

.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}

.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}

.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}

.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}

.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}

.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15);
}

.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}

.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}

.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}

.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35);
}

.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}

.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}

.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}

.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}

.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}

.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}

.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}

.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}

.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}

.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}

.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}

.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}

.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}

.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}

.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}

.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15);
}

.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}

.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}

.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}

.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35);
}

.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}

.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}

.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}

.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}

.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}

.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}

.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}

.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}

.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}

.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}

.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}

.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}

.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}

.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}

.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}

.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15);
}

.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}

.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}

.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}

.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35);
}

.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}

.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}

.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}

.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}

.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}

.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}

.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}

.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}

.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}

.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}

.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}

.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}

.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}

.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}

.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15);
}

.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}

.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}

.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}

.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35);
}

.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}

.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45);
}

.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}

.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}

.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55);
}

.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}

.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65);
}

.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}

.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}

.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}

.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85);
}

.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}

.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}

.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}

.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}

.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15);
}

.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}

.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}

.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}

.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35);
}

.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45);
}

.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}

.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}

.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55);
}

.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65);
}

.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}

.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}

.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}

.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85);
}

.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}

.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}

.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}

.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}

.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15);
}

.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}

.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}

.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}

.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35);
}

.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45);
}

.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}

.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55);
}

.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65);
}

.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}

.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}

.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}

.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85);
}

.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}

.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}

.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}

.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}

.bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / 0.15);
}

.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}

.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}

.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}

.bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / 0.35);
}

.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}

.bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45);
}

.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}

.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}

.bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55);
}

.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}

.bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65);
}

.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}

.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}

.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}

.bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85);
}

.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}

.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-9 {
  padding: 2.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0\.75 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.25 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1\.75 {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-12\.5 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-2\.25 {
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-2\.75 {
  padding-top: 0.688rem;
  padding-bottom: 0.688rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-5\.5 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-6\.5 {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-7\.5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pe-1 {
  padding-inline-end: 0.25rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

.pe-7 {
  padding-inline-end: 1.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.ps-\[14\.5px\] {
  padding-inline-start: 14.5px;
}

.pt-0 {
  padding-top: 0px;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[--tw-header-height\] {
  padding-top: var(--tw-header-height);
}

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

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-middle {
  vertical-align: middle;
}

.text-2sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-md {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

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

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-danger {
  color: var(--tw-danger);
}

.text-dark {
  color: var(--tw-dark);
}

.text-gray-100 {
  color: var(--tw-gray-100);
}

.text-gray-300 {
  color: var(--tw-gray-300);
}

.text-gray-400 {
  color: var(--tw-gray-400);
}

.text-gray-500 {
  color: var(--tw-gray-500);
}

.text-gray-600 {
  color: var(--tw-gray-600);
}

.text-gray-700 {
  color: var(--tw-gray-700);
}

.text-gray-800 {
  color: var(--tw-gray-800);
}

.text-gray-900 {
  color: var(--tw-gray-900);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-info {
  color: var(--tw-info);
}

.text-primary {
  color: var(--primary-color);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-success {
  color: var(--tw-success);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-default {
  --tw-shadow: var(--tw-dark-box-shadow);
  --tw-shadow-colored: var(--tw-dark-box-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[--tw-content-bg-dark\:var\(--tw-coal-500\)\] {
  --tw-content-bg-dark: var(--tw-coal-500);
}

.\[--tw-content-bg\:var\(--tw-light\)\] {
  --tw-content-bg: var(--tw-light);
}

.\[--tw-content-scrollbar-color\:\#e8e8e8\] {
  --tw-content-scrollbar-color: #e8e8e8;
}

.\[--tw-header-height\:60px\] {
  --tw-header-height: 60px;
}

.\[--tw-page-bg\:--primary-color\] {
  --tw-page-bg: var(--primary-color);
}

.\[--tw-sidebar-width\:270px\] {
  --tw-sidebar-width: 270px;
}

@font-face {
  font-family: 'keenicons-duotone';

  src:
    url('fonts/keenicons-duotone.ttf?gcn9yo') format('truetype'),
    url('fonts/keenicons-duotone.woff?gcn9yo') format('woff'),
    url('fonts/keenicons-duotone.svg?gcn9yo#keenicons-duotone') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.ki-duotone {
  line-height: 1;
  position: relative;
  display: inline-flex;
}

.ki-duotone:after, 
.ki-duotone:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-duotone' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
}

.ki-abstract-1.ki-duotone:after {
  content: "\e900";
  opacity: 0.3;
}

.ki-abstract-1.ki-duotone:before {
  content: "\e901";
  position: absolute;
}

.ki-abstract-2.ki-duotone:after {
  content: "\e902";
  opacity: 0.3;
}

.ki-abstract-2.ki-duotone:before {
  content: "\e903";
  position: absolute;
}

.ki-abstract-3.ki-duotone:after {
  content: "\e904";
  opacity: 0.3;
}

.ki-abstract-3.ki-duotone:before {
  content: "\e905";
  position: absolute;
}

.ki-abstract-4.ki-duotone:after {
  content: "\e906";
  opacity: 0.3;
}

.ki-abstract-4.ki-duotone:before {
  content: "\e907";
  position: absolute;
}

.ki-abstract-5.ki-duotone:after {
  content: "\e908";
  opacity: 0.3;
}

.ki-abstract-5.ki-duotone:before {
  content: "\e909";
  position: absolute;
}

.ki-abstract-6.ki-duotone:before {
  content: "\e90a";
}

.ki-abstract-7.ki-duotone:after {
  content: "\e90b";
  opacity: 0.3;
}

.ki-abstract-7.ki-duotone:before {
  content: "\e90c";
  position: absolute;
}

.ki-abstract-8.ki-duotone:after {
  content: "\e90d";
  opacity: 0.3;
}

.ki-abstract-8.ki-duotone:before {
  content: "\e90e";
  position: absolute;
}

.ki-abstract-9.ki-duotone:after {
  content: "\e90f";
  opacity: 0.3;
}

.ki-abstract-9.ki-duotone:before {
  content: "\e910";
  position: absolute;
}

.ki-abstract-10.ki-duotone:after {
  content: "\e911";
  opacity: 0.3;
}

.ki-abstract-10.ki-duotone:before {
  content: "\e912";
  position: absolute;
}

.ki-abstract-11.ki-duotone:after {
  content: "\e913";
  opacity: 0.3;
}

.ki-abstract-11.ki-duotone:before {
  content: "\e914";
  position: absolute;
}

.ki-abstract-12.ki-duotone:after {
  content: "\e915";
  opacity: 0.3;
}

.ki-abstract-12.ki-duotone:before {
  content: "\e916";
  position: absolute;
}

.ki-abstract-13.ki-duotone:after {
  content: "\e917";
  opacity: 0.3;
}

.ki-abstract-13.ki-duotone:before {
  content: "\e918";
  position: absolute;
}

.ki-abstract-14.ki-duotone:after {
  content: "\e919";
}

.ki-abstract-14.ki-duotone:before {
  content: "\e91a";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-15.ki-duotone:after {
  content: "\e91b";
  opacity: 0.3;
}

.ki-abstract-15.ki-duotone:before {
  content: "\e91c";
  position: absolute;
}

.ki-abstract-16.ki-duotone:after {
  content: "\e91d";
  opacity: 0.3;
}

.ki-abstract-16.ki-duotone:before {
  content: "\e91e";
  position: absolute;
}

.ki-abstract-17.ki-duotone:after {
  content: "\e91f";
}

.ki-abstract-17.ki-duotone:before {
  content: "\e920";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-18.ki-duotone:after {
  content: "\e921";
}

.ki-abstract-18.ki-duotone:before {
  content: "\e922";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-19.ki-duotone:after {
  content: "\e923";
}

.ki-abstract-19.ki-duotone:before {
  content: "\e924";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-20.ki-duotone:after {
  content: "\e925";
}

.ki-abstract-20.ki-duotone:before {
  content: "\e926";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-21.ki-duotone:after {
  content: "\e927";
  opacity: 0.3;
}

.ki-abstract-21.ki-duotone:before {
  content: "\e928";
  position: absolute;
}

.ki-abstract-22.ki-duotone:after {
  content: "\e929";
  opacity: 0.3;
}

.ki-abstract-22.ki-duotone:before {
  content: "\e92a";
  position: absolute;
}

.ki-abstract-23.ki-duotone:after {
  content: "\e92b";
  opacity: 0.3;
}

.ki-abstract-23.ki-duotone:before {
  content: "\e92c";
  position: absolute;
}

.ki-abstract-24.ki-duotone:after {
  content: "\e92d";
}

.ki-abstract-24.ki-duotone:before {
  content: "\e92e";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-25.ki-duotone:after {
  content: "\e92f";
  opacity: 0.3;
}

.ki-abstract-25.ki-duotone:before {
  content: "\e930";
  position: absolute;
}

.ki-abstract-26.ki-duotone:after {
  content: "\e931";
  opacity: 0.3;
}

.ki-abstract-26.ki-duotone:before {
  content: "\e932";
  position: absolute;
}

.ki-abstract-27.ki-duotone:after {
  content: "\e933";
}

.ki-abstract-27.ki-duotone:before {
  content: "\e934";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-28.ki-duotone:after {
  content: "\e935";
}

.ki-abstract-28.ki-duotone:before {
  content: "\e936";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-29.ki-duotone:after {
  content: "\e937";
}

.ki-abstract-29.ki-duotone:before {
  content: "\e938";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-30.ki-duotone:after {
  content: "\e939";
}

.ki-abstract-30.ki-duotone:before {
  content: "\e93a";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-31.ki-duotone:after {
  content: "\e93b";
}

.ki-abstract-31.ki-duotone:before {
  content: "\e93c";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-32.ki-duotone:after {
  content: "\e93d";
}

.ki-abstract-32.ki-duotone:before {
  content: "\e93e";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-33.ki-duotone:after {
  content: "\e93f";
  opacity: 0.3;
}

.ki-abstract-33.ki-duotone:before {
  content: "\e940";
  position: absolute;
}

.ki-abstract-34.ki-duotone:after {
  content: "\e941";
  opacity: 0.3;
}

.ki-abstract-34.ki-duotone:before {
  content: "\e942";
  position: absolute;
}

.ki-abstract-35.ki-duotone:after {
  content: "\e943";
}

.ki-abstract-35.ki-duotone:before {
  content: "\e944";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-36.ki-duotone:after {
  content: "\e945";
}

.ki-abstract-36.ki-duotone:before {
  content: "\e946";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-37.ki-duotone:after {
  content: "\e947";
  opacity: 0.3;
}

.ki-abstract-37.ki-duotone:before {
  content: "\e948";
  position: absolute;
}

.ki-abstract-38.ki-duotone:after {
  content: "\e949";
}

.ki-abstract-38.ki-duotone:before {
  content: "\e94a";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-39.ki-duotone:after {
  content: "\e94b";
  opacity: 0.3;
}

.ki-abstract-39.ki-duotone:before {
  content: "\e94c";
  position: absolute;
}

.ki-abstract-40.ki-duotone:after {
  content: "\e94d";
}

.ki-abstract-40.ki-duotone:before {
  content: "\e94e";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-41.ki-duotone:after {
  content: "\e94f";
}

.ki-abstract-41.ki-duotone:before {
  content: "\e950";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-42.ki-duotone:after {
  content: "\e951";
  opacity: 0.3;
}

.ki-abstract-42.ki-duotone:before {
  content: "\e952";
  position: absolute;
}

.ki-abstract-43.ki-duotone:after {
  content: "\e953";
  opacity: 0.3;
}

.ki-abstract-43.ki-duotone:before {
  content: "\e954";
  position: absolute;
}

.ki-abstract-44.ki-duotone:after {
  content: "\e955";
}

.ki-abstract-44.ki-duotone:before {
  content: "\e956";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-45.ki-duotone:after {
  content: "\e957";
}

.ki-abstract-45.ki-duotone:before {
  content: "\e958";
  position: absolute;
  opacity: 0.3;
}

.ki-abstract-46.ki-duotone:after {
  content: "\e959";
  opacity: 0.3;
}

.ki-abstract-46.ki-duotone:before {
  content: "\e95a";
  position: absolute;
}

.ki-abstract-47.ki-duotone:after {
  content: "\e95b";
  opacity: 0.3;
}

.ki-abstract-47.ki-duotone:before {
  content: "\e95c";
  position: absolute;
}

.ki-abstract-48.ki-duotone:after {
  content: "\e95d";
  opacity: 0.3;
}

.ki-abstract-48.ki-duotone:before {
  content: "\e95e";
  position: absolute;
}

.ki-abstract-49.ki-duotone:after {
  content: "\e95f";
  opacity: 0.3;
}

.ki-abstract-49.ki-duotone:before {
  content: "\e960";
  position: absolute;
}

.ki-abstract.ki-duotone:after {
  content: "\e961";
  opacity: 0.3;
}

.ki-abstract.ki-duotone:before {
  content: "\e962";
  position: absolute;
}

.ki-add-files.ki-duotone:after {
  content: "\e963";
  opacity: 0.3;
}

.ki-add-files.ki-duotone:before {
  content: "\e964";
  position: absolute;
}

.ki-add-folder.ki-duotone:after {
  content: "\e965";
  opacity: 0.3;
}

.ki-add-folder.ki-duotone:before {
  content: "\e966";
  position: absolute;
}

.ki-add-notepad.ki-duotone:after {
  content: "\e967";
  opacity: 0.3;
}

.ki-add-notepad.ki-duotone:before {
  content: "\e968";
  position: absolute;
}

.ki-additem.ki-duotone:after {
  content: "\e969";
  opacity: 0.3;
}

.ki-additem.ki-duotone:before {
  content: "\e96a";
  position: absolute;
}

.ki-address-book.ki-duotone:after {
  content: "\e96b";
}

.ki-address-book.ki-duotone:before {
  content: "\e96c";
  position: absolute;
  opacity: 0.3;
}

.ki-airplane-square.ki-duotone:after {
  content: "\e96d";
  opacity: 0.3;
}

.ki-airplane-square.ki-duotone:before {
  content: "\e96e";
  position: absolute;
}

.ki-airplane.ki-duotone:after {
  content: "\e96f";
  opacity: 0.3;
}

.ki-airplane.ki-duotone:before {
  content: "\e970";
  position: absolute;
}

.ki-airpod.ki-duotone:after {
  content: "\e971";
  opacity: 0.3;
}

.ki-airpod.ki-duotone:before {
  content: "\e972";
  position: absolute;
}

.ki-android.ki-duotone:after {
  content: "\e973";
}

.ki-android.ki-duotone:before {
  content: "\e974";
  position: absolute;
  opacity: 0.3;
}

.ki-angular.ki-duotone:after {
  content: "\e975";
}

.ki-angular.ki-duotone:before {
  content: "\e976";
  position: absolute;
  opacity: 0.3;
}

.ki-apple.ki-duotone:before {
  content: "\e977";
}

.ki-archive-tick.ki-duotone:after {
  content: "\e978";
  opacity: 0.3;
}

.ki-archive-tick.ki-duotone:before {
  content: "\e979";
  position: absolute;
}

.ki-archive.ki-duotone:after {
  content: "\e97a";
  opacity: 0.3;
}

.ki-archive.ki-duotone:before {
  content: "\e97b";
  position: absolute;
}

.ki-arrow-circle-left.ki-duotone:after {
  content: "\e97c";
  opacity: 0.3;
}

.ki-arrow-circle-left.ki-duotone:before {
  content: "\e97d";
  position: absolute;
}

.ki-arrow-circle-right.ki-duotone:after {
  content: "\e97e";
  opacity: 0.3;
}

.ki-arrow-circle-right.ki-duotone:before {
  content: "\e97f";
  position: absolute;
}

.ki-arrow-down-left.ki-duotone:after {
  content: "\e980";
  opacity: 0.3;
}

.ki-arrow-down-left.ki-duotone:before {
  content: "\e981";
  position: absolute;
}

.ki-arrow-down-refraction.ki-duotone:after {
  content: "\e982";
}

.ki-arrow-down-refraction.ki-duotone:before {
  content: "\e983";
  position: absolute;
  opacity: 0.3;
}

.ki-arrow-down-right.ki-duotone:after {
  content: "\e984";
  opacity: 0.3;
}

.ki-arrow-down-right.ki-duotone:before {
  content: "\e985";
  position: absolute;
}

.ki-arrow-down.ki-duotone:after {
  content: "\e986";
  opacity: 0.3;
}

.ki-arrow-down.ki-duotone:before {
  content: "\e987";
  position: absolute;
}

.ki-arrow-left.ki-duotone:after {
  content: "\e988";
  opacity: 0.3;
}

.ki-arrow-left.ki-duotone:before {
  content: "\e989";
  position: absolute;
}

.ki-arrow-mix.ki-duotone:after {
  content: "\e98a";
  opacity: 0.3;
}

.ki-arrow-mix.ki-duotone:before {
  content: "\e98b";
  position: absolute;
}

.ki-arrow-right-left.ki-duotone:after {
  content: "\e98c";
}

.ki-arrow-right-left.ki-duotone:before {
  content: "\e98d";
  position: absolute;
  opacity: 0.3;
}

.ki-arrow-right.ki-duotone:after {
  content: "\e98e";
  opacity: 0.3;
}

.ki-arrow-right.ki-duotone:before {
  content: "\e98f";
  position: absolute;
}

.ki-arrow-two-diagonals.ki-duotone:after {
  content: "\e990";
  opacity: 0.3;
}

.ki-arrow-two-diagonals.ki-duotone:before {
  content: "\e991";
  position: absolute;
}

.ki-arrow-up-down.ki-duotone:after {
  content: "\e992";
}

.ki-arrow-up-down.ki-duotone:before {
  content: "\e993";
  position: absolute;
  opacity: 0.3;
}

.ki-arrow-up-left.ki-duotone:after {
  content: "\e994";
  opacity: 0.3;
}

.ki-arrow-up-left.ki-duotone:before {
  content: "\e995";
  position: absolute;
}

.ki-arrow-up-refraction.ki-duotone:after {
  content: "\e996";
}

.ki-arrow-up-refraction.ki-duotone:before {
  content: "\e997";
  position: absolute;
  opacity: 0.3;
}

.ki-arrow-up-right.ki-duotone:after {
  content: "\e998";
  opacity: 0.3;
}

.ki-arrow-up-right.ki-duotone:before {
  content: "\e999";
  position: absolute;
}

.ki-arrow-up.ki-duotone:after {
  content: "\e99a";
  opacity: 0.3;
}

.ki-arrow-up.ki-duotone:before {
  content: "\e99b";
  position: absolute;
}

.ki-arrow-zigzag.ki-duotone:after {
  content: "\e99c";
}

.ki-arrow-zigzag.ki-duotone:before {
  content: "\e99d";
  position: absolute;
  opacity: 0.3;
}

.ki-arrows-circle.ki-duotone:after {
  content: "\e99e";
  opacity: 0.3;
}

.ki-arrows-circle.ki-duotone:before {
  content: "\e99f";
  position: absolute;
}

.ki-arrows-loop.ki-duotone:after {
  content: "\e9a0";
  opacity: 0.3;
}

.ki-arrows-loop.ki-duotone:before {
  content: "\e9a1";
  position: absolute;
}

.ki-artificial-intelligence.ki-duotone:after {
  content: "\e9a2";
  opacity: 0.3;
}

.ki-artificial-intelligence.ki-duotone:before {
  content: "\e9a3";
  position: absolute;
}

.ki-autobrightness.ki-duotone:after {
  content: "\e9a4";
  opacity: 0.3;
}

.ki-autobrightness.ki-duotone:before {
  content: "\e9a5";
  position: absolute;
}

.ki-avalanche-avax.ki-duotone:after {
  content: "\e9a6";
  opacity: 0.3;
}

.ki-avalanche-avax.ki-duotone:before {
  content: "\e9a7";
  position: absolute;
}

.ki-award.ki-duotone:after {
  content: "\e9a8";
  opacity: 0.3;
}

.ki-award.ki-duotone:before {
  content: "\e9a9";
  position: absolute;
}

.ki-badge.ki-duotone:after {
  content: "\e9aa";
  opacity: 0.3;
}

.ki-badge.ki-duotone:before {
  content: "\e9ab";
  position: absolute;
}

.ki-bandage.ki-duotone:after {
  content: "\e9ac";
  opacity: 0.3;
}

.ki-bandage.ki-duotone:before {
  content: "\e9ad";
  position: absolute;
}

.ki-bank.ki-duotone:after {
  content: "\e9ae";
  opacity: 0.3;
}

.ki-bank.ki-duotone:before {
  content: "\e9af";
  position: absolute;
}

.ki-bar-chart.ki-duotone:after {
  content: "\e9b0";
}

.ki-bar-chart.ki-duotone:before {
  content: "\e9b1";
  position: absolute;
  opacity: 0.3;
}

.ki-barcode.ki-duotone:after {
  content: "\e9b2";
}

.ki-barcode.ki-duotone:before {
  content: "\e9b3";
  position: absolute;
  opacity: 0.3;
}

.ki-basket-ok.ki-duotone:after {
  content: "\e9b4";
  opacity: 0.3;
}

.ki-basket-ok.ki-duotone:before {
  content: "\e9b5";
  position: absolute;
}

.ki-basket.ki-duotone:after {
  content: "\e9b6";
  opacity: 0.3;
}

.ki-basket.ki-duotone:before {
  content: "\e9b7";
  position: absolute;
}

.ki-behance.ki-duotone:after {
  content: "\e9b8";
}

.ki-behance.ki-duotone:before {
  content: "\e9b9";
  position: absolute;
  opacity: 0.3;
}

.ki-bill.ki-duotone:after {
  content: "\e9ba";
  opacity: 0.3;
}

.ki-bill.ki-duotone:before {
  content: "\e9bb";
  position: absolute;
}

.ki-binance-usd-busd.ki-duotone:after {
  content: "\e9bc";
}

.ki-binance-usd-busd.ki-duotone:before {
  content: "\e9bd";
  position: absolute;
  opacity: 0.3;
}

.ki-binance.ki-duotone:after {
  content: "\e9be";
  opacity: 0.3;
}

.ki-binance.ki-duotone:before {
  content: "\e9bf";
  position: absolute;
}

.ki-bitcoin.ki-duotone:after {
  content: "\e9c0";
  opacity: 0.3;
}

.ki-bitcoin.ki-duotone:before {
  content: "\e9c1";
  position: absolute;
}

.ki-black-down.ki-duotone:before {
  content: "\e9c2";
}

.ki-black-left-line.ki-duotone:after {
  content: "\e9c3";
}

.ki-black-left-line.ki-duotone:before {
  content: "\e9c4";
  position: absolute;
  opacity: 0.3;
}

.ki-black-left.ki-duotone:before {
  content: "\e9c5";
}

.ki-black-right-line.ki-duotone:after {
  content: "\e9c6";
}

.ki-black-right-line.ki-duotone:before {
  content: "\e9c7";
  position: absolute;
  opacity: 0.3;
}

.ki-black-right.ki-duotone:before {
  content: "\e9c8";
}

.ki-black-up.ki-duotone:before {
  content: "\e9c9";
}

.ki-bluetooth.ki-duotone:after {
  content: "\e9ca";
}

.ki-bluetooth.ki-duotone:before {
  content: "\e9cb";
  position: absolute;
  opacity: 0.3;
}

.ki-book-open.ki-duotone:after {
  content: "\e9cc";
  opacity: 0.3;
}

.ki-book-open.ki-duotone:before {
  content: "\e9cd";
  position: absolute;
}

.ki-book-square.ki-duotone:after {
  content: "\e9ce";
  opacity: 0.3;
}

.ki-book-square.ki-duotone:before {
  content: "\e9cf";
  position: absolute;
}

.ki-book.ki-duotone:after {
  content: "\e9d0";
  opacity: 0.3;
}

.ki-book.ki-duotone:before {
  content: "\e9d1";
  position: absolute;
}

.ki-bookmark-2.ki-duotone:after {
  content: "\e9d2";
  opacity: 0.3;
}

.ki-bookmark-2.ki-duotone:before {
  content: "\e9d3";
  position: absolute;
}

.ki-bookmark.ki-duotone:after {
  content: "\e9d4";
  opacity: 0.3;
}

.ki-bookmark.ki-duotone:before {
  content: "\e9d5";
  position: absolute;
}

.ki-bootstrap.ki-duotone:after {
  content: "\e9d6";
  opacity: 0.3;
}

.ki-bootstrap.ki-duotone:before {
  content: "\e9d7";
  position: absolute;
}

.ki-briefcase.ki-duotone:after {
  content: "\e9d8";
  opacity: 0.3;
}

.ki-briefcase.ki-duotone:before {
  content: "\e9d9";
  position: absolute;
}

.ki-brifecase-cros.ki-duotone:after {
  content: "\e9da";
  opacity: 0.3;
}

.ki-brifecase-cros.ki-duotone:before {
  content: "\e9db";
  position: absolute;
}

.ki-brifecase-tick.ki-duotone:after {
  content: "\e9dc";
  opacity: 0.3;
}

.ki-brifecase-tick.ki-duotone:before {
  content: "\e9dd";
  position: absolute;
}

.ki-brifecase-timer.ki-duotone:after {
  content: "\e9de";
  opacity: 0.3;
}

.ki-brifecase-timer.ki-duotone:before {
  content: "\e9df";
  position: absolute;
}

.ki-brush.ki-duotone:after {
  content: "\e9e0";
  opacity: 0.3;
}

.ki-brush.ki-duotone:before {
  content: "\e9e1";
  position: absolute;
}

.ki-bucket-square.ki-duotone:after {
  content: "\e9e2";
  opacity: 0.3;
}

.ki-bucket-square.ki-duotone:before {
  content: "\e9e3";
  position: absolute;
}

.ki-bucket.ki-duotone:after {
  content: "\e9e4";
  opacity: 0.3;
}

.ki-bucket.ki-duotone:before {
  content: "\e9e5";
  position: absolute;
}

.ki-burger-menu-1.ki-duotone:after {
  content: "\e9e6";
  opacity: 0.3;
}

.ki-burger-menu-1.ki-duotone:before {
  content: "\e9e7";
  position: absolute;
}

.ki-burger-menu-2.ki-duotone:after {
  content: "\e9e8";
  opacity: 0.3;
}

.ki-burger-menu-2.ki-duotone:before {
  content: "\e9e9";
  position: absolute;
}

.ki-burger-menu-3.ki-duotone:after {
  content: "\e9ea";
  opacity: 0.3;
}

.ki-burger-menu-3.ki-duotone:before {
  content: "\e9eb";
  position: absolute;
}

.ki-burger-menu-4.ki-duotone:before {
  content: "\e9ec";
}

.ki-burger-menu-5.ki-duotone:before {
  content: "\e9ed";
}

.ki-burger-menu-6.ki-duotone:before {
  content: "\e9ee";
}

.ki-burger-menu.ki-duotone:after {
  content: "\e9ef";
  opacity: 0.3;
}

.ki-burger-menu.ki-duotone:before {
  content: "\e9f0";
  position: absolute;
}

.ki-bus.ki-duotone:after {
  content: "\e9f1";
  opacity: 0.3;
}

.ki-bus.ki-duotone:before {
  content: "\e9f2";
  position: absolute;
}

.ki-calculator.ki-duotone:after {
  content: "\e9f3";
  opacity: 0.3;
}

.ki-calculator.ki-duotone:before {
  content: "\e9f4";
  position: absolute;
}

.ki-calculatoror.ki-duotone:after {
  content: "\e9f5";
  opacity: 0.3;
}

.ki-calculatoror.ki-duotone:before {
  content: "\e9f6";
  position: absolute;
}

.ki-calendar-2.ki-duotone:after {
  content: "\e9f7";
  opacity: 0.3;
}

.ki-calendar-2.ki-duotone:before {
  content: "\e9f8";
  position: absolute;
}

.ki-calendar-8.ki-duotone:after {
  content: "\e9f9";
  opacity: 0.3;
}

.ki-calendar-8.ki-duotone:before {
  content: "\e9fa";
  position: absolute;
}

.ki-calendar-add.ki-duotone:after {
  content: "\e9fb";
  opacity: 0.3;
}

.ki-calendar-add.ki-duotone:before {
  content: "\e9fc";
  position: absolute;
}

.ki-calendar-edit.ki-duotone:after {
  content: "\e9fd";
  opacity: 0.3;
}

.ki-calendar-edit.ki-duotone:before {
  content: "\e9fe";
  position: absolute;
}

.ki-calendar-remove.ki-duotone:after {
  content: "\e9ff";
  opacity: 0.3;
}

.ki-calendar-remove.ki-duotone:before {
  content: "\ea00";
  position: absolute;
}

.ki-calendar-search.ki-duotone:after {
  content: "\ea01";
  opacity: 0.3;
}

.ki-calendar-search.ki-duotone:before {
  content: "\ea02";
  position: absolute;
}

.ki-calendar-tick.ki-duotone:after {
  content: "\ea03";
  opacity: 0.3;
}

.ki-calendar-tick.ki-duotone:before {
  content: "\ea04";
  position: absolute;
}

.ki-calendar.ki-duotone:after {
  content: "\ea05";
  opacity: 0.3;
}

.ki-calendar.ki-duotone:before {
  content: "\ea06";
  position: absolute;
}

.ki-call.ki-duotone:after {
  content: "\ea07";
  opacity: 0.3;
}

.ki-call.ki-duotone:before {
  content: "\ea08";
  position: absolute;
}

.ki-capsule.ki-duotone:after {
  content: "\ea09";
  opacity: 0.3;
}

.ki-capsule.ki-duotone:before {
  content: "\ea0a";
  position: absolute;
}

.ki-car.ki-duotone:after {
  content: "\ea0b";
  opacity: 0.3;
}

.ki-car.ki-duotone:before {
  content: "\ea0c";
  position: absolute;
}

.ki-category.ki-duotone:after {
  content: "\ea0d";
  opacity: 0.3;
}

.ki-category.ki-duotone:before {
  content: "\ea0e";
  position: absolute;
}

.ki-cd.ki-duotone:after {
  content: "\ea0f";
}

.ki-cd.ki-duotone:before {
  content: "\ea10";
  position: absolute;
  opacity: 0.3;
}

.ki-celsius-cel.ki-duotone:after {
  content: "\ea11";
}

.ki-celsius-cel.ki-duotone:before {
  content: "\ea12";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-line-down-2.ki-duotone:after {
  content: "\ea13";
  opacity: 0.3;
}

.ki-chart-line-down-2.ki-duotone:before {
  content: "\ea14";
  position: absolute;
}

.ki-chart-line-down.ki-duotone:after {
  content: "\ea15";
  opacity: 0.3;
}

.ki-chart-line-down.ki-duotone:before {
  content: "\ea16";
  position: absolute;
}

.ki-chart-line-star.ki-duotone:after {
  content: "\ea17";
}

.ki-chart-line-star.ki-duotone:before {
  content: "\ea18";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-line-up-2.ki-duotone:after {
  content: "\ea19";
}

.ki-chart-line-up-2.ki-duotone:before {
  content: "\ea1a";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-line-up.ki-duotone:after {
  content: "\ea1b";
}

.ki-chart-line-up.ki-duotone:before {
  content: "\ea1c";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-line.ki-duotone:after {
  content: "\ea1d";
  opacity: 0.3;
}

.ki-chart-line.ki-duotone:before {
  content: "\ea1e";
  position: absolute;
}

.ki-chart-pie-3.ki-duotone:after {
  content: "\ea1f";
}

.ki-chart-pie-3.ki-duotone:before {
  content: "\ea20";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-pie-4.ki-duotone:after {
  content: "\ea21";
}

.ki-chart-pie-4.ki-duotone:before {
  content: "\ea22";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-pie-simple.ki-duotone:after {
  content: "\ea23";
}

.ki-chart-pie-simple.ki-duotone:before {
  content: "\ea24";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-pie-too.ki-duotone:after {
  content: "\ea25";
  opacity: 0.3;
}

.ki-chart-pie-too.ki-duotone:before {
  content: "\ea26";
  position: absolute;
}

.ki-chart-simple-2.ki-duotone:after {
  content: "\ea27";
}

.ki-chart-simple-2.ki-duotone:before {
  content: "\ea28";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-simple-3.ki-duotone:after {
  content: "\ea29";
}

.ki-chart-simple-3.ki-duotone:before {
  content: "\ea2a";
  position: absolute;
  opacity: 0.3;
}

.ki-chart-simple.ki-duotone:after {
  content: "\ea2b";
}

.ki-chart-simple.ki-duotone:before {
  content: "\ea2c";
  position: absolute;
  opacity: 0.3;
}

.ki-chart.ki-duotone:after {
  content: "\ea2d";
}

.ki-chart.ki-duotone:before {
  content: "\ea2e";
  position: absolute;
  opacity: 0.3;
}

.ki-check-circle.ki-duotone:after {
  content: "\ea2f";
  opacity: 0.3;
}

.ki-check-circle.ki-duotone:before {
  content: "\ea30";
  position: absolute;
}

.ki-check-squared.ki-duotone:after {
  content: "\ea31";
  opacity: 0.3;
}

.ki-check-squared.ki-duotone:before {
  content: "\ea32";
  position: absolute;
}

.ki-check.ki-duotone:before {
  content: "\ea33";
}

.ki-cheque.ki-duotone:after {
  content: "\ea34";
}

.ki-cheque.ki-duotone:before {
  content: "\ea35";
  position: absolute;
  opacity: 0.3;
}

.ki-chrome.ki-duotone:after {
  content: "\ea36";
  opacity: 0.3;
}

.ki-chrome.ki-duotone:before {
  content: "\ea37";
  position: absolute;
}

.ki-classmates.ki-duotone:after {
  content: "\ea38";
}

.ki-classmates.ki-duotone:before {
  content: "\ea39";
  position: absolute;
  opacity: 0.3;
}

.ki-click.ki-duotone:after {
  content: "\ea3a";
}

.ki-click.ki-duotone:before {
  content: "\ea3b";
  position: absolute;
  opacity: 0.3;
}

.ki-clipboard.ki-duotone:after {
  content: "\ea3c";
  opacity: 0.3;
}

.ki-clipboard.ki-duotone:before {
  content: "\ea3d";
  position: absolute;
}

.ki-cloud-add.ki-duotone:after {
  content: "\ea3e";
}

.ki-cloud-add.ki-duotone:before {
  content: "\ea3f";
  position: absolute;
  opacity: 0.3;
}

.ki-cloud-change.ki-duotone:after {
  content: "\ea40";
}

.ki-cloud-change.ki-duotone:before {
  content: "\ea41";
  position: absolute;
  opacity: 0.3;
}

.ki-cloud-download.ki-duotone:after {
  content: "\ea42";
  opacity: 0.3;
}

.ki-cloud-download.ki-duotone:before {
  content: "\ea43";
  position: absolute;
}

.ki-cloud.ki-duotone:before {
  content: "\ea44";
}

.ki-code.ki-duotone:after {
  content: "\ea45";
  opacity: 0.3;
}

.ki-code.ki-duotone:before {
  content: "\ea46";
  position: absolute;
}

.ki-coffee.ki-duotone:after {
  content: "\ea47";
  opacity: 0.3;
}

.ki-coffee.ki-duotone:before {
  content: "\ea48";
  position: absolute;
}

.ki-color-swatch.ki-duotone:after {
  content: "\ea49";
  opacity: 0.3;
}

.ki-color-swatch.ki-duotone:before {
  content: "\ea4a";
  position: absolute;
}

.ki-colors-square.ki-duotone:after {
  content: "\ea4b";
  opacity: 0.3;
}

.ki-colors-square.ki-duotone:before {
  content: "\ea4c";
  position: absolute;
}

.ki-compass.ki-duotone:after {
  content: "\ea4d";
}

.ki-compass.ki-duotone:before {
  content: "\ea4e";
  position: absolute;
  opacity: 0.3;
}

.ki-copy-success.ki-duotone:after {
  content: "\ea4f";
}

.ki-copy-success.ki-duotone:before {
  content: "\ea50";
  position: absolute;
  opacity: 0.3;
}

.ki-copy.ki-duotone:before {
  content: "\ea51";
}

.ki-courier-express.ki-duotone:after {
  content: "\ea52";
}

.ki-courier-express.ki-duotone:before {
  content: "\ea53";
  position: absolute;
  opacity: 0.3;
}

.ki-courier.ki-duotone:after {
  content: "\ea54";
  opacity: 0.3;
}

.ki-courier.ki-duotone:before {
  content: "\ea55";
  position: absolute;
}

.ki-credit-cart.ki-duotone:after {
  content: "\ea56";
  opacity: 0.3;
}

.ki-credit-cart.ki-duotone:before {
  content: "\ea57";
  position: absolute;
}

.ki-cross-circle.ki-duotone:after {
  content: "\ea58";
  opacity: 0.3;
}

.ki-cross-circle.ki-duotone:before {
  content: "\ea59";
  position: absolute;
}

.ki-cross-square.ki-duotone:after {
  content: "\ea5a";
  opacity: 0.3;
}

.ki-cross-square.ki-duotone:before {
  content: "\ea5b";
  position: absolute;
}

.ki-cross.ki-duotone:before {
  content: "\ea5c";
}

.ki-crown-2.ki-duotone:after {
  content: "\ea5d";
  opacity: 0.3;
}

.ki-crown-2.ki-duotone:before {
  content: "\ea5e";
  position: absolute;
}

.ki-crown.ki-duotone:after {
  content: "\ea5f";
  opacity: 0.3;
}

.ki-crown.ki-duotone:before {
  content: "\ea60";
  position: absolute;
}

.ki-css.ki-duotone:after {
  content: "\ea61";
  opacity: 0.3;
}

.ki-css.ki-duotone:before {
  content: "\ea62";
  position: absolute;
}

.ki-cube-2.ki-duotone:after {
  content: "\ea63";
  opacity: 0.3;
}

.ki-cube-2.ki-duotone:before {
  content: "\ea64";
  position: absolute;
}

.ki-cube-3.ki-duotone:after {
  content: "\ea65";
  opacity: 0.3;
}

.ki-cube-3.ki-duotone:before {
  content: "\ea66";
  position: absolute;
}

.ki-cup.ki-duotone:after {
  content: "\ea67";
  opacity: 0.3;
}

.ki-cup.ki-duotone:before {
  content: "\ea68";
  position: absolute;
}

.ki-cursor.ki-duotone:after {
  content: "\ea69";
  opacity: 0.3;
}

.ki-cursor.ki-duotone:before {
  content: "\ea6a";
  position: absolute;
}

.ki-dash.ki-duotone:after {
  content: "\ea6b";
  opacity: 0.3;
}

.ki-dash.ki-duotone:before {
  content: "\ea6c";
  position: absolute;
}

.ki-data.ki-duotone:after {
  content: "\ea6d";
}

.ki-data.ki-duotone:before {
  content: "\ea6e";
  position: absolute;
  opacity: 0.3;
}

.ki-delete-files.ki-duotone:after {
  content: "\ea6f";
  opacity: 0.3;
}

.ki-delete-files.ki-duotone:before {
  content: "\ea70";
  position: absolute;
}

.ki-delete-folder.ki-duotone:after {
  content: "\ea71";
  opacity: 0.3;
}

.ki-delete-folder.ki-duotone:before {
  content: "\ea72";
  position: absolute;
}

.ki-delivery-2.ki-duotone:after {
  content: "\ea73";
  opacity: 0.3;
}

.ki-delivery-2.ki-duotone:before {
  content: "\ea74";
  position: absolute;
}

.ki-delivery-3.ki-duotone:after {
  content: "\ea75";
  opacity: 0.3;
}

.ki-delivery-3.ki-duotone:before {
  content: "\ea76";
  position: absolute;
}

.ki-delivery-24.ki-duotone:after {
  content: "\ea77";
  opacity: 0.3;
}

.ki-delivery-24.ki-duotone:before {
  content: "\ea78";
  position: absolute;
}

.ki-delivery-door.ki-duotone:after {
  content: "\ea79";
  opacity: 0.3;
}

.ki-delivery-door.ki-duotone:before {
  content: "\ea7a";
  position: absolute;
}

.ki-delivery-geolocation.ki-duotone:after {
  content: "\ea7b";
  opacity: 0.3;
}

.ki-delivery-geolocation.ki-duotone:before {
  content: "\ea7c";
  position: absolute;
}

.ki-delivery-time.ki-duotone:after {
  content: "\ea7d";
  opacity: 0.3;
}

.ki-delivery-time.ki-duotone:before {
  content: "\ea7e";
  position: absolute;
}

.ki-delivery.ki-duotone:after {
  content: "\ea7f";
  opacity: 0.3;
}

.ki-delivery.ki-duotone:before {
  content: "\ea80";
  position: absolute;
}

.ki-design-1.ki-duotone:after {
  content: "\ea81";
  opacity: 0.3;
}

.ki-design-1.ki-duotone:before {
  content: "\ea82";
  position: absolute;
}

.ki-design-2.ki-duotone:after {
  content: "\ea83";
  opacity: 0.3;
}

.ki-design-2.ki-duotone:before {
  content: "\ea84";
  position: absolute;
}

.ki-desktop-mobile.ki-duotone:after {
  content: "\ea85";
  opacity: 0.3;
}

.ki-desktop-mobile.ki-duotone:before {
  content: "\ea86";
  position: absolute;
}

.ki-devices-2.ki-duotone:after {
  content: "\ea87";
  opacity: 0.3;
}

.ki-devices-2.ki-duotone:before {
  content: "\ea88";
  position: absolute;
}

.ki-devices.ki-duotone:after {
  content: "\ea89";
  opacity: 0.3;
}

.ki-devices.ki-duotone:before {
  content: "\ea8a";
  position: absolute;
}

.ki-diamonds.ki-duotone:after {
  content: "\ea8b";
}

.ki-diamonds.ki-duotone:before {
  content: "\ea8c";
  position: absolute;
  opacity: 0.3;
}

.ki-directbox-default.ki-duotone:after {
  content: "\ea8d";
  opacity: 0.3;
}

.ki-directbox-default.ki-duotone:before {
  content: "\ea8e";
  position: absolute;
}

.ki-disconnect.ki-duotone:after {
  content: "\ea8f";
}

.ki-disconnect.ki-duotone:before {
  content: "\ea90";
  position: absolute;
  opacity: 0.3;
}

.ki-discount.ki-duotone:after {
  content: "\ea91";
  opacity: 0.3;
}

.ki-discount.ki-duotone:before {
  content: "\ea92";
  position: absolute;
}

.ki-disguise.ki-duotone:after {
  content: "\ea93";
  opacity: 0.3;
}

.ki-disguise.ki-duotone:before {
  content: "\ea94";
  position: absolute;
}

.ki-disk.ki-duotone:after {
  content: "\ea95";
  opacity: 0.3;
}

.ki-disk.ki-duotone:before {
  content: "\ea96";
  position: absolute;
}

.ki-dislike.ki-duotone:after {
  content: "\ea97";
}

.ki-dislike.ki-duotone:before {
  content: "\ea98";
  position: absolute;
  opacity: 0.3;
}

.ki-dj.ki-duotone:before {
  content: "\ea99";
}

.ki-document.ki-duotone:after {
  content: "\ea9a";
  opacity: 0.3;
}

.ki-document.ki-duotone:before {
  content: "\ea9b";
  position: absolute;
}

.ki-double-check.ki-duotone:after {
  content: "\ea9c";
}

.ki-double-check.ki-duotone:before {
  content: "\ea9d";
  position: absolute;
  opacity: 0.3;
}

.ki-dollar.ki-duotone:after {
  content: "\ea9e";
  opacity: 0.3;
}

.ki-dollar.ki-duotone:before {
  content: "\ea9f";
  position: absolute;
}

.ki-dots-circle-vertical.ki-duotone:after {
  content: "\eaa0";
  opacity: 0.3;
}

.ki-dots-circle-vertical.ki-duotone:before {
  content: "\eaa1";
  position: absolute;
}

.ki-dots-circle.ki-duotone:after {
  content: "\eaa2";
  opacity: 0.3;
}

.ki-dots-circle.ki-duotone:before {
  content: "\eaa3";
  position: absolute;
}

.ki-dots-horizontal.ki-duotone:before {
  content: "\eaa4";
}

.ki-dots-square-vertical.ki-duotone:after {
  content: "\eaa5";
  opacity: 0.3;
}

.ki-dots-square-vertical.ki-duotone:before {
  content: "\eaa6";
  position: absolute;
}

.ki-dots-square.ki-duotone:after {
  content: "\eaa7";
  opacity: 0.3;
}

.ki-dots-square.ki-duotone:before {
  content: "\eaa8";
  position: absolute;
}

.ki-dots-vertical.ki-duotone:after {
  content: "\eaa9";
}

.ki-dots-vertical.ki-duotone:before {
  content: "\eaaa";
  position: absolute;
  opacity: 0.3;
}

.ki-double-check-circle.ki-duotone:after {
  content: "\eaab";
  opacity: 0.3;
}

.ki-double-check-circle.ki-duotone:before {
  content: "\eaac";
  position: absolute;
}

.ki-double-down.ki-duotone:after {
  content: "\eaad";
}

.ki-double-down.ki-duotone:before {
  content: "\eaae";
  position: absolute;
  opacity: 0.3;
}

.ki-double-left-arrow.ki-duotone:after {
  content: "\eaaf";
  opacity: 0.3;
}

.ki-double-left-arrow.ki-duotone:before {
  content: "\eab0";
  position: absolute;
}

.ki-double-left.ki-duotone:after {
  content: "\eab1";
}

.ki-double-left.ki-duotone:before {
  content: "\eab2";
  position: absolute;
  opacity: 0.3;
}

.ki-double-right-arrow.ki-duotone:after {
  content: "\eab3";
  opacity: 0.3;
}

.ki-double-right-arrow.ki-duotone:before {
  content: "\eab4";
  position: absolute;
}

.ki-double-right.ki-duotone:after {
  content: "\eab5";
}

.ki-double-right.ki-duotone:before {
  content: "\eab6";
  position: absolute;
  opacity: 0.3;
}

.ki-double-up.ki-duotone:after {
  content: "\eab7";
}

.ki-double-up.ki-duotone:before {
  content: "\eab8";
  position: absolute;
  opacity: 0.3;
}

.ki-down-square.ki-duotone:after {
  content: "\eab9";
  opacity: 0.3;
}

.ki-down-square.ki-duotone:before {
  content: "\eaba";
  position: absolute;
}

.ki-down.ki-duotone:before {
  content: "\eabb";
}

.ki-dribbble.ki-duotone:after {
  content: "\eabc";
}

.ki-dribbble.ki-duotone:before {
  content: "\eabd";
  position: absolute;
  opacity: 0.3;
}

.ki-drop.ki-duotone:after {
  content: "\eabe";
}

.ki-drop.ki-duotone:before {
  content: "\eabf";
  position: absolute;
  opacity: 0.3;
}

.ki-dropbox.ki-duotone:after {
  content: "\eac0";
  opacity: 0.3;
}

.ki-dropbox.ki-duotone:before {
  content: "\eac1";
  position: absolute;
}

.ki-educare-ekt.ki-duotone:after {
  content: "\eac2";
  opacity: 0.3;
}

.ki-educare-ekt.ki-duotone:before {
  content: "\eac3";
  position: absolute;
}

.ki-electricity.ki-duotone:after {
  content: "\eac4";
  opacity: 0.3;
}

.ki-electricity.ki-duotone:before {
  content: "\eac5";
  position: absolute;
}

.ki-electronic-clock.ki-duotone:after {
  content: "\eac6";
  opacity: 0.3;
}

.ki-electronic-clock.ki-duotone:before {
  content: "\eac7";
  position: absolute;
}

.ki-element-1.ki-duotone:after {
  content: "\eac8";
  opacity: 0.3;
}

.ki-element-1.ki-duotone:before {
  content: "\eac9";
  position: absolute;
}

.ki-element-2.ki-duotone:after {
  content: "\eaca";
}

.ki-element-2.ki-duotone:before {
  content: "\eacb";
  position: absolute;
  opacity: 0.3;
}

.ki-element-3.ki-duotone:after {
  content: "\eacc";
  opacity: 0.3;
}

.ki-element-3.ki-duotone:before {
  content: "\eacd";
  position: absolute;
}

.ki-element-4.ki-duotone:after {
  content: "\eace";
}

.ki-element-4.ki-duotone:before {
  content: "\eacf";
  position: absolute;
  opacity: 0.3;
}

.ki-element-5.ki-duotone:after {
  content: "\ead0";
}

.ki-element-5.ki-duotone:before {
  content: "\ead1";
  position: absolute;
  opacity: 0.3;
}

.ki-element-6.ki-duotone:after {
  content: "\ead2";
  opacity: 0.3;
}

.ki-element-6.ki-duotone:before {
  content: "\ead3";
  position: absolute;
}

.ki-element-7.ki-duotone:after {
  content: "\ead4";
}

.ki-element-7.ki-duotone:before {
  content: "\ead5";
  position: absolute;
  opacity: 0.3;
}

.ki-element-8.ki-duotone:after {
  content: "\ead6";
  opacity: 0.3;
}

.ki-element-8.ki-duotone:before {
  content: "\ead7";
  position: absolute;
}

.ki-element-9.ki-duotone:after {
  content: "\ead8";
  opacity: 0.3;
}

.ki-element-9.ki-duotone:before {
  content: "\ead9";
  position: absolute;
}

.ki-element-10.ki-duotone:after {
  content: "\eada";
}

.ki-element-10.ki-duotone:before {
  content: "\eadb";
  position: absolute;
  opacity: 0.3;
}

.ki-element-11.ki-duotone:after {
  content: "\eadc";
}

.ki-element-11.ki-duotone:before {
  content: "\eadd";
  position: absolute;
  opacity: 0.3;
}

.ki-element-12.ki-duotone:after {
  content: "\eade";
  opacity: 0.3;
}

.ki-element-12.ki-duotone:before {
  content: "\eadf";
  position: absolute;
}

.ki-element-equal.ki-duotone:after {
  content: "\eae0";
  opacity: 0.3;
}

.ki-element-equal.ki-duotone:before {
  content: "\eae1";
  position: absolute;
}

.ki-element-plus.ki-duotone:after {
  content: "\eae2";
}

.ki-element-plus.ki-duotone:before {
  content: "\eae3";
  position: absolute;
  opacity: 0.3;
}

.ki-emoji-happy.ki-duotone:after {
  content: "\eae4";
  opacity: 0.3;
}

.ki-emoji-happy.ki-duotone:before {
  content: "\eae5";
  position: absolute;
}

.ki-enjin-coin-enj.ki-duotone:after {
  content: "\eae6";
}

.ki-enjin-coin-enj.ki-duotone:before {
  content: "\eae7";
  position: absolute;
  opacity: 0.3;
}

.ki-ensure.ki-duotone:after {
  content: "\eae8";
}

.ki-ensure.ki-duotone:before {
  content: "\eae9";
  position: absolute;
  opacity: 0.3;
}

.ki-entrance-left.ki-duotone:after {
  content: "\eaea";
}

.ki-entrance-left.ki-duotone:before {
  content: "\eaeb";
  position: absolute;
  opacity: 0.3;
}

.ki-entrance-right.ki-duotone:after {
  content: "\eaec";
  opacity: 0.3;
}

.ki-entrance-right.ki-duotone:before {
  content: "\eaed";
  position: absolute;
}

.ki-eraser.ki-duotone:after {
  content: "\eaee";
  opacity: 0.3;
}

.ki-eraser.ki-duotone:before {
  content: "\eaef";
  position: absolute;
}

.ki-euro.ki-duotone:after {
  content: "\eaf0";
  opacity: 0.3;
}

.ki-euro.ki-duotone:before {
  content: "\eaf1";
  position: absolute;
}

.ki-exit-down.ki-duotone:after {
  content: "\eaf2";
  opacity: 0.3;
}

.ki-exit-down.ki-duotone:before {
  content: "\eaf3";
  position: absolute;
}

.ki-exit-left.ki-duotone:after {
  content: "\eaf4";
  opacity: 0.3;
}

.ki-exit-left.ki-duotone:before {
  content: "\eaf5";
  position: absolute;
}

.ki-exit-right-corner.ki-duotone:after {
  content: "\eaf6";
  opacity: 0.3;
}

.ki-exit-right-corner.ki-duotone:before {
  content: "\eaf7";
  position: absolute;
}

.ki-exit-right.ki-duotone:after {
  content: "\eaf8";
  opacity: 0.3;
}

.ki-exit-right.ki-duotone:before {
  content: "\eaf9";
  position: absolute;
}

.ki-exit-up.ki-duotone:after {
  content: "\eafa";
  opacity: 0.3;
}

.ki-exit-up.ki-duotone:before {
  content: "\eafb";
  position: absolute;
}

.ki-external-drive.ki-duotone:after {
  content: "\eafc";
}

.ki-external-drive.ki-duotone:before {
  content: "\eafd";
  position: absolute;
  opacity: 0.3;
}

.ki-eye-slash.ki-duotone:after {
  content: "\eafe";
}

.ki-eye-slash.ki-duotone:before {
  content: "\eaff";
  position: absolute;
  opacity: 0.3;
}

.ki-eye.ki-duotone:after {
  content: "\eb00";
}

.ki-eye.ki-duotone:before {
  content: "\eb01";
  position: absolute;
  opacity: 0.3;
}

.ki-face-id.ki-duotone:after {
  content: "\eb02";
  opacity: 0.3;
}

.ki-face-id.ki-duotone:before {
  content: "\eb03";
  position: absolute;
}

.ki-facebook.ki-duotone:after {
  content: "\eb04";
  opacity: 0.3;
}

.ki-facebook.ki-duotone:before {
  content: "\eb05";
  position: absolute;
}

.ki-fasten.ki-duotone:after {
  content: "\eb06";
  opacity: 0.3;
}

.ki-fasten.ki-duotone:before {
  content: "\eb07";
  position: absolute;
}

.ki-fatrows.ki-duotone:after {
  content: "\eb08";
}

.ki-fatrows.ki-duotone:before {
  content: "\eb09";
  position: absolute;
  opacity: 0.3;
}

.ki-feather.ki-duotone:after {
  content: "\eb0a";
  opacity: 0.3;
}

.ki-feather.ki-duotone:before {
  content: "\eb0b";
  position: absolute;
}

.ki-figma.ki-duotone:after {
  content: "\eb0c";
  opacity: 0.3;
}

.ki-figma.ki-duotone:before {
  content: "\eb0d";
  position: absolute;
}

.ki-file-added.ki-duotone:after {
  content: "\eb0e";
}

.ki-file-added.ki-duotone:before {
  content: "\eb0f";
  position: absolute;
  opacity: 0.3;
}

.ki-file-deleted.ki-duotone:after {
  content: "\eb10";
}

.ki-file-deleted.ki-duotone:before {
  content: "\eb11";
  position: absolute;
  opacity: 0.3;
}

.ki-file-down.ki-duotone:after {
  content: "\eb12";
  opacity: 0.3;
}

.ki-file-down.ki-duotone:before {
  content: "\eb13";
  position: absolute;
}

.ki-file-left.ki-duotone:after {
  content: "\eb14";
  opacity: 0.3;
}

.ki-file-left.ki-duotone:before {
  content: "\eb15";
  position: absolute;
}

.ki-file-right.ki-duotone:after {
  content: "\eb16";
  opacity: 0.3;
}

.ki-file-right.ki-duotone:before {
  content: "\eb17";
  position: absolute;
}

.ki-file-sheet.ki-duotone:after {
  content: "\eb18";
}

.ki-file-sheet.ki-duotone:before {
  content: "\eb19";
  position: absolute;
  opacity: 0.3;
}

.ki-file-up.ki-duotone:after {
  content: "\eb1a";
  opacity: 0.3;
}

.ki-file-up.ki-duotone:before {
  content: "\eb1b";
  position: absolute;
}

.ki-files.ki-duotone:after {
  content: "\eb1c";
}

.ki-files.ki-duotone:before {
  content: "\eb1d";
  position: absolute;
  opacity: 0.3;
}

.ki-filter-edit.ki-duotone:after {
  content: "\eb1e";
  opacity: 0.3;
}

.ki-filter-edit.ki-duotone:before {
  content: "\eb1f";
  position: absolute;
}

.ki-filter-search.ki-duotone:after {
  content: "\eb20";
  opacity: 0.3;
}

.ki-filter-search.ki-duotone:before {
  content: "\eb21";
  position: absolute;
}

.ki-filter-square.ki-duotone:after {
  content: "\eb22";
}

.ki-filter-square.ki-duotone:before {
  content: "\eb23";
  position: absolute;
  opacity: 0.3;
}

.ki-filter-tablet.ki-duotone:after {
  content: "\eb24";
  opacity: 0.3;
}

.ki-filter-tablet.ki-duotone:before {
  content: "\eb25";
  position: absolute;
}

.ki-filter-tick.ki-duotone:after {
  content: "\eb26";
  opacity: 0.3;
}

.ki-filter-tick.ki-duotone:before {
  content: "\eb27";
  position: absolute;
}

.ki-filter.ki-duotone:after {
  content: "\eb28";
}

.ki-filter.ki-duotone:before {
  content: "\eb29";
  position: absolute;
  opacity: 0.3;
}

.ki-financial-schedule.ki-duotone:after {
  content: "\eb2a";
  opacity: 0.3;
}

.ki-financial-schedule.ki-duotone:before {
  content: "\eb2b";
  position: absolute;
}

.ki-fingerprint-scanning.ki-duotone:after {
  content: "\eb2c";
}

.ki-fingerprint-scanning.ki-duotone:before {
  content: "\eb2d";
  position: absolute;
  opacity: 0.3;
}

.ki-flag.ki-duotone:after {
  content: "\eb2e";
  opacity: 0.3;
}

.ki-flag.ki-duotone:before {
  content: "\eb2f";
  position: absolute;
}

.ki-flash-circle.ki-duotone:after {
  content: "\eb30";
  opacity: 0.3;
}

.ki-flash-circle.ki-duotone:before {
  content: "\eb31";
  position: absolute;
}

.ki-flask.ki-duotone:after {
  content: "\eb32";
  opacity: 0.3;
}

.ki-flask.ki-duotone:before {
  content: "\eb33";
  position: absolute;
}

.ki-focus.ki-duotone:after {
  content: "\eb34";
  opacity: 0.3;
}

.ki-focus.ki-duotone:before {
  content: "\eb35";
  position: absolute;
}

.ki-folder-added.ki-duotone:after {
  content: "\eb36";
  opacity: 0.3;
}

.ki-folder-added.ki-duotone:before {
  content: "\eb37";
  position: absolute;
}

.ki-folder-down.ki-duotone:after {
  content: "\eb38";
  opacity: 0.3;
}

.ki-folder-down.ki-duotone:before {
  content: "\eb39";
  position: absolute;
}

.ki-folder-up.ki-duotone:after {
  content: "\eb3a";
  opacity: 0.3;
}

.ki-folder-up.ki-duotone:before {
  content: "\eb3b";
  position: absolute;
}

.ki-folder.ki-duotone:after {
  content: "\eb3c";
  opacity: 0.3;
}

.ki-folder.ki-duotone:before {
  content: "\eb3d";
  position: absolute;
}

.ki-frame.ki-duotone:after {
  content: "\eb3e";
  opacity: 0.3;
}

.ki-frame.ki-duotone:before {
  content: "\eb3f";
  position: absolute;
}

.ki-geolocation-home.ki-duotone:after {
  content: "\eb40";
  opacity: 0.3;
}

.ki-geolocation-home.ki-duotone:before {
  content: "\eb41";
  position: absolute;
}

.ki-geolocation.ki-duotone:after {
  content: "\eb42";
  opacity: 0.3;
}

.ki-geolocation.ki-duotone:before {
  content: "\eb43";
  position: absolute;
}

.ki-ghost.ki-duotone:after {
  content: "\eb44";
}

.ki-ghost.ki-duotone:before {
  content: "\eb45";
  position: absolute;
  opacity: 0.3;
}

.ki-gift.ki-duotone:after {
  content: "\eb46";
}

.ki-gift.ki-duotone:before {
  content: "\eb47";
  position: absolute;
  opacity: 0.3;
}

.ki-github.ki-duotone:after {
  content: "\eb48";
  opacity: 0.3;
}

.ki-github.ki-duotone:before {
  content: "\eb49";
  position: absolute;
}

.ki-glass.ki-duotone:after {
  content: "\eb4a";
  opacity: 0.3;
}

.ki-glass.ki-duotone:before {
  content: "\eb4b";
  position: absolute;
}

.ki-google-play.ki-duotone:after {
  content: "\eb4c";
  opacity: 0.3;
}

.ki-google-play.ki-duotone:before {
  content: "\eb4d";
  position: absolute;
}

.ki-google.ki-duotone:after {
  content: "\eb4e";
  opacity: 0.3;
}

.ki-google.ki-duotone:before {
  content: "\eb4f";
  position: absolute;
}

.ki-graph-2.ki-duotone:after {
  content: "\eb50";
  opacity: 0.3;
}

.ki-graph-2.ki-duotone:before {
  content: "\eb51";
  position: absolute;
}

.ki-graph-3.ki-duotone:after {
  content: "\eb52";
  opacity: 0.3;
}

.ki-graph-3.ki-duotone:before {
  content: "\eb53";
  position: absolute;
}

.ki-graph-4.ki-duotone:after {
  content: "\eb54";
}

.ki-graph-4.ki-duotone:before {
  content: "\eb55";
  position: absolute;
  opacity: 0.3;
}

.ki-graph-up.ki-duotone:after {
  content: "\eb56";
  opacity: 0.3;
}

.ki-graph-up.ki-duotone:before {
  content: "\eb57";
  position: absolute;
}

.ki-graph.ki-duotone:after {
  content: "\eb58";
  opacity: 0.3;
}

.ki-graph.ki-duotone:before {
  content: "\eb59";
  position: absolute;
}

.ki-grid-2.ki-duotone:after {
  content: "\eb5a";
  opacity: 0.3;
}

.ki-grid-2.ki-duotone:before {
  content: "\eb5b";
  position: absolute;
}

.ki-grid.ki-duotone:after {
  content: "\eb5c";
  opacity: 0.3;
}

.ki-grid.ki-duotone:before {
  content: "\eb5d";
  position: absolute;
}

.ki-handcart.ki-duotone:before {
  content: "\eb5e";
}

.ki-happyemoji.ki-duotone:after {
  content: "\eb5f";
  opacity: 0.3;
}

.ki-happyemoji.ki-duotone:before {
  content: "\eb60";
  position: absolute;
}

.ki-heart-circle.ki-duotone:after {
  content: "\eb61";
  opacity: 0.3;
}

.ki-heart-circle.ki-duotone:before {
  content: "\eb62";
  position: absolute;
}

.ki-heart.ki-duotone:after {
  content: "\eb63";
  opacity: 0.3;
}

.ki-heart.ki-duotone:before {
  content: "\eb64";
  position: absolute;
}

.ki-home-1.ki-duotone:after {
  content: "\eb65";
  opacity: 0.3;
}

.ki-home-1.ki-duotone:before {
  content: "\eb66";
  position: absolute;
}

.ki-home-2.ki-duotone:after {
  content: "\eb67";
  opacity: 0.3;
}

.ki-home-2.ki-duotone:before {
  content: "\eb68";
  position: absolute;
}

.ki-home-3.ki-duotone:after {
  content: "\eb69";
  opacity: 0.3;
}

.ki-home-3.ki-duotone:before {
  content: "\eb6a";
  position: absolute;
}

.ki-home.ki-duotone:before {
  content: "\eb6b";
}

.ki-html.ki-duotone:after {
  content: "\eb6c";
  opacity: 0.3;
}

.ki-html.ki-duotone:before {
  content: "\eb6d";
  position: absolute;
}

.ki-icon.ki-duotone:after {
  content: "\eb6e";
  opacity: 0.3;
}

.ki-icon.ki-duotone:before {
  content: "\eb6f";
  position: absolute;
}

.ki-illustrator.ki-duotone:after {
  content: "\eb70";
  opacity: 0.3;
}

.ki-illustrator.ki-duotone:before {
  content: "\eb71";
  position: absolute;
}

.ki-information-1.ki-duotone:after {
  content: "\eb72";
  opacity: 0.3;
}

.ki-information-1.ki-duotone:before {
  content: "\eb73";
  position: absolute;
}

.ki-information-2.ki-duotone:after {
  content: "\eb74";
  opacity: 0.3;
}

.ki-information-2.ki-duotone:before {
  content: "\eb75";
  position: absolute;
}

.ki-information-3.ki-duotone:after {
  content: "\eb76";
  opacity: 0.3;
}

.ki-information-3.ki-duotone:before {
  content: "\eb77";
  position: absolute;
}

.ki-information-4.ki-duotone:after {
  content: "\eb78";
  opacity: 0.3;
}

.ki-information-4.ki-duotone:before {
  content: "\eb79";
  position: absolute;
}

.ki-information.ki-duotone:after {
  content: "\eb7a";
  opacity: 0.3;
}

.ki-information.ki-duotone:before {
  content: "\eb7b";
  position: absolute;
}

.ki-instagram.ki-duotone:after {
  content: "\eb7c";
  opacity: 0.3;
}

.ki-instagram.ki-duotone:before {
  content: "\eb7d";
  position: absolute;
}

.ki-joystick.ki-duotone:after {
  content: "\eb7e";
}

.ki-joystick.ki-duotone:before {
  content: "\eb7f";
  position: absolute;
  opacity: 0.3;
}

.ki-js-2.ki-duotone:after {
  content: "\eb80";
}

.ki-js-2.ki-duotone:before {
  content: "\eb81";
  position: absolute;
  opacity: 0.3;
}

.ki-js.ki-duotone:after {
  content: "\eb82";
}

.ki-js.ki-duotone:before {
  content: "\eb83";
  position: absolute;
  opacity: 0.3;
}

.ki-kanban.ki-duotone:after {
  content: "\eb84";
}

.ki-kanban.ki-duotone:before {
  content: "\eb85";
  position: absolute;
  opacity: 0.3;
}

.ki-key-square.ki-duotone:after {
  content: "\eb86";
  opacity: 0.3;
}

.ki-key-square.ki-duotone:before {
  content: "\eb87";
  position: absolute;
}

.ki-key.ki-duotone:after {
  content: "\eb88";
  opacity: 0.3;
}

.ki-key.ki-duotone:before {
  content: "\eb89";
  position: absolute;
}

.ki-keyboard.ki-duotone:after {
  content: "\eb8a";
}

.ki-keyboard.ki-duotone:before {
  content: "\eb8b";
  position: absolute;
  opacity: 0.3;
}

.ki-laptop.ki-duotone:after {
  content: "\eb8c";
  opacity: 0.3;
}

.ki-laptop.ki-duotone:before {
  content: "\eb8d";
  position: absolute;
}

.ki-laravel.ki-duotone:after {
  content: "\eb8e";
  opacity: 0.3;
}

.ki-laravel.ki-duotone:before {
  content: "\eb8f";
  position: absolute;
}

.ki-left-square.ki-duotone:after {
  content: "\eb90";
  opacity: 0.3;
}

.ki-left-square.ki-duotone:before {
  content: "\eb91";
  position: absolute;
}

.ki-left.ki-duotone:before {
  content: "\eb92";
}

.ki-like-2.ki-duotone:after {
  content: "\eb93";
  opacity: 0.3;
}

.ki-like-2.ki-duotone:before {
  content: "\eb94";
  position: absolute;
}

.ki-like-folder.ki-duotone:after {
  content: "\eb95";
  opacity: 0.3;
}

.ki-like-folder.ki-duotone:before {
  content: "\eb96";
  position: absolute;
}

.ki-like-shapes.ki-duotone:after {
  content: "\eb97";
  opacity: 0.3;
}

.ki-like-shapes.ki-duotone:before {
  content: "\eb98";
  position: absolute;
}

.ki-like-tag.ki-duotone:after {
  content: "\eb99";
  opacity: 0.3;
}

.ki-like-tag.ki-duotone:before {
  content: "\eb9a";
  position: absolute;
}

.ki-like.ki-duotone:after {
  content: "\eb9b";
}

.ki-like.ki-duotone:before {
  content: "\eb9c";
  position: absolute;
  opacity: 0.3;
}

.ki-loading.ki-duotone:after {
  content: "\eb9d";
}

.ki-loading.ki-duotone:before {
  content: "\eb9e";
  position: absolute;
  opacity: 0.3;
}

.ki-lock-2.ki-duotone:after {
  content: "\eb9f";
}

.ki-lock-2.ki-duotone:before {
  content: "\eba0";
  position: absolute;
  opacity: 0.3;
}

.ki-lock-3.ki-duotone:after {
  content: "\eba1";
  opacity: 0.3;
}

.ki-lock-3.ki-duotone:before {
  content: "\eba2";
  position: absolute;
}

.ki-lock.ki-duotone:after {
  content: "\eba3";
  opacity: 0.3;
}

.ki-lock.ki-duotone:before {
  content: "\eba4";
  position: absolute;
}

.ki-logistic.ki-duotone:after {
  content: "\eba5";
  opacity: 0.3;
}

.ki-logistic.ki-duotone:before {
  content: "\eba6";
  position: absolute;
}

.ki-lots-shopping.ki-duotone:after {
  content: "\eba7";
  opacity: 0.3;
}

.ki-lots-shopping.ki-duotone:before {
  content: "\eba8";
  position: absolute;
}

.ki-lovely.ki-duotone:after {
  content: "\eba9";
  opacity: 0.3;
}

.ki-lovely.ki-duotone:before {
  content: "\ebaa";
  position: absolute;
}

.ki-lts.ki-duotone:after {
  content: "\ebab";
}

.ki-lts.ki-duotone:before {
  content: "\ebac";
  position: absolute;
  opacity: 0.3;
}

.ki-magnifier.ki-duotone:after {
  content: "\ebad";
  opacity: 0.3;
}

.ki-magnifier.ki-duotone:before {
  content: "\ebae";
  position: absolute;
}

.ki-map.ki-duotone:after {
  content: "\ebaf";
  opacity: 0.3;
}

.ki-map.ki-duotone:before {
  content: "\ebb0";
  position: absolute;
}

.ki-mask.ki-duotone:after {
  content: "\ebb1";
  opacity: 0.3;
}

.ki-mask.ki-duotone:before {
  content: "\ebb2";
  position: absolute;
}

.ki-maximize.ki-duotone:after {
  content: "\ebb3";
  opacity: 0.3;
}

.ki-maximize.ki-duotone:before {
  content: "\ebb4";
  position: absolute;
}

.ki-medal-star.ki-duotone:after {
  content: "\ebb5";
  opacity: 0.3;
}

.ki-medal-star.ki-duotone:before {
  content: "\ebb6";
  position: absolute;
}

.ki-menu.ki-duotone:after {
  content: "\ebb7";
  opacity: 0.3;
}

.ki-menu.ki-duotone:before {
  content: "\ebb8";
  position: absolute;
}

.ki-message-add.ki-duotone:after {
  content: "\ebb9";
  opacity: 0.3;
}

.ki-message-add.ki-duotone:before {
  content: "\ebba";
  position: absolute;
}

.ki-message-edit.ki-duotone:after {
  content: "\ebbb";
  opacity: 0.3;
}

.ki-message-edit.ki-duotone:before {
  content: "\ebbc";
  position: absolute;
}

.ki-message-minus.ki-duotone:after {
  content: "\ebbd";
  opacity: 0.3;
}

.ki-message-minus.ki-duotone:before {
  content: "\ebbe";
  position: absolute;
}

.ki-message-notify.ki-duotone:after {
  content: "\ebbf";
  opacity: 0.3;
}

.ki-message-notify.ki-duotone:before {
  content: "\ebc0";
  position: absolute;
}

.ki-message-programming.ki-duotone:after {
  content: "\ebc1";
  opacity: 0.3;
}

.ki-message-programming.ki-duotone:before {
  content: "\ebc2";
  position: absolute;
}

.ki-message-question.ki-duotone:after {
  content: "\ebc3";
  opacity: 0.3;
}

.ki-message-question.ki-duotone:before {
  content: "\ebc4";
  position: absolute;
}

.ki-message-text-2.ki-duotone:after {
  content: "\ebc5";
  opacity: 0.3;
}

.ki-message-text-2.ki-duotone:before {
  content: "\ebc6";
  position: absolute;
}

.ki-message-text.ki-duotone:after {
  content: "\ebc7";
  opacity: 0.3;
}

.ki-message-text.ki-duotone:before {
  content: "\ebc8";
  position: absolute;
}

.ki-messages.ki-duotone:after {
  content: "\ebc9";
  opacity: 0.3;
}

.ki-messages.ki-duotone:before {
  content: "\ebca";
  position: absolute;
}

.ki-microsoft.ki-duotone:after {
  content: "\ebcb";
}

.ki-microsoft.ki-duotone:before {
  content: "\ebcc";
  position: absolute;
  opacity: 0.3;
}

.ki-milk.ki-duotone:after {
  content: "\ebcd";
  opacity: 0.3;
}

.ki-milk.ki-duotone:before {
  content: "\ebce";
  position: absolute;
}

.ki-minus-circle.ki-duotone:after {
  content: "\ebcf";
  opacity: 0.3;
}

.ki-minus-circle.ki-duotone:before {
  content: "\ebd0";
  position: absolute;
}

.ki-minus-folder.ki-duotone:after {
  content: "\ebd1";
  opacity: 0.3;
}

.ki-minus-folder.ki-duotone:before {
  content: "\ebd2";
  position: absolute;
}

.ki-minus-squared.ki-duotone:after {
  content: "\ebd3";
  opacity: 0.3;
}

.ki-minus-squared.ki-duotone:before {
  content: "\ebd4";
  position: absolute;
}

.ki-minus.ki-duotone:before {
  content: "\ebd5";
}

.ki-moon.ki-duotone:after {
  content: "\ebd6";
}

.ki-moon.ki-duotone:before {
  content: "\ebd7";
  position: absolute;
  opacity: 0.3;
}

.ki-more-2.ki-duotone:after {
  content: "\ebd8";
  opacity: 0.3;
}

.ki-more-2.ki-duotone:before {
  content: "\ebd9";
  position: absolute;
}

.ki-mouse-circle.ki-duotone:after {
  content: "\ebda";
}

.ki-mouse-circle.ki-duotone:before {
  content: "\ebdb";
  position: absolute;
  opacity: 0.3;
}

.ki-mouse-square.ki-duotone:after {
  content: "\ebdc";
  opacity: 0.3;
}

.ki-mouse-square.ki-duotone:before {
  content: "\ebdd";
  position: absolute;
}

.ki-mouse.ki-duotone:after {
  content: "\ebde";
  opacity: 0.3;
}

.ki-mouse.ki-duotone:before {
  content: "\ebdf";
  position: absolute;
}

.ki-nexo.ki-duotone:after {
  content: "\ebe0";
  opacity: 0.3;
}

.ki-nexo.ki-duotone:before {
  content: "\ebe1";
  position: absolute;
}

.ki-night-day.ki-duotone:after {
  content: "\ebe2";
  opacity: 0.3;
}

.ki-night-day.ki-duotone:before {
  content: "\ebe3";
  position: absolute;
}

.ki-note-2.ki-duotone:after {
  content: "\ebe4";
  opacity: 0.3;
}

.ki-note-2.ki-duotone:before {
  content: "\ebe5";
  position: absolute;
}

.ki-note.ki-duotone:after {
  content: "\ebe6";
  opacity: 0.3;
}

.ki-note.ki-duotone:before {
  content: "\ebe7";
  position: absolute;
}

.ki-notepad-bookmark.ki-duotone:after {
  content: "\ebe8";
}

.ki-notepad-bookmark.ki-duotone:before {
  content: "\ebe9";
  position: absolute;
  opacity: 0.3;
}

.ki-notepad-edit.ki-duotone:after {
  content: "\ebea";
  opacity: 0.3;
}

.ki-notepad-edit.ki-duotone:before {
  content: "\ebeb";
  position: absolute;
}

.ki-notepad.ki-duotone:after {
  content: "\ebec";
  opacity: 0.3;
}

.ki-notepad.ki-duotone:before {
  content: "\ebed";
  position: absolute;
}

.ki-notification-1.ki-duotone:after {
  content: "\ebee";
}

.ki-notification-1.ki-duotone:before {
  content: "\ebef";
  position: absolute;
  opacity: 0.3;
}

.ki-notification-bing.ki-duotone:after {
  content: "\ebf0";
}

.ki-notification-bing.ki-duotone:before {
  content: "\ebf1";
  position: absolute;
  opacity: 0.3;
}

.ki-notification-circle.ki-duotone:after {
  content: "\ebf2";
}

.ki-notification-circle.ki-duotone:before {
  content: "\ebf3";
  position: absolute;
  opacity: 0.3;
}

.ki-notification-favorite.ki-duotone:after {
  content: "\ebf4";
}

.ki-notification-favorite.ki-duotone:before {
  content: "\ebf5";
  position: absolute;
  opacity: 0.3;
}

.ki-notification-on.ki-duotone:after {
  content: "\ebf6";
  opacity: 0.3;
}

.ki-notification-on.ki-duotone:before {
  content: "\ebf7";
  position: absolute;
}

.ki-notification-status.ki-duotone:after {
  content: "\ebf8";
  opacity: 0.3;
}

.ki-notification-status.ki-duotone:before {
  content: "\ebf9";
  position: absolute;
}

.ki-notification.ki-duotone:after {
  content: "\ebfa";
  opacity: 0.3;
}

.ki-notification.ki-duotone:before {
  content: "\ebfb";
  position: absolute;
}

.ki-ocean.ki-duotone:after {
  content: "\ebfc";
}

.ki-ocean.ki-duotone:before {
  content: "\ebfd";
  position: absolute;
  opacity: 0.3;
}

.ki-office-bag.ki-duotone:after {
  content: "\ebfe";
  opacity: 0.3;
}

.ki-office-bag.ki-duotone:before {
  content: "\ebff";
  position: absolute;
}

.ki-package.ki-duotone:after {
  content: "\ec00";
  opacity: 0.3;
}

.ki-package.ki-duotone:before {
  content: "\ec01";
  position: absolute;
}

.ki-pad.ki-duotone:after {
  content: "\ec02";
  opacity: 0.3;
}

.ki-pad.ki-duotone:before {
  content: "\ec03";
  position: absolute;
}

.ki-pails.ki-duotone:after {
  content: "\ec04";
  opacity: 0.3;
}

.ki-pails.ki-duotone:before {
  content: "\ec05";
  position: absolute;
}

.ki-paintbucket.ki-duotone:after {
  content: "\ec06";
  opacity: 0.3;
}

.ki-paintbucket.ki-duotone:before {
  content: "\ec07";
  position: absolute;
}

.ki-paper-clip.ki-duotone:before {
  content: "\ec08";
}

.ki-paper-plane.ki-duotone:after {
  content: "\ec09";
}

.ki-paper-plane.ki-duotone:before {
  content: "\ec0a";
  position: absolute;
  opacity: 0.3;
}

.ki-parcel-tracking.ki-duotone:after {
  content: "\ec0b";
}

.ki-parcel-tracking.ki-duotone:before {
  content: "\ec0c";
  position: absolute;
  opacity: 0.3;
}

.ki-parcel.ki-duotone:after {
  content: "\ec0d";
  opacity: 0.3;
}

.ki-parcel.ki-duotone:before {
  content: "\ec0e";
  position: absolute;
}

.ki-password-check.ki-duotone:after {
  content: "\ec0f";
}

.ki-password-check.ki-duotone:before {
  content: "\ec10";
  position: absolute;
  opacity: 0.3;
}

.ki-paypal.ki-duotone:after {
  content: "\ec11";
}

.ki-paypal.ki-duotone:before {
  content: "\ec12";
  position: absolute;
  opacity: 0.3;
}

.ki-pencil.ki-duotone:after {
  content: "\ec13";
  opacity: 0.3;
}

.ki-pencil.ki-duotone:before {
  content: "\ec14";
  position: absolute;
}

.ki-people.ki-duotone:after {
  content: "\ec15";
}

.ki-people.ki-duotone:before {
  content: "\ec16";
  position: absolute;
  opacity: 0.3;
}

.ki-percentage.ki-duotone:after {
  content: "\ec17";
}

.ki-percentage.ki-duotone:before {
  content: "\ec18";
  position: absolute;
  opacity: 0.3;
}

.ki-phone.ki-duotone:after {
  content: "\ec19";
  opacity: 0.3;
}

.ki-phone.ki-duotone:before {
  content: "\ec1a";
  position: absolute;
}

.ki-photoshop.ki-duotone:after {
  content: "\ec1b";
  opacity: 0.3;
}

.ki-photoshop.ki-duotone:before {
  content: "\ec1c";
  position: absolute;
}

.ki-picture.ki-duotone:after {
  content: "\ec1d";
  opacity: 0.3;
}

.ki-picture.ki-duotone:before {
  content: "\ec1e";
  position: absolute;
}

.ki-pill.ki-duotone:before {
  content: "\ec1f";
}

.ki-pin.ki-duotone:after {
  content: "\ec20";
  opacity: 0.3;
}

.ki-pin.ki-duotone:before {
  content: "\ec21";
  position: absolute;
}

.ki-plus-circle.ki-duotone:after {
  content: "\ec22";
  opacity: 0.3;
}

.ki-plus-circle.ki-duotone:before {
  content: "\ec23";
  position: absolute;
}

.ki-plus-squared.ki-duotone:after {
  content: "\ec24";
  opacity: 0.3;
}

.ki-plus-squared.ki-duotone:before {
  content: "\ec25";
  position: absolute;
}

.ki-plus.ki-duotone:before {
  content: "\ec26";
}

.ki-pointers.ki-duotone:after {
  content: "\ec27";
  opacity: 0.3;
}

.ki-pointers.ki-duotone:before {
  content: "\ec28";
  position: absolute;
}

.ki-price-tag.ki-duotone:after {
  content: "\ec29";
  opacity: 0.3;
}

.ki-price-tag.ki-duotone:before {
  content: "\ec2a";
  position: absolute;
}

.ki-printer.ki-duotone:after {
  content: "\ec2b";
  opacity: 0.3;
}

.ki-printer.ki-duotone:before {
  content: "\ec2c";
  position: absolute;
}

.ki-profile-circle.ki-duotone:after {
  content: "\ec2d";
  opacity: 0.3;
}

.ki-profile-circle.ki-duotone:before {
  content: "\ec2e";
  position: absolute;
}

.ki-pulse.ki-duotone:after {
  content: "\ec2f";
  opacity: 0.3;
}

.ki-pulse.ki-duotone:before {
  content: "\ec30";
  position: absolute;
}

.ki-purchase.ki-duotone:after {
  content: "\ec31";
  opacity: 0.3;
}

.ki-purchase.ki-duotone:before {
  content: "\ec32";
  position: absolute;
}

.ki-python.ki-duotone:after {
  content: "\ec33";
  opacity: 0.3;
}

.ki-python.ki-duotone:before {
  content: "\ec34";
  position: absolute;
}

.ki-question-2.ki-duotone:after {
  content: "\ec35";
  opacity: 0.3;
}

.ki-question-2.ki-duotone:before {
  content: "\ec36";
  position: absolute;
}

.ki-question.ki-duotone:after {
  content: "\ec37";
  opacity: 0.3;
}

.ki-question.ki-duotone:before {
  content: "\ec38";
  position: absolute;
}

.ki-questionnaire-tablet.ki-duotone:after {
  content: "\ec39";
  opacity: 0.3;
}

.ki-questionnaire-tablet.ki-duotone:before {
  content: "\ec3a";
  position: absolute;
}

.ki-ranking.ki-duotone:after {
  content: "\ec3b";
  opacity: 0.3;
}

.ki-ranking.ki-duotone:before {
  content: "\ec3c";
  position: absolute;
}

.ki-react.ki-duotone:after {
  content: "\ec3d";
  opacity: 0.3;
}

.ki-react.ki-duotone:before {
  content: "\ec3e";
  position: absolute;
}

.ki-receipt-square.ki-duotone:after {
  content: "\ec3f";
  opacity: 0.3;
}

.ki-receipt-square.ki-duotone:before {
  content: "\ec40";
  position: absolute;
}

.ki-rescue.ki-duotone:after {
  content: "\ec41";
  opacity: 0.3;
}

.ki-rescue.ki-duotone:before {
  content: "\ec42";
  position: absolute;
}

.ki-right-left.ki-duotone:after {
  content: "\ec43";
}

.ki-right-left.ki-duotone:before {
  content: "\ec44";
  position: absolute;
  opacity: 0.3;
}

.ki-right-square.ki-duotone:after {
  content: "\ec45";
  opacity: 0.3;
}

.ki-right-square.ki-duotone:before {
  content: "\ec46";
  position: absolute;
}

.ki-right.ki-duotone:before {
  content: "\ec47";
}

.ki-rocket.ki-duotone:after {
  content: "\ec48";
  opacity: 0.3;
}

.ki-rocket.ki-duotone:before {
  content: "\ec49";
  position: absolute;
}

.ki-route.ki-duotone:after {
  content: "\ec4a";
}

.ki-route.ki-duotone:before {
  content: "\ec4b";
  position: absolute;
  opacity: 0.3;
}

.ki-router.ki-duotone:after {
  content: "\ec4c";
  opacity: 0.3;
}

.ki-router.ki-duotone:before {
  content: "\ec4d";
  position: absolute;
}

.ki-row-horizontal.ki-duotone:after {
  content: "\ec4e";
}

.ki-row-horizontal.ki-duotone:before {
  content: "\ec4f";
  position: absolute;
  opacity: 0.3;
}

.ki-row-vertical.ki-duotone:after {
  content: "\ec50";
}

.ki-row-vertical.ki-duotone:before {
  content: "\ec51";
  position: absolute;
  opacity: 0.3;
}

.ki-safe-home.ki-duotone:after {
  content: "\ec52";
  opacity: 0.3;
}

.ki-safe-home.ki-duotone:before {
  content: "\ec53";
  position: absolute;
}

.ki-satellite.ki-duotone:after {
  content: "\ec54";
  opacity: 0.3;
}

.ki-satellite.ki-duotone:before {
  content: "\ec55";
  position: absolute;
}

.ki-save-2.ki-duotone:after {
  content: "\ec56";
  opacity: 0.3;
}

.ki-save-2.ki-duotone:before {
  content: "\ec57";
  position: absolute;
}

.ki-save-deposit.ki-duotone:after {
  content: "\ec58";
}

.ki-save-deposit.ki-duotone:before {
  content: "\ec59";
  position: absolute;
  opacity: 0.3;
}

.ki-scan-barcode.ki-duotone:after {
  content: "\ec5a";
}

.ki-scan-barcode.ki-duotone:before {
  content: "\ec5b";
  position: absolute;
  opacity: 0.3;
}

.ki-screen.ki-duotone:after {
  content: "\ec5c";
  opacity: 0.3;
}

.ki-screen.ki-duotone:before {
  content: "\ec5d";
  position: absolute;
}

.ki-scroll.ki-duotone:after {
  content: "\ec5e";
  opacity: 0.3;
}

.ki-scroll.ki-duotone:before {
  content: "\ec5f";
  position: absolute;
}

.ki-search-list.ki-duotone:after {
  content: "\ec60";
  opacity: 0.3;
}

.ki-search-list.ki-duotone:before {
  content: "\ec61";
  position: absolute;
}

.ki-security-user.ki-duotone:after {
  content: "\ec62";
  opacity: 0.3;
}

.ki-security-user.ki-duotone:before {
  content: "\ec63";
  position: absolute;
}

.ki-setting-2.ki-duotone:after {
  content: "\ec64";
  opacity: 0.3;
}

.ki-setting-2.ki-duotone:before {
  content: "\ec65";
  position: absolute;
}

.ki-setting-3.ki-duotone:after {
  content: "\ec66";
  opacity: 0.3;
}

.ki-setting-3.ki-duotone:before {
  content: "\ec67";
  position: absolute;
}

.ki-setting-4.ki-duotone:before {
  content: "\ec68";
}

.ki-setting.ki-duotone:after {
  content: "\ec69";
  opacity: 0.3;
}

.ki-setting.ki-duotone:before {
  content: "\ec6a";
  position: absolute;
}

.ki-share.ki-duotone:after {
  content: "\ec6b";
  opacity: 0.3;
}

.ki-share.ki-duotone:before {
  content: "\ec6c";
  position: absolute;
}

.ki-shield-cross.ki-duotone:after {
  content: "\ec6d";
  opacity: 0.3;
}

.ki-shield-cross.ki-duotone:before {
  content: "\ec6e";
  position: absolute;
}

.ki-shield-search.ki-duotone:after {
  content: "\ec6f";
  opacity: 0.3;
}

.ki-shield-search.ki-duotone:before {
  content: "\ec70";
  position: absolute;
}

.ki-shield-slash.ki-duotone:after {
  content: "\ec71";
}

.ki-shield-slash.ki-duotone:before {
  content: "\ec72";
  position: absolute;
  opacity: 0.3;
}

.ki-shield-tick.ki-duotone:after {
  content: "\ec73";
  opacity: 0.3;
}

.ki-shield-tick.ki-duotone:before {
  content: "\ec74";
  position: absolute;
}

.ki-shield.ki-duotone:after {
  content: "\ec75";
  opacity: 0.3;
}

.ki-shield.ki-duotone:before {
  content: "\ec76";
  position: absolute;
}

.ki-ship.ki-duotone:after {
  content: "\ec77";
  opacity: 0.3;
}

.ki-ship.ki-duotone:before {
  content: "\ec78";
  position: absolute;
}

.ki-shop.ki-duotone:after {
  content: "\ec79";
}

.ki-shop.ki-duotone:before {
  content: "\ec7a";
  position: absolute;
  opacity: 0.3;
}

.ki-simcard-2.ki-duotone:after {
  content: "\ec7b";
  opacity: 0.3;
}

.ki-simcard-2.ki-duotone:before {
  content: "\ec7c";
  position: absolute;
}

.ki-simcard.ki-duotone:after {
  content: "\ec7d";
  opacity: 0.3;
}

.ki-simcard.ki-duotone:before {
  content: "\ec7e";
  position: absolute;
}

.ki-size.ki-duotone:after {
  content: "\ec7f";
  opacity: 0.3;
}

.ki-size.ki-duotone:before {
  content: "\ec80";
  position: absolute;
}

.ki-slack.ki-duotone:after {
  content: "\ec81";
}

.ki-slack.ki-duotone:before {
  content: "\ec82";
  position: absolute;
  opacity: 0.3;
}

.ki-slider-horizontal-2.ki-duotone:after {
  content: "\ec83";
}

.ki-slider-horizontal-2.ki-duotone:before {
  content: "\ec84";
  position: absolute;
  opacity: 0.3;
}

.ki-slider-horizontal.ki-duotone:after {
  content: "\ec85";
  opacity: 0.3;
}

.ki-slider-horizontal.ki-duotone:before {
  content: "\ec86";
  position: absolute;
}

.ki-slider-vertica.ki-duotone:after {
  content: "\ec87";
  opacity: 0.3;
}

.ki-slider-vertica.ki-duotone:before {
  content: "\ec88";
  position: absolute;
}

.ki-slider-vertical.ki-duotone:after {
  content: "\ec89";
}

.ki-slider-vertical.ki-duotone:before {
  content: "\ec8a";
  position: absolute;
  opacity: 0.3;
}

.ki-slider.ki-duotone:after {
  content: "\ec8b";
  opacity: 0.3;
}

.ki-slider.ki-duotone:before {
  content: "\ec8c";
  position: absolute;
}

.ki-sms.ki-duotone:after {
  content: "\ec8d";
  opacity: 0.3;
}

.ki-sms.ki-duotone:before {
  content: "\ec8e";
  position: absolute;
}

.ki-snapchat.ki-duotone:after {
  content: "\ec8f";
}

.ki-snapchat.ki-duotone:before {
  content: "\ec90";
  position: absolute;
  opacity: 0.3;
}

.ki-social-media.ki-duotone:after {
  content: "\ec91";
}

.ki-social-media.ki-duotone:before {
  content: "\ec92";
  position: absolute;
  opacity: 0.3;
}

.ki-soft-2.ki-duotone:after {
  content: "\ec93";
  opacity: 0.3;
}

.ki-soft-2.ki-duotone:before {
  content: "\ec94";
  position: absolute;
}

.ki-soft-3.ki-duotone:after {
  content: "\ec95";
}

.ki-soft-3.ki-duotone:before {
  content: "\ec96";
  position: absolute;
  opacity: 0.3;
}

.ki-soft.ki-duotone:after {
  content: "\ec97";
  opacity: 0.3;
}

.ki-soft.ki-duotone:before {
  content: "\ec98";
  position: absolute;
}

.ki-some-files.ki-duotone:after {
  content: "\ec99";
  opacity: 0.3;
}

.ki-some-files.ki-duotone:before {
  content: "\ec9a";
  position: absolute;
}

.ki-sort.ki-duotone:after {
  content: "\ec9b";
  opacity: 0.3;
}

.ki-sort.ki-duotone:before {
  content: "\ec9c";
  position: absolute;
}

.ki-speaker.ki-duotone:after {
  content: "\ec9d";
  opacity: 0.3;
}

.ki-speaker.ki-duotone:before {
  content: "\ec9e";
  position: absolute;
}

.ki-spotify.ki-duotone:after {
  content: "\ec9f";
}

.ki-spotify.ki-duotone:before {
  content: "\eca0";
  position: absolute;
  opacity: 0.3;
}

.ki-spring-framework.ki-duotone:before {
  content: "\eca1";
}

.ki-square-brackets.ki-duotone:after {
  content: "\eca2";
  opacity: 0.3;
}

.ki-square-brackets.ki-duotone:before {
  content: "\eca3";
  position: absolute;
}

.ki-star.ki-duotone:before {
  content: "\eca4";
}

.ki-status.ki-duotone:after {
  content: "\eca5";
  opacity: 0.3;
}

.ki-status.ki-duotone:before {
  content: "\eca6";
  position: absolute;
}

.ki-subtitle.ki-duotone:after {
  content: "\eca7";
  opacity: 0.3;
}

.ki-subtitle.ki-duotone:before {
  content: "\eca8";
  position: absolute;
}

.ki-sun.ki-duotone:after {
  content: "\eca9";
  opacity: 0.3;
}

.ki-sun.ki-duotone:before {
  content: "\ecaa";
  position: absolute;
}

.ki-support.ki-duotone:after {
  content: "\ecab";
  opacity: 0.3;
}

.ki-support.ki-duotone:before {
  content: "\ecac";
  position: absolute;
}

.ki-switch.ki-duotone:after {
  content: "\ecad";
}

.ki-switch.ki-duotone:before {
  content: "\ecae";
  position: absolute;
  opacity: 0.3;
}

.ki-syringe.ki-duotone:after {
  content: "\ecaf";
  opacity: 0.3;
}

.ki-syringe.ki-duotone:before {
  content: "\ecb0";
  position: absolute;
}

.ki-tab-tablet.ki-duotone:after {
  content: "\ecb1";
  opacity: 0.3;
}

.ki-tab-tablet.ki-duotone:before {
  content: "\ecb2";
  position: absolute;
}

.ki-tablet-delete.ki-duotone:after {
  content: "\ecb3";
  opacity: 0.3;
}

.ki-tablet-delete.ki-duotone:before {
  content: "\ecb4";
  position: absolute;
}

.ki-tablet-down.ki-duotone:after {
  content: "\ecb5";
  opacity: 0.3;
}

.ki-tablet-down.ki-duotone:before {
  content: "\ecb6";
  position: absolute;
}

.ki-tablet-ok.ki-duotone:after {
  content: "\ecb7";
  opacity: 0.3;
}

.ki-tablet-ok.ki-duotone:before {
  content: "\ecb8";
  position: absolute;
}

.ki-tablet-text-down.ki-duotone:after {
  content: "\ecb9";
  opacity: 0.3;
}

.ki-tablet-text-down.ki-duotone:before {
  content: "\ecba";
  position: absolute;
}

.ki-tablet-text-up.ki-duotone:after {
  content: "\ecbb";
}

.ki-tablet-text-up.ki-duotone:before {
  content: "\ecbc";
  position: absolute;
  opacity: 0.3;
}

.ki-tablet-up.ki-duotone:after {
  content: "\ecbd";
  opacity: 0.3;
}

.ki-tablet-up.ki-duotone:before {
  content: "\ecbe";
  position: absolute;
}

.ki-tablet.ki-duotone:after {
  content: "\ecbf";
}

.ki-tablet.ki-duotone:before {
  content: "\ecc0";
  position: absolute;
  opacity: 0.3;
}

.ki-tag-cross.ki-duotone:after {
  content: "\ecc1";
}

.ki-tag-cross.ki-duotone:before {
  content: "\ecc2";
  position: absolute;
  opacity: 0.3;
}

.ki-tag.ki-duotone:after {
  content: "\ecc3";
  opacity: 0.3;
}

.ki-tag.ki-duotone:before {
  content: "\ecc4";
  position: absolute;
}

.ki-teacher.ki-duotone:after {
  content: "\ecc5";
  opacity: 0.3;
}

.ki-teacher.ki-duotone:before {
  content: "\ecc6";
  position: absolute;
}

.ki-technology-1.ki-duotone:after {
  content: "\ecc7";
}

.ki-technology-1.ki-duotone:before {
  content: "\ecc8";
  position: absolute;
  opacity: 0.3;
}

.ki-technology-2.ki-duotone:after {
  content: "\ecc9";
  opacity: 0.3;
}

.ki-technology-2.ki-duotone:before {
  content: "\ecca";
  position: absolute;
}

.ki-technology-3.ki-duotone:after {
  content: "\eccb";
  opacity: 0.3;
}

.ki-technology-3.ki-duotone:before {
  content: "\eccc";
  position: absolute;
}

.ki-technology-4.ki-duotone:after {
  content: "\eccd";
  opacity: 0.3;
}

.ki-technology-4.ki-duotone:before {
  content: "\ecce";
  position: absolute;
}

.ki-telephone-geolocation.ki-duotone:after {
  content: "\eccf";
  opacity: 0.3;
}

.ki-telephone-geolocation.ki-duotone:before {
  content: "\ecd0";
  position: absolute;
}

.ki-test-tubes.ki-duotone:after {
  content: "\ecd1";
  opacity: 0.3;
}

.ki-test-tubes.ki-duotone:before {
  content: "\ecd2";
  position: absolute;
}

.ki-text-bold.ki-duotone:after {
  content: "\ecd3";
  opacity: 0.3;
}

.ki-text-bold.ki-duotone:before {
  content: "\ecd4";
  position: absolute;
}

.ki-text-circle.ki-duotone:after {
  content: "\ecd5";
  opacity: 0.3;
}

.ki-text-circle.ki-duotone:before {
  content: "\ecd6";
  position: absolute;
}

.ki-text-italic.ki-duotone:after {
  content: "\ecd7";
  opacity: 0.3;
}

.ki-text-italic.ki-duotone:before {
  content: "\ecd8";
  position: absolute;
}

.ki-text-number.ki-duotone:after {
  content: "\ecd9";
  opacity: 0.3;
}

.ki-text-number.ki-duotone:before {
  content: "\ecda";
  position: absolute;
}

.ki-text-strikethrough.ki-duotone:after {
  content: "\ecdb";
  opacity: 0.3;
}

.ki-text-strikethrough.ki-duotone:before {
  content: "\ecdc";
  position: absolute;
}

.ki-text-underline.ki-duotone:after {
  content: "\ecdd";
  opacity: 0.3;
}

.ki-text-underline.ki-duotone:before {
  content: "\ecde";
  position: absolute;
}

.ki-text.ki-duotone:before {
  content: "\ecdf";
}

.ki-textalign-center.ki-duotone:after {
  content: "\ece0";
}

.ki-textalign-center.ki-duotone:before {
  content: "\ece1";
  position: absolute;
  opacity: 0.3;
}

.ki-textalign-justifycenter.ki-duotone:after {
  content: "\ece2";
}

.ki-textalign-justifycenter.ki-duotone:before {
  content: "\ece3";
  position: absolute;
  opacity: 0.3;
}

.ki-textalign-left.ki-duotone:after {
  content: "\ece4";
}

.ki-textalign-left.ki-duotone:before {
  content: "\ece5";
  position: absolute;
  opacity: 0.3;
}

.ki-textalign-right.ki-duotone:after {
  content: "\ece6";
}

.ki-textalign-right.ki-duotone:before {
  content: "\ece7";
  position: absolute;
  opacity: 0.3;
}

.ki-thermometer.ki-duotone:after {
  content: "\ece8";
  opacity: 0.3;
}

.ki-thermometer.ki-duotone:before {
  content: "\ece9";
  position: absolute;
}

.ki-theta-theta.ki-duotone:after {
  content: "\ecea";
}

.ki-theta-theta.ki-duotone:before {
  content: "\eceb";
  position: absolute;
  opacity: 0.3;
}

.ki-tiktok.ki-duotone:after {
  content: "\ecec";
  opacity: 0.3;
}

.ki-tiktok.ki-duotone:before {
  content: "\eced";
  position: absolute;
}

.ki-time.ki-duotone:after {
  content: "\ecee";
  opacity: 0.3;
}

.ki-time.ki-duotone:before {
  content: "\ecef";
  position: absolute;
}

.ki-timer.ki-duotone:after {
  content: "\ecf0";
  opacity: 0.3;
}

.ki-timer.ki-duotone:before {
  content: "\ecf1";
  position: absolute;
}

.ki-to-left.ki-duotone:before {
  content: "\ecf2";
}

.ki-to-right.ki-duotone:before {
  content: "\ecf3";
}

.ki-toggle-off-circle.ki-duotone:after {
  content: "\ecf4";
  opacity: 0.3;
}

.ki-toggle-off-circle.ki-duotone:before {
  content: "\ecf5";
  position: absolute;
}

.ki-toggle-off.ki-duotone:after {
  content: "\ecf6";
  opacity: 0.3;
}

.ki-toggle-off.ki-duotone:before {
  content: "\ecf7";
  position: absolute;
}

.ki-toggle-on-circle.ki-duotone:after {
  content: "\ecf8";
  opacity: 0.3;
}

.ki-toggle-on-circle.ki-duotone:before {
  content: "\ecf9";
  position: absolute;
}

.ki-toggle-on.ki-duotone:after {
  content: "\ecfa";
  opacity: 0.3;
}

.ki-toggle-on.ki-duotone:before {
  content: "\ecfb";
  position: absolute;
}

.ki-trash-square.ki-duotone:after {
  content: "\ecfc";
  opacity: 0.3;
}

.ki-trash-square.ki-duotone:before {
  content: "\ecfd";
  position: absolute;
}

.ki-trash.ki-duotone:after {
  content: "\ecfe";
  opacity: 0.3;
}

.ki-trash.ki-duotone:before {
  content: "\ecff";
  position: absolute;
}

.ki-tree.ki-duotone:after {
  content: "\ed00";
  opacity: 0.3;
}

.ki-tree.ki-duotone:before {
  content: "\ed01";
  position: absolute;
}

.ki-trello.ki-duotone:after {
  content: "\ed02";
  opacity: 0.3;
}

.ki-trello.ki-duotone:before {
  content: "\ed03";
  position: absolute;
}

.ki-ts.ki-duotone:after {
  content: "\ed04";
  opacity: 0.3;
}

.ki-ts.ki-duotone:before {
  content: "\ed05";
  position: absolute;
}

.ki-twitch.ki-duotone:after {
  content: "\ed06";
  opacity: 0.3;
}

.ki-twitch.ki-duotone:before {
  content: "\ed07";
  position: absolute;
}

.ki-twitter.ki-duotone:after {
  content: "\ed08";
  opacity: 0.3;
}

.ki-twitter.ki-duotone:before {
  content: "\ed09";
  position: absolute;
}

.ki-two-credit-cart.ki-duotone:after {
  content: "\ed0a";
  opacity: 0.3;
}

.ki-two-credit-cart.ki-duotone:before {
  content: "\ed0b";
  position: absolute;
}

.ki-underlining.ki-duotone:after {
  content: "\ed0c";
  opacity: 0.3;
}

.ki-underlining.ki-duotone:before {
  content: "\ed0d";
  position: absolute;
}

.ki-up-diagonal.ki-duotone:after {
  content: "\ed0e";
  opacity: 0.3;
}

.ki-up-diagonal.ki-duotone:before {
  content: "\ed0f";
  position: absolute;
}

.ki-up-down.ki-duotone:after {
  content: "\ed10";
  opacity: 0.3;
}

.ki-up-down.ki-duotone:before {
  content: "\ed11";
  position: absolute;
}

.ki-up-square.ki-duotone:after {
  content: "\ed12";
  opacity: 0.3;
}

.ki-up-square.ki-duotone:before {
  content: "\ed13";
  position: absolute;
}

.ki-up.ki-duotone:before {
  content: "\ed14";
}

.ki-update-file.ki-duotone:after {
  content: "\ed15";
  opacity: 0.3;
}

.ki-update-file.ki-duotone:before {
  content: "\ed16";
  position: absolute;
}

.ki-update-folder.ki-duotone:after {
  content: "\ed17";
  opacity: 0.3;
}

.ki-update-folder.ki-duotone:before {
  content: "\ed18";
  position: absolute;
}

.ki-user-edit.ki-duotone:after {
  content: "\ed19";
  opacity: 0.3;
}

.ki-user-edit.ki-duotone:before {
  content: "\ed1a";
  position: absolute;
}

.ki-user-square.ki-duotone:after {
  content: "\ed1b";
  opacity: 0.3;
}

.ki-user-square.ki-duotone:before {
  content: "\ed1c";
  position: absolute;
}

.ki-user-tick.ki-duotone:after {
  content: "\ed1d";
}

.ki-user-tick.ki-duotone:before {
  content: "\ed1e";
  position: absolute;
  opacity: 0.3;
}

.ki-user.ki-duotone:after {
  content: "\ed1f";
  opacity: 0.3;
}

.ki-user.ki-duotone:before {
  content: "\ed20";
  position: absolute;
}

.ki-users.ki-duotone:after {
  content: "\ed21";
  opacity: 0.3;
}

.ki-users.ki-duotone:before {
  content: "\ed22";
  position: absolute;
}

.ki-verify.ki-duotone:after {
  content: "\ed23";
  opacity: 0.3;
}

.ki-verify.ki-duotone:before {
  content: "\ed24";
  position: absolute;
}

.ki-vibe-vibe.ki-duotone:after {
  content: "\ed25";
}

.ki-vibe-vibe.ki-duotone:before {
  content: "\ed26";
  position: absolute;
  opacity: 0.3;
}

.ki-virus.ki-duotone:after {
  content: "\ed27";
  opacity: 0.3;
}

.ki-virus.ki-duotone:before {
  content: "\ed28";
  position: absolute;
}

.ki-vue.ki-duotone:after {
  content: "\ed29";
  opacity: 0.3;
}

.ki-vue.ki-duotone:before {
  content: "\ed2a";
  position: absolute;
}

.ki-vuesax.ki-duotone:after {
  content: "\ed2b";
  opacity: 0.4;
}

.ki-vuesax.ki-duotone:before {
  content: "\ed2c";
  position: absolute;
}

.ki-wallet.ki-duotone:after {
  content: "\ed2d";
  opacity: 0.3;
}

.ki-wallet.ki-duotone:before {
  content: "\ed2e";
  position: absolute;
}

.ki-wanchain-wan.ki-duotone:after {
  content: "\ed2f";
}

.ki-wanchain-wan.ki-duotone:before {
  content: "\ed30";
  position: absolute;
  opacity: 0.3;
}

.ki-watch.ki-duotone:after {
  content: "\ed31";
  opacity: 0.3;
}

.ki-watch.ki-duotone:before {
  content: "\ed32";
  position: absolute;
}

.ki-whatsapp.ki-duotone:after {
  content: "\ed33";
  opacity: 0.4;
}

.ki-whatsapp.ki-duotone:before {
  content: "\ed34";
  position: absolute;
}

.ki-wifi-home.ki-duotone:after {
  content: "\ed35";
  opacity: 0.3;
}

.ki-wifi-home.ki-duotone:before {
  content: "\ed36";
  position: absolute;
}

.ki-wifi-square.ki-duotone:after {
  content: "\ed37";
  opacity: 0.3;
}

.ki-wifi-square.ki-duotone:before {
  content: "\ed38";
  position: absolute;
}

.ki-wifi.ki-duotone:after {
  content: "\ed39";
}

.ki-wifi.ki-duotone:before {
  content: "\ed3a";
  position: absolute;
  opacity: 0.3;
}

.ki-wireframe.ki-duotone:after {
  content: "\ed3b";
}

.ki-wireframe.ki-duotone:before {
  content: "\ed3c";
  position: absolute;
  opacity: 0.3;
}

.ki-wlan.ki-duotone:after {
  content: "\ed3d";
  opacity: 0.3;
}

.ki-wlan.ki-duotone:before {
  content: "\ed3e";
  position: absolute;
}

.ki-wrench.ki-duotone:after {
  content: "\ed3f";
  opacity: 0.3;
}

.ki-wrench.ki-duotone:before {
  content: "\ed40";
  position: absolute;
}

.ki-xaomi.ki-duotone:after {
  content: "\ed41";
}

.ki-xaomi.ki-duotone:before {
  content: "\ed42";
  position: absolute;
  opacity: 0.3;
}

.ki-xd.ki-duotone:after {
  content: "\ed43";
  opacity: 0.3;
}

.ki-xd.ki-duotone:before {
  content: "\ed44";
  position: absolute;
}

.ki-xmr.ki-duotone:after {
  content: "\ed45";
}

.ki-xmr.ki-duotone:before {
  content: "\ed46";
  position: absolute;
  opacity: 0.3;
}

.ki-yii.ki-duotone:after {
  content: "\ed47";
  opacity: 0.3;
}

.ki-yii.ki-duotone:before {
  content: "\ed48";
  position: absolute;
}

.ki-youtube.ki-duotone:after {
  content: "\ed49";
}

.ki-youtube.ki-duotone:before {
  content: "\ed4a";
  position: absolute;
  opacity: 0.3;
}

@font-face {
  font-family: 'keenicons-outline';

  src:
    url('fonts/keenicons-outline.ttf?3m7u3e') format('truetype'),
    url('fonts/keenicons-outline.woff?3m7u3e') format('woff'),
    url('fonts/keenicons-outline.svg?3m7u3e#keenicons-outline') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.ki-outline {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-outline' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1.ki-outline:before {
  content: "\e900";
}

.ki-abstract-2.ki-outline:before {
  content: "\e901";
}

.ki-abstract-3.ki-outline:before {
  content: "\e902";
}

.ki-abstract-4.ki-outline:before {
  content: "\e903";
}

.ki-abstract-5.ki-outline:before {
  content: "\e904";
}

.ki-abstract-6.ki-outline:before {
  content: "\e905";
}

.ki-abstract-7.ki-outline:before {
  content: "\e906";
}

.ki-abstract-8.ki-outline:before {
  content: "\e907";
}

.ki-abstract-9.ki-outline:before {
  content: "\e908";
}

.ki-abstract-10.ki-outline:before {
  content: "\e909";
}

.ki-abstract-11.ki-outline:before {
  content: "\e90a";
}

.ki-abstract-12.ki-outline:before {
  content: "\e90b";
}

.ki-abstract-13.ki-outline:before {
  content: "\e90c";
}

.ki-abstract-14.ki-outline:before {
  content: "\e90d";
}

.ki-abstract-15.ki-outline:before {
  content: "\e90e";
}

.ki-abstract-16.ki-outline:before {
  content: "\e90f";
}

.ki-abstract-17.ki-outline:before {
  content: "\e910";
}

.ki-abstract-18.ki-outline:before {
  content: "\e911";
}

.ki-abstract-19.ki-outline:before {
  content: "\e912";
}

.ki-abstract-20.ki-outline:before {
  content: "\e913";
}

.ki-abstract-21.ki-outline:before {
  content: "\e914";
}

.ki-abstract-22.ki-outline:before {
  content: "\e915";
}

.ki-abstract-23.ki-outline:before {
  content: "\e916";
}

.ki-abstract-24.ki-outline:before {
  content: "\e917";
}

.ki-abstract-25.ki-outline:before {
  content: "\e918";
}

.ki-abstract-26.ki-outline:before {
  content: "\e919";
}

.ki-abstract-27.ki-outline:before {
  content: "\e91a";
}

.ki-abstract-28.ki-outline:before {
  content: "\e91b";
}

.ki-abstract-29.ki-outline:before {
  content: "\e91c";
}

.ki-abstract-30.ki-outline:before {
  content: "\e91d";
}

.ki-abstract-31.ki-outline:before {
  content: "\e91e";
}

.ki-abstract-32.ki-outline:before {
  content: "\e91f";
}

.ki-abstract-33.ki-outline:before {
  content: "\e920";
}

.ki-abstract-34.ki-outline:before {
  content: "\e921";
}

.ki-abstract-35.ki-outline:before {
  content: "\e922";
}

.ki-abstract-36.ki-outline:before {
  content: "\e923";
}

.ki-abstract-37.ki-outline:before {
  content: "\e924";
}

.ki-abstract-38.ki-outline:before {
  content: "\e925";
}

.ki-abstract-39.ki-outline:before {
  content: "\e926";
}

.ki-abstract-40.ki-outline:before {
  content: "\e927";
}

.ki-abstract-41.ki-outline:before {
  content: "\e928";
}

.ki-abstract-42.ki-outline:before {
  content: "\e929";
}

.ki-abstract-43.ki-outline:before {
  content: "\e92a";
}

.ki-abstract-44.ki-outline:before {
  content: "\e92b";
}

.ki-abstract-45.ki-outline:before {
  content: "\e92c";
}

.ki-abstract-46.ki-outline:before {
  content: "\e92d";
}

.ki-abstract-47.ki-outline:before {
  content: "\e92e";
}

.ki-abstract-48.ki-outline:before {
  content: "\e92f";
}

.ki-abstract-49.ki-outline:before {
  content: "\e930";
}

.ki-abstract.ki-outline:before {
  content: "\e931";
}

.ki-add-files.ki-outline:before {
  content: "\e932";
}

.ki-add-folder.ki-outline:before {
  content: "\e933";
}

.ki-add-notepad.ki-outline:before {
  content: "\e934";
}

.ki-additem.ki-outline:before {
  content: "\e935";
}

.ki-address-book.ki-outline:before {
  content: "\e936";
}

.ki-airplane-square.ki-outline:before {
  content: "\e937";
}

.ki-airplane.ki-outline:before {
  content: "\e938";
}

.ki-airpod.ki-outline:before {
  content: "\e939";
}

.ki-android.ki-outline:before {
  content: "\e93a";
}

.ki-angular.ki-outline:before {
  content: "\e93b";
}

.ki-apple.ki-outline:before {
  content: "\e93c";
}

.ki-archive-tick.ki-outline:before {
  content: "\e93d";
}

.ki-archive.ki-outline:before {
  content: "\e93e";
}

.ki-arrow-circle-left.ki-outline:before {
  content: "\e93f";
}

.ki-arrow-circle-right.ki-outline:before {
  content: "\e940";
}

.ki-arrow-down-left.ki-outline:before {
  content: "\e941";
}

.ki-arrow-down-refraction.ki-outline:before {
  content: "\e942";
}

.ki-arrow-down-right.ki-outline:before {
  content: "\e943";
}

.ki-arrow-down.ki-outline:before {
  content: "\e944";
}

.ki-arrow-left.ki-outline:before {
  content: "\e945";
}

.ki-arrow-mix.ki-outline:before {
  content: "\e946";
}

.ki-arrow-right-left.ki-outline:before {
  content: "\e947";
}

.ki-arrow-right.ki-outline:before {
  content: "\e948";
}

.ki-arrow-two-diagonals.ki-outline:before {
  content: "\e949";
}

.ki-arrow-up-down.ki-outline:before {
  content: "\e94a";
}

.ki-arrow-up-left.ki-outline:before {
  content: "\e94b";
}

.ki-arrow-up-refraction.ki-outline:before {
  content: "\e94c";
}

.ki-arrow-up-right.ki-outline:before {
  content: "\e94d";
}

.ki-arrow-up.ki-outline:before {
  content: "\e94e";
}

.ki-arrow-zigzag.ki-outline:before {
  content: "\e94f";
}

.ki-arrows-circle.ki-outline:before {
  content: "\e950";
}

.ki-arrows-loop.ki-outline:before {
  content: "\e951";
}

.ki-artificial-intelligence.ki-outline:before {
  content: "\e952";
}

.ki-autobrightness.ki-outline:before {
  content: "\e953";
}

.ki-avalanche-avax.ki-outline:before {
  content: "\e954";
}

.ki-award.ki-outline:before {
  content: "\e955";
}

.ki-badge.ki-outline:before {
  content: "\e956";
}

.ki-bandage.ki-outline:before {
  content: "\e957";
}

.ki-bank.ki-outline:before {
  content: "\e958";
}

.ki-bar-chart.ki-outline:before {
  content: "\e959";
}

.ki-barcode.ki-outline:before {
  content: "\e95a";
}

.ki-basket-ok.ki-outline:before {
  content: "\e95b";
}

.ki-basket.ki-outline:before {
  content: "\e95c";
}

.ki-behance.ki-outline:before {
  content: "\e95d";
}

.ki-bill.ki-outline:before {
  content: "\e95e";
}

.ki-binance-usd-busd.ki-outline:before {
  content: "\e95f";
}

.ki-binance.ki-outline:before {
  content: "\e960";
}

.ki-bitcoin.ki-outline:before {
  content: "\e961";
}

.ki-black-down.ki-outline:before {
  content: "\e962";
}

.ki-black-left-line.ki-outline:before {
  content: "\e963";
}

.ki-black-left.ki-outline:before {
  content: "\e964";
}

.ki-black-right-line.ki-outline:before {
  content: "\e965";
}

.ki-black-right.ki-outline:before {
  content: "\e966";
}

.ki-black-up.ki-outline:before {
  content: "\e967";
}

.ki-bluetooth.ki-outline:before {
  content: "\e968";
}

.ki-book-open.ki-outline:before {
  content: "\e969";
}

.ki-book-square.ki-outline:before {
  content: "\e96a";
}

.ki-book.ki-outline:before {
  content: "\e96b";
}

.ki-bookmark-2.ki-outline:before {
  content: "\e96c";
}

.ki-bookmark.ki-outline:before {
  content: "\e96d";
}

.ki-bootstrap.ki-outline:before {
  content: "\e96e";
}

.ki-briefcase.ki-outline:before {
  content: "\e96f";
}

.ki-brifecase-cros.ki-outline:before {
  content: "\e970";
}

.ki-brifecase-tick.ki-outline:before {
  content: "\e971";
}

.ki-brifecase-timer.ki-outline:before {
  content: "\e972";
}

.ki-brush.ki-outline:before {
  content: "\e973";
}

.ki-bucket-square.ki-outline:before {
  content: "\e974";
}

.ki-bucket.ki-outline:before {
  content: "\e975";
}

.ki-burger-menu-1.ki-outline:before {
  content: "\e976";
}

.ki-burger-menu-2.ki-outline:before {
  content: "\e977";
}

.ki-burger-menu-3.ki-outline:before {
  content: "\e978";
}

.ki-burger-menu-4.ki-outline:before {
  content: "\e979";
}

.ki-burger-menu-5.ki-outline:before {
  content: "\e97a";
}

.ki-burger-menu-6.ki-outline:before {
  content: "\e97b";
}

.ki-burger-menu.ki-outline:before {
  content: "\e97c";
}

.ki-bus.ki-outline:before {
  content: "\e97d";
}

.ki-calculator.ki-outline:before {
  content: "\e97e";
}

.ki-calculatoror.ki-outline:before {
  content: "\e97f";
}

.ki-calendar-2.ki-outline:before {
  content: "\e980";
}

.ki-calendar-8.ki-outline:before {
  content: "\e981";
}

.ki-calendar-add.ki-outline:before {
  content: "\e982";
}

.ki-calendar-edit.ki-outline:before {
  content: "\e983";
}

.ki-calendar-remove.ki-outline:before {
  content: "\e984";
}

.ki-calendar-search.ki-outline:before {
  content: "\e985";
}

.ki-calendar-tick.ki-outline:before {
  content: "\e986";
}

.ki-calendar.ki-outline:before {
  content: "\e987";
}

.ki-call.ki-outline:before {
  content: "\e988";
}

.ki-capsule.ki-outline:before {
  content: "\e989";
}

.ki-car.ki-outline:before {
  content: "\e98a";
}

.ki-category.ki-outline:before {
  content: "\e98b";
}

.ki-cd.ki-outline:before {
  content: "\e98c";
}

.ki-celsius-cel.ki-outline:before {
  content: "\e98d";
}

.ki-chart-line-down-2.ki-outline:before {
  content: "\e98e";
}

.ki-chart-line-down.ki-outline:before {
  content: "\e98f";
}

.ki-chart-line-star.ki-outline:before {
  content: "\e990";
}

.ki-chart-line-up-2.ki-outline:before {
  content: "\e991";
}

.ki-chart-line-up.ki-outline:before {
  content: "\e992";
}

.ki-chart-line.ki-outline:before {
  content: "\e993";
}

.ki-chart-pie-3.ki-outline:before {
  content: "\e994";
}

.ki-chart-pie-4.ki-outline:before {
  content: "\e995";
}

.ki-chart-pie-simple.ki-outline:before {
  content: "\e996";
}

.ki-chart-pie-too.ki-outline:before {
  content: "\e997";
}

.ki-chart-simple-2.ki-outline:before {
  content: "\e998";
}

.ki-chart-simple-3.ki-outline:before {
  content: "\e999";
}

.ki-chart-simple.ki-outline:before {
  content: "\e99a";
}

.ki-chart.ki-outline:before {
  content: "\e99b";
}

.ki-check-circle.ki-outline:before {
  content: "\e99c";
}

.ki-check-squared.ki-outline:before {
  content: "\e99d";
}

.ki-check.ki-outline:before {
  content: "\e99e";
}

.ki-cheque.ki-outline:before {
  content: "\e99f";
}

.ki-chrome.ki-outline:before {
  content: "\e9a0";
}

.ki-classmates.ki-outline:before {
  content: "\e9a1";
}

.ki-click.ki-outline:before {
  content: "\e9a2";
}

.ki-clipboard.ki-outline:before {
  content: "\e9a3";
}

.ki-cloud-add.ki-outline:before {
  content: "\e9a4";
}

.ki-cloud-change.ki-outline:before {
  content: "\e9a5";
}

.ki-cloud-download.ki-outline:before {
  content: "\e9a6";
}

.ki-cloud.ki-outline:before {
  content: "\e9a7";
}

.ki-code.ki-outline:before {
  content: "\e9a8";
}

.ki-coffee.ki-outline:before {
  content: "\e9a9";
}

.ki-color-swatch.ki-outline:before {
  content: "\e9aa";
}

.ki-colors-square.ki-outline:before {
  content: "\e9ab";
}

.ki-compass.ki-outline:before {
  content: "\e9ac";
}

.ki-copy-success.ki-outline:before {
  content: "\e9ad";
}

.ki-copy.ki-outline:before {
  content: "\e9ae";
}

.ki-courier-express.ki-outline:before {
  content: "\e9af";
}

.ki-courier.ki-outline:before {
  content: "\e9b0";
}

.ki-credit-cart.ki-outline:before {
  content: "\e9b1";
}

.ki-cross-circle.ki-outline:before {
  content: "\e9b2";
}

.ki-cross-square.ki-outline:before {
  content: "\e9b3";
}

.ki-cross.ki-outline:before {
  content: "\e9b4";
}

.ki-crown-2.ki-outline:before {
  content: "\e9b5";
}

.ki-crown.ki-outline:before {
  content: "\e9b6";
}

.ki-css.ki-outline:before {
  content: "\e9b7";
}

.ki-cube-2.ki-outline:before {
  content: "\e9b8";
}

.ki-cube-3.ki-outline:before {
  content: "\e9b9";
}

.ki-cup.ki-outline:before {
  content: "\e9ba";
}

.ki-cursor.ki-outline:before {
  content: "\e9bb";
}

.ki-dash.ki-outline:before {
  content: "\e9bc";
}

.ki-data.ki-outline:before {
  content: "\e9bd";
}

.ki-delete-files.ki-outline:before {
  content: "\e9be";
}

.ki-delete-folder.ki-outline:before {
  content: "\e9bf";
}

.ki-delivery-2.ki-outline:before {
  content: "\e9c0";
}

.ki-delivery-3.ki-outline:before {
  content: "\e9c1";
}

.ki-delivery-24.ki-outline:before {
  content: "\e9c2";
}

.ki-delivery-door.ki-outline:before {
  content: "\e9c3";
}

.ki-delivery-geolocation.ki-outline:before {
  content: "\e9c4";
}

.ki-delivery-time.ki-outline:before {
  content: "\e9c5";
}

.ki-delivery.ki-outline:before {
  content: "\e9c6";
}

.ki-design-1.ki-outline:before {
  content: "\e9c7";
}

.ki-design-2.ki-outline:before {
  content: "\e9c8";
}

.ki-desktop-mobile.ki-outline:before {
  content: "\e9c9";
}

.ki-devices-2.ki-outline:before {
  content: "\e9ca";
}

.ki-devices.ki-outline:before {
  content: "\e9cb";
}

.ki-diamonds.ki-outline:before {
  content: "\e9cc";
}

.ki-directbox-default.ki-outline:before {
  content: "\e9cd";
}

.ki-disconnect.ki-outline:before {
  content: "\e9ce";
}

.ki-discount.ki-outline:before {
  content: "\e9cf";
}

.ki-disguise.ki-outline:before {
  content: "\e9d0";
}

.ki-disk.ki-outline:before {
  content: "\e9d1";
}

.ki-dislike.ki-outline:before {
  content: "\e9d2";
}

.ki-dj.ki-outline:before {
  content: "\e9d3";
}

.ki-document.ki-outline:before {
  content: "\e9d4";
}

.ki-double-check.ki-outline:before {
  content: "\e9d5";
}

.ki-dollar.ki-outline:before {
  content: "\e9d6";
}

.ki-dots-circle-vertical.ki-outline:before {
  content: "\e9d7";
}

.ki-dots-circle.ki-outline:before {
  content: "\e9d8";
}

.ki-dots-horizontal.ki-outline:before {
  content: "\e9d9";
}

.ki-dots-square-vertical.ki-outline:before {
  content: "\e9da";
}

.ki-dots-square.ki-outline:before {
  content: "\e9db";
}

.ki-dots-vertical.ki-outline:before {
  content: "\e9dc";
}

.ki-double-check-circle.ki-outline:before {
  content: "\e9dd";
}

.ki-double-down.ki-outline:before {
  content: "\e9de";
}

.ki-double-left-arrow.ki-outline:before {
  content: "\e9df";
}

.ki-double-left.ki-outline:before {
  content: "\e9e0";
}

.ki-double-right-arrow.ki-outline:before {
  content: "\e9e1";
}

.ki-double-right.ki-outline:before {
  content: "\e9e2";
}

.ki-double-up.ki-outline:before {
  content: "\e9e3";
}

.ki-down-square.ki-outline:before {
  content: "\e9e4";
}

.ki-down.ki-outline:before {
  content: "\e9e5";
}

.ki-dribbble.ki-outline:before {
  content: "\e9e6";
}

.ki-drop.ki-outline:before {
  content: "\e9e7";
}

.ki-dropbox.ki-outline:before {
  content: "\e9e8";
}

.ki-educare-ekt.ki-outline:before {
  content: "\e9e9";
}

.ki-electricity.ki-outline:before {
  content: "\e9ea";
}

.ki-electronic-clock.ki-outline:before {
  content: "\e9eb";
}

.ki-element-1.ki-outline:before {
  content: "\e9ec";
}

.ki-element-2.ki-outline:before {
  content: "\e9ed";
}

.ki-element-3.ki-outline:before {
  content: "\e9ee";
}

.ki-element-4.ki-outline:before {
  content: "\e9ef";
}

.ki-element-5.ki-outline:before {
  content: "\e9f0";
}

.ki-element-6.ki-outline:before {
  content: "\e9f1";
}

.ki-element-7.ki-outline:before {
  content: "\e9f2";
}

.ki-element-8.ki-outline:before {
  content: "\e9f3";
}

.ki-element-9.ki-outline:before {
  content: "\e9f4";
}

.ki-element-10.ki-outline:before {
  content: "\e9f5";
}

.ki-element-11.ki-outline:before {
  content: "\e9f6";
}

.ki-element-12.ki-outline:before {
  content: "\e9f7";
}

.ki-element-equal.ki-outline:before {
  content: "\e9f8";
}

.ki-element-plus.ki-outline:before {
  content: "\e9f9";
}

.ki-emoji-happy.ki-outline:before {
  content: "\e9fa";
}

.ki-enjin-coin-enj.ki-outline:before {
  content: "\e9fb";
}

.ki-ensure.ki-outline:before {
  content: "\e9fc";
}

.ki-entrance-left.ki-outline:before {
  content: "\e9fd";
}

.ki-entrance-right.ki-outline:before {
  content: "\e9fe";
}

.ki-eraser.ki-outline:before {
  content: "\e9ff";
}

.ki-euro.ki-outline:before {
  content: "\ea00";
}

.ki-exit-down.ki-outline:before {
  content: "\ea01";
}

.ki-exit-left.ki-outline:before {
  content: "\ea02";
}

.ki-exit-right-corner.ki-outline:before {
  content: "\ea03";
}

.ki-exit-right.ki-outline:before {
  content: "\ea04";
}

.ki-exit-up.ki-outline:before {
  content: "\ea05";
}

.ki-external-drive.ki-outline:before {
  content: "\ea06";
}

.ki-eye-slash.ki-outline:before {
  content: "\ea07";
}

.ki-eye.ki-outline:before {
  content: "\ea08";
}

.ki-face-id.ki-outline:before {
  content: "\ea09";
}

.ki-facebook.ki-outline:before {
  content: "\ea0a";
}

.ki-fasten.ki-outline:before {
  content: "\ea0b";
}

.ki-fatrows.ki-outline:before {
  content: "\ea0c";
}

.ki-feather.ki-outline:before {
  content: "\ea0d";
}

.ki-figma.ki-outline:before {
  content: "\ea0e";
}

.ki-file-added.ki-outline:before {
  content: "\ea0f";
}

.ki-file-deleted.ki-outline:before {
  content: "\ea10";
}

.ki-file-down.ki-outline:before {
  content: "\ea11";
}

.ki-file-left.ki-outline:before {
  content: "\ea12";
}

.ki-file-right.ki-outline:before {
  content: "\ea13";
}

.ki-file-sheet.ki-outline:before {
  content: "\ea14";
}

.ki-file-up.ki-outline:before {
  content: "\ea15";
}

.ki-files.ki-outline:before {
  content: "\ea16";
}

.ki-filter-edit.ki-outline:before {
  content: "\ea17";
}

.ki-filter-search.ki-outline:before {
  content: "\ea18";
}

.ki-filter-square.ki-outline:before {
  content: "\ea19";
}

.ki-filter-tablet.ki-outline:before {
  content: "\ea1a";
}

.ki-filter-tick.ki-outline:before {
  content: "\ea1b";
}

.ki-filter.ki-outline:before {
  content: "\ea1c";
}

.ki-financial-schedule.ki-outline:before {
  content: "\ea1d";
}

.ki-fingerprint-scanning.ki-outline:before {
  content: "\ea1e";
}

.ki-flag.ki-outline:before {
  content: "\ea1f";
}

.ki-flash-circle.ki-outline:before {
  content: "\ea20";
}

.ki-flask.ki-outline:before {
  content: "\ea21";
}

.ki-focus.ki-outline:before {
  content: "\ea22";
}

.ki-folder-added.ki-outline:before {
  content: "\ea23";
}

.ki-folder-down.ki-outline:before {
  content: "\ea24";
}

.ki-folder-up.ki-outline:before {
  content: "\ea25";
}

.ki-folder.ki-outline:before {
  content: "\ea26";
}

.ki-frame.ki-outline:before {
  content: "\ea27";
}

.ki-geolocation-home.ki-outline:before {
  content: "\ea28";
}

.ki-geolocation.ki-outline:before {
  content: "\ea29";
}

.ki-ghost.ki-outline:before {
  content: "\ea2a";
}

.ki-gift.ki-outline:before {
  content: "\ea2b";
}

.ki-github.ki-outline:before {
  content: "\ea2c";
}

.ki-glass.ki-outline:before {
  content: "\ea2d";
}

.ki-google-play.ki-outline:before {
  content: "\ea2e";
}

.ki-google.ki-outline:before {
  content: "\ea2f";
}

.ki-graph-2.ki-outline:before {
  content: "\ea30";
}

.ki-graph-3.ki-outline:before {
  content: "\ea31";
}

.ki-graph-4.ki-outline:before {
  content: "\ea32";
}

.ki-graph-up.ki-outline:before {
  content: "\ea33";
}

.ki-graph.ki-outline:before {
  content: "\ea34";
}

.ki-grid-2.ki-outline:before {
  content: "\ea35";
}

.ki-grid.ki-outline:before {
  content: "\ea36";
}

.ki-handcart.ki-outline:before {
  content: "\ea37";
}

.ki-happyemoji.ki-outline:before {
  content: "\ea38";
}

.ki-heart-circle.ki-outline:before {
  content: "\ea39";
}

.ki-heart.ki-outline:before {
  content: "\ea3a";
}

.ki-home-1.ki-outline:before {
  content: "\ea3b";
}

.ki-home-2.ki-outline:before {
  content: "\ea3c";
}

.ki-home-3.ki-outline:before {
  content: "\ea3d";
}

.ki-home.ki-outline:before {
  content: "\ea3e";
}

.ki-html.ki-outline:before {
  content: "\ea3f";
}

.ki-icon.ki-outline:before {
  content: "\ea40";
}

.ki-illustrator.ki-outline:before {
  content: "\ea41";
}

.ki-information-1.ki-outline:before {
  content: "\ea42";
}

.ki-information-2.ki-outline:before {
  content: "\ea43";
}

.ki-information-3.ki-outline:before {
  content: "\ea44";
}

.ki-information-4.ki-outline:before {
  content: "\ea45";
}

.ki-information.ki-outline:before {
  content: "\ea46";
}

.ki-instagram.ki-outline:before {
  content: "\ea47";
}

.ki-joystick.ki-outline:before {
  content: "\ea48";
}

.ki-js-2.ki-outline:before {
  content: "\ea49";
}

.ki-js.ki-outline:before {
  content: "\ea4a";
}

.ki-kanban.ki-outline:before {
  content: "\ea4b";
}

.ki-key-square.ki-outline:before {
  content: "\ea4c";
}

.ki-key.ki-outline:before {
  content: "\ea4d";
}

.ki-keyboard.ki-outline:before {
  content: "\ea4e";
}

.ki-laptop.ki-outline:before {
  content: "\ea4f";
}

.ki-laravel.ki-outline:before {
  content: "\ea50";
}

.ki-left-square.ki-outline:before {
  content: "\ea51";
}

.ki-left.ki-outline:before {
  content: "\ea52";
}

.ki-like-2.ki-outline:before {
  content: "\ea53";
}

.ki-like-folder.ki-outline:before {
  content: "\ea54";
}

.ki-like-shapes.ki-outline:before {
  content: "\ea55";
}

.ki-like-tag.ki-outline:before {
  content: "\ea56";
}

.ki-like.ki-outline:before {
  content: "\ea57";
}

.ki-loading.ki-outline:before {
  content: "\ea58";
}

.ki-lock-2.ki-outline:before {
  content: "\ea59";
}

.ki-lock-3.ki-outline:before {
  content: "\ea5a";
}

.ki-lock.ki-outline:before {
  content: "\ea5b";
}

.ki-logistic.ki-outline:before {
  content: "\ea5c";
}

.ki-lots-shopping.ki-outline:before {
  content: "\ea5d";
}

.ki-lovely.ki-outline:before {
  content: "\ea5e";
}

.ki-lts.ki-outline:before {
  content: "\ea5f";
}

.ki-magnifier.ki-outline:before {
  content: "\ea60";
}

.ki-map.ki-outline:before {
  content: "\ea61";
}

.ki-mask.ki-outline:before {
  content: "\ea62";
}

.ki-maximize.ki-outline:before {
  content: "\ea63";
}

.ki-medal-star.ki-outline:before {
  content: "\ea64";
}

.ki-menu.ki-outline:before {
  content: "\ea65";
}

.ki-message-add.ki-outline:before {
  content: "\ea66";
}

.ki-message-edit.ki-outline:before {
  content: "\ea67";
}

.ki-message-minus.ki-outline:before {
  content: "\ea68";
}

.ki-message-notify.ki-outline:before {
  content: "\ea69";
}

.ki-message-programming.ki-outline:before {
  content: "\ea6a";
}

.ki-message-question.ki-outline:before {
  content: "\ea6b";
}

.ki-message-text-2.ki-outline:before {
  content: "\ea6c";
}

.ki-message-text.ki-outline:before {
  content: "\ea6d";
}

.ki-messages.ki-outline:before {
  content: "\ea6e";
}

.ki-microsoft.ki-outline:before {
  content: "\ea6f";
}

.ki-milk.ki-outline:before {
  content: "\ea70";
}

.ki-minus-circle.ki-outline:before {
  content: "\ea71";
}

.ki-minus-folder.ki-outline:before {
  content: "\ea72";
}

.ki-minus-squared.ki-outline:before {
  content: "\ea73";
}

.ki-minus.ki-outline:before {
  content: "\ea74";
}

.ki-moon.ki-outline:before {
  content: "\ea75";
}

.ki-more-2.ki-outline:before {
  content: "\ea76";
}

.ki-mouse-circle.ki-outline:before {
  content: "\ea77";
}

.ki-mouse-square.ki-outline:before {
  content: "\ea78";
}

.ki-mouse.ki-outline:before {
  content: "\ea79";
}

.ki-nexo.ki-outline:before {
  content: "\ea7a";
}

.ki-night-day.ki-outline:before {
  content: "\ea7b";
}

.ki-note-2.ki-outline:before {
  content: "\ea7c";
}

.ki-note.ki-outline:before {
  content: "\ea7d";
}

.ki-notepad-bookmark.ki-outline:before {
  content: "\ea7e";
}

.ki-notepad-edit.ki-outline:before {
  content: "\ea7f";
}

.ki-notepad.ki-outline:before {
  content: "\ea80";
}

.ki-notification-1.ki-outline:before {
  content: "\ea81";
}

.ki-notification-bing.ki-outline:before {
  content: "\ea82";
}

.ki-notification-circle.ki-outline:before {
  content: "\ea83";
}

.ki-notification-favorite.ki-outline:before {
  content: "\ea84";
}

.ki-notification-on.ki-outline:before {
  content: "\ea85";
}

.ki-notification-status.ki-outline:before {
  content: "\ea86";
}

.ki-notification.ki-outline:before {
  content: "\ea87";
}

.ki-ocean.ki-outline:before {
  content: "\ea88";
}

.ki-office-bag.ki-outline:before {
  content: "\ea89";
}

.ki-package.ki-outline:before {
  content: "\ea8a";
}

.ki-pad.ki-outline:before {
  content: "\ea8b";
}

.ki-pails.ki-outline:before {
  content: "\ea8c";
}

.ki-paintbucket.ki-outline:before {
  content: "\ea8d";
}

.ki-paper-clip.ki-outline:before {
  content: "\ea8e";
}

.ki-paper-plane.ki-outline:before {
  content: "\ea8f";
}

.ki-parcel-tracking.ki-outline:before {
  content: "\ea90";
}

.ki-parcel.ki-outline:before {
  content: "\ea91";
}

.ki-password-check.ki-outline:before {
  content: "\ea92";
}

.ki-paypal.ki-outline:before {
  content: "\ea93";
}

.ki-pencil.ki-outline:before {
  content: "\ea94";
}

.ki-people.ki-outline:before {
  content: "\ea95";
}

.ki-percentage.ki-outline:before {
  content: "\ea96";
}

.ki-phone.ki-outline:before {
  content: "\ea97";
}

.ki-photoshop.ki-outline:before {
  content: "\ea98";
}

.ki-picture.ki-outline:before {
  content: "\ea99";
}

.ki-pill.ki-outline:before {
  content: "\ea9a";
}

.ki-pin.ki-outline:before {
  content: "\ea9b";
}

.ki-plus-circle.ki-outline:before {
  content: "\ea9c";
}

.ki-plus-squared.ki-outline:before {
  content: "\ea9d";
}

.ki-plus.ki-outline:before {
  content: "\ea9e";
}

.ki-pointers.ki-outline:before {
  content: "\ea9f";
}

.ki-price-tag.ki-outline:before {
  content: "\eaa0";
}

.ki-printer.ki-outline:before {
  content: "\eaa1";
}

.ki-profile-circle.ki-outline:before {
  content: "\eaa2";
}

.ki-pulse.ki-outline:before {
  content: "\eaa3";
}

.ki-purchase.ki-outline:before {
  content: "\eaa4";
}

.ki-python.ki-outline:before {
  content: "\eaa5";
}

.ki-question-2.ki-outline:before {
  content: "\eaa6";
}

.ki-question.ki-outline:before {
  content: "\eaa7";
}

.ki-questionnaire-tablet.ki-outline:before {
  content: "\eaa8";
}

.ki-ranking.ki-outline:before {
  content: "\eaa9";
}

.ki-react.ki-outline:before {
  content: "\eaaa";
}

.ki-receipt-square.ki-outline:before {
  content: "\eaab";
}

.ki-rescue.ki-outline:before {
  content: "\eaac";
}

.ki-right-left.ki-outline:before {
  content: "\eaad";
}

.ki-right-square.ki-outline:before {
  content: "\eaae";
}

.ki-right.ki-outline:before {
  content: "\eaaf";
}

.ki-rocket.ki-outline:before {
  content: "\eab0";
}

.ki-route.ki-outline:before {
  content: "\eab1";
}

.ki-router.ki-outline:before {
  content: "\eab2";
}

.ki-row-horizontal.ki-outline:before {
  content: "\eab3";
}

.ki-row-vertical.ki-outline:before {
  content: "\eab4";
}

.ki-safe-home.ki-outline:before {
  content: "\eab5";
}

.ki-satellite.ki-outline:before {
  content: "\eab6";
}

.ki-save-2.ki-outline:before {
  content: "\eab7";
}

.ki-save-deposit.ki-outline:before {
  content: "\eab8";
}

.ki-scan-barcode.ki-outline:before {
  content: "\eab9";
}

.ki-screen.ki-outline:before {
  content: "\eaba";
}

.ki-scroll.ki-outline:before {
  content: "\eabb";
}

.ki-search-list.ki-outline:before {
  content: "\eabc";
}

.ki-security-user.ki-outline:before {
  content: "\eabd";
}

.ki-setting-2.ki-outline:before {
  content: "\eabe";
}

.ki-setting-3.ki-outline:before {
  content: "\eabf";
}

.ki-setting-4.ki-outline:before {
  content: "\eac0";
}

.ki-setting.ki-outline:before {
  content: "\eac1";
}

.ki-share.ki-outline:before {
  content: "\eac2";
}

.ki-shield-cross.ki-outline:before {
  content: "\eac3";
}

.ki-shield-search.ki-outline:before {
  content: "\eac4";
}

.ki-shield-slash.ki-outline:before {
  content: "\eac5";
}

.ki-shield-tick.ki-outline:before {
  content: "\eac6";
}

.ki-shield.ki-outline:before {
  content: "\eac7";
}

.ki-ship.ki-outline:before {
  content: "\eac8";
}

.ki-shop.ki-outline:before {
  content: "\eac9";
}

.ki-simcard-2.ki-outline:before {
  content: "\eaca";
}

.ki-simcard.ki-outline:before {
  content: "\eacb";
}

.ki-size.ki-outline:before {
  content: "\eacc";
}

.ki-slack.ki-outline:before {
  content: "\eacd";
}

.ki-slider-horizontal-2.ki-outline:before {
  content: "\eace";
}

.ki-slider-horizontal.ki-outline:before {
  content: "\eacf";
}

.ki-slider-vertica.ki-outline:before {
  content: "\ead0";
}

.ki-slider-vertical.ki-outline:before {
  content: "\ead1";
}

.ki-slider.ki-outline:before {
  content: "\ead2";
}

.ki-sms.ki-outline:before {
  content: "\ead3";
}

.ki-snapchat.ki-outline:before {
  content: "\ead4";
}

.ki-social-media.ki-outline:before {
  content: "\ead5";
}

.ki-soft-2.ki-outline:before {
  content: "\ead6";
}

.ki-soft-3.ki-outline:before {
  content: "\ead7";
}

.ki-soft.ki-outline:before {
  content: "\ead8";
}

.ki-some-files.ki-outline:before {
  content: "\ead9";
}

.ki-sort.ki-outline:before {
  content: "\eada";
}

.ki-speaker.ki-outline:before {
  content: "\eadb";
}

.ki-spotify.ki-outline:before {
  content: "\eadc";
}

.ki-spring-framework.ki-outline:before {
  content: "\eadd";
}

.ki-square-brackets.ki-outline:before {
  content: "\eade";
}

.ki-star.ki-outline:before {
  content: "\eadf";
}

.ki-status.ki-outline:before {
  content: "\eae0";
}

.ki-subtitle.ki-outline:before {
  content: "\eae1";
}

.ki-sun.ki-outline:before {
  content: "\eae2";
}

.ki-support.ki-outline:before {
  content: "\eae3";
}

.ki-switch.ki-outline:before {
  content: "\eae4";
}

.ki-syringe.ki-outline:before {
  content: "\eae5";
}

.ki-tab-tablet.ki-outline:before {
  content: "\eae6";
}

.ki-tablet-delete.ki-outline:before {
  content: "\eae7";
}

.ki-tablet-down.ki-outline:before {
  content: "\eae8";
}

.ki-tablet-ok.ki-outline:before {
  content: "\eae9";
}

.ki-tablet-text-down.ki-outline:before {
  content: "\eaea";
}

.ki-tablet-text-up.ki-outline:before {
  content: "\eaeb";
}

.ki-tablet-up.ki-outline:before {
  content: "\eaec";
}

.ki-tablet.ki-outline:before {
  content: "\eaed";
}

.ki-tag-cross.ki-outline:before {
  content: "\eaee";
}

.ki-tag.ki-outline:before {
  content: "\eaef";
}

.ki-teacher.ki-outline:before {
  content: "\eaf0";
}

.ki-technology-1.ki-outline:before {
  content: "\eaf1";
}

.ki-technology-2.ki-outline:before {
  content: "\eaf2";
}

.ki-technology-3.ki-outline:before {
  content: "\eaf3";
}

.ki-technology-4.ki-outline:before {
  content: "\eaf4";
}

.ki-telephone-geolocation.ki-outline:before {
  content: "\eaf5";
}

.ki-test-tubes.ki-outline:before {
  content: "\eaf6";
}

.ki-text-bold.ki-outline:before {
  content: "\eaf7";
}

.ki-text-circle.ki-outline:before {
  content: "\eaf8";
}

.ki-text-italic.ki-outline:before {
  content: "\eaf9";
}

.ki-text-number.ki-outline:before {
  content: "\eafa";
}

.ki-text-strikethrough.ki-outline:before {
  content: "\eafb";
}

.ki-text-underline.ki-outline:before {
  content: "\eafc";
}

.ki-text.ki-outline:before {
  content: "\eafd";
}

.ki-textalign-center.ki-outline:before {
  content: "\eafe";
}

.ki-textalign-justifycenter.ki-outline:before {
  content: "\eaff";
}

.ki-textalign-left.ki-outline:before {
  content: "\eb00";
}

.ki-textalign-right.ki-outline:before {
  content: "\eb01";
}

.ki-thermometer.ki-outline:before {
  content: "\eb02";
}

.ki-theta-theta.ki-outline:before {
  content: "\eb03";
}

.ki-tiktok.ki-outline:before {
  content: "\eb04";
}

.ki-time.ki-outline:before {
  content: "\eb05";
}

.ki-timer.ki-outline:before {
  content: "\eb06";
}

.ki-to-left.ki-outline:before {
  content: "\eb07";
}

.ki-to-right.ki-outline:before {
  content: "\eb08";
}

.ki-toggle-off-circle.ki-outline:before {
  content: "\eb09";
}

.ki-toggle-off.ki-outline:before {
  content: "\eb0a";
}

.ki-toggle-on-circle.ki-outline:before {
  content: "\eb0b";
}

.ki-toggle-on.ki-outline:before {
  content: "\eb0c";
}

.ki-trash-square.ki-outline:before {
  content: "\eb0d";
}

.ki-trash.ki-outline:before {
  content: "\eb0e";
}

.ki-tree.ki-outline:before {
  content: "\eb0f";
}

.ki-trello.ki-outline:before {
  content: "\eb10";
}

.ki-ts.ki-outline:before {
  content: "\eb11";
}

.ki-twitch.ki-outline:before {
  content: "\eb12";
}

.ki-twitter.ki-outline:before {
  content: "\eb13";
}

.ki-two-credit-cart.ki-outline:before {
  content: "\eb14";
}

.ki-underlining.ki-outline:before {
  content: "\eb15";
}

.ki-up-diagonal.ki-outline:before {
  content: "\eb16";
}

.ki-up-down.ki-outline:before {
  content: "\eb17";
}

.ki-up-square.ki-outline:before {
  content: "\eb18";
}

.ki-up.ki-outline:before {
  content: "\eb19";
}

.ki-update-file.ki-outline:before {
  content: "\eb1a";
}

.ki-update-folder.ki-outline:before {
  content: "\eb1b";
}

.ki-user-edit.ki-outline:before {
  content: "\eb1c";
}

.ki-user-square.ki-outline:before {
  content: "\eb1d";
}

.ki-user-tick.ki-outline:before {
  content: "\eb1e";
}

.ki-user.ki-outline:before {
  content: "\eb1f";
}

.ki-users.ki-outline:before {
  content: "\eb20";
}

.ki-verify.ki-outline:before {
  content: "\eb21";
}

.ki-vibe-vibe.ki-outline:before {
  content: "\eb22";
}

.ki-virus.ki-outline:before {
  content: "\eb23";
}

.ki-vue.ki-outline:before {
  content: "\eb24";
}

.ki-vuesax.ki-outline:before {
  content: "\eb25";
}

.ki-wallet.ki-outline:before {
  content: "\eb26";
}

.ki-wanchain-wan.ki-outline:before {
  content: "\eb27";
}

.ki-watch.ki-outline:before {
  content: "\eb28";
}

.ki-whatsapp.ki-outline:before {
  content: "\eb29";
}

.ki-wifi-home.ki-outline:before {
  content: "\eb2a";
}

.ki-wifi-square.ki-outline:before {
  content: "\eb2b";
}

.ki-wifi.ki-outline:before {
  content: "\eb2c";
}

.ki-wireframe.ki-outline:before {
  content: "\eb2d";
}

.ki-wlan.ki-outline:before {
  content: "\eb2e";
}

.ki-wrench.ki-outline:before {
  content: "\eb2f";
}

.ki-xaomi.ki-outline:before {
  content: "\eb30";
}

.ki-xd.ki-outline:before {
  content: "\eb31";
}

.ki-xmr.ki-outline:before {
  content: "\eb32";
}

.ki-yii.ki-outline:before {
  content: "\eb33";
}

.ki-youtube.ki-outline:before {
  content: "\eb34";
}

.ki-solid {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-solid' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1.ki-solid:before {
  content: "\e900";
}

.ki-abstract-2.ki-solid:before {
  content: "\e901";
}

.ki-abstract-3.ki-solid:before {
  content: "\e902";
}

.ki-abstract-4.ki-solid:before {
  content: "\e903";
}

.ki-abstract-5.ki-solid:before {
  content: "\e904";
}

.ki-abstract-6.ki-solid:before {
  content: "\e905";
}

.ki-abstract-7.ki-solid:before {
  content: "\e906";
}

.ki-abstract-8.ki-solid:before {
  content: "\e907";
}

.ki-abstract-9.ki-solid:before {
  content: "\e908";
}

.ki-abstract-10.ki-solid:before {
  content: "\e909";
}

.ki-abstract-11.ki-solid:before {
  content: "\e90a";
}

.ki-abstract-12.ki-solid:before {
  content: "\e90b";
}

.ki-abstract-13.ki-solid:before {
  content: "\e90c";
}

.ki-abstract-14.ki-solid:before {
  content: "\e90d";
}

.ki-abstract-15.ki-solid:before {
  content: "\e90e";
}

.ki-abstract-16.ki-solid:before {
  content: "\e90f";
}

.ki-abstract-17.ki-solid:before {
  content: "\e910";
}

.ki-abstract-18.ki-solid:before {
  content: "\e911";
}

.ki-abstract-19.ki-solid:before {
  content: "\e912";
}

.ki-abstract-20.ki-solid:before {
  content: "\e913";
}

.ki-abstract-21.ki-solid:before {
  content: "\e914";
}

.ki-abstract-22.ki-solid:before {
  content: "\e915";
}

.ki-abstract-23.ki-solid:before {
  content: "\e916";
}

.ki-abstract-24.ki-solid:before {
  content: "\e917";
}

.ki-abstract-25.ki-solid:before {
  content: "\e918";
}

.ki-abstract-26.ki-solid:before {
  content: "\e919";
}

.ki-abstract-27.ki-solid:before {
  content: "\e91a";
}

.ki-abstract-28.ki-solid:before {
  content: "\e91b";
}

.ki-abstract-29.ki-solid:before {
  content: "\e91c";
}

.ki-abstract-30.ki-solid:before {
  content: "\e91d";
}

.ki-abstract-31.ki-solid:before {
  content: "\e91e";
}

.ki-abstract-32.ki-solid:before {
  content: "\e91f";
}

.ki-abstract-33.ki-solid:before {
  content: "\e920";
}

.ki-abstract-34.ki-solid:before {
  content: "\e921";
}

.ki-abstract-35.ki-solid:before {
  content: "\e922";
}

.ki-abstract-36.ki-solid:before {
  content: "\e923";
}

.ki-abstract-37.ki-solid:before {
  content: "\e924";
}

.ki-abstract-38.ki-solid:before {
  content: "\e925";
}

.ki-abstract-39.ki-solid:before {
  content: "\e926";
}

.ki-abstract-40.ki-solid:before {
  content: "\e927";
}

.ki-abstract-41.ki-solid:before {
  content: "\e928";
}

.ki-abstract-42.ki-solid:before {
  content: "\e929";
}

.ki-abstract-43.ki-solid:before {
  content: "\e92a";
}

.ki-abstract-44.ki-solid:before {
  content: "\e92b";
}

.ki-abstract-45.ki-solid:before {
  content: "\e92c";
}

.ki-abstract-46.ki-solid:before {
  content: "\e92d";
}

.ki-abstract-47.ki-solid:before {
  content: "\e92e";
}

.ki-abstract-48.ki-solid:before {
  content: "\e92f";
}

.ki-abstract-49.ki-solid:before {
  content: "\e930";
}

.ki-abstract.ki-solid:before {
  content: "\e931";
}

.ki-add-files.ki-solid:before {
  content: "\e932";
}

.ki-add-folder.ki-solid:before {
  content: "\e933";
}

.ki-add-notepad.ki-solid:before {
  content: "\e934";
}

.ki-additem.ki-solid:before {
  content: "\e935";
}

.ki-address-book.ki-solid:before {
  content: "\e936";
}

.ki-airplane-square.ki-solid:before {
  content: "\e937";
}

.ki-airplane.ki-solid:before {
  content: "\e938";
}

.ki-airpod.ki-solid:before {
  content: "\e939";
}

.ki-android.ki-solid:before {
  content: "\e93a";
}

.ki-angular.ki-solid:before {
  content: "\e93b";
}

.ki-apple.ki-solid:before {
  content: "\e93c";
}

.ki-archive-tick.ki-solid:before {
  content: "\e93d";
}

.ki-archive.ki-solid:before {
  content: "\e93e";
}

.ki-arrow-circle-left.ki-solid:before {
  content: "\e93f";
}

.ki-arrow-circle-right.ki-solid:before {
  content: "\e940";
}

.ki-arrow-down-left.ki-solid:before {
  content: "\e941";
}

.ki-arrow-down-refraction.ki-solid:before {
  content: "\e942";
}

.ki-arrow-down-right.ki-solid:before {
  content: "\e943";
}

.ki-arrow-down.ki-solid:before {
  content: "\e944";
}

.ki-arrow-left.ki-solid:before {
  content: "\e945";
}

.ki-arrow-mix.ki-solid:before {
  content: "\e946";
}

.ki-arrow-right-left.ki-solid:before {
  content: "\e947";
}

.ki-arrow-right.ki-solid:before {
  content: "\e948";
}

.ki-arrow-two-diagonals.ki-solid:before {
  content: "\e949";
}

.ki-arrow-up-down.ki-solid:before {
  content: "\e94a";
}

.ki-arrow-up-left.ki-solid:before {
  content: "\e94b";
}

.ki-arrow-up-refraction.ki-solid:before {
  content: "\e94c";
}

.ki-arrow-up-right.ki-solid:before {
  content: "\e94d";
}

.ki-arrow-up.ki-solid:before {
  content: "\e94e";
}

.ki-arrow-zigzag.ki-solid:before {
  content: "\e94f";
}

.ki-arrows-circle.ki-solid:before {
  content: "\e950";
}

.ki-arrows-loop.ki-solid:before {
  content: "\e951";
}

.ki-artificial-intelligence.ki-solid:before {
  content: "\e952";
}

.ki-autobrightness.ki-solid:before {
  content: "\e953";
}

.ki-avalanche-avax.ki-solid:before {
  content: "\e954";
}

.ki-award.ki-solid:before {
  content: "\e955";
}

.ki-badge.ki-solid:before {
  content: "\e956";
}

.ki-bandage.ki-solid:before {
  content: "\e957";
}

.ki-bank.ki-solid:before {
  content: "\e958";
}

.ki-bar-chart.ki-solid:before {
  content: "\e959";
}

.ki-barcode.ki-solid:before {
  content: "\e95a";
}

.ki-basket-ok.ki-solid:before {
  content: "\e95b";
}

.ki-basket.ki-solid:before {
  content: "\e95c";
}

.ki-behance.ki-solid:before {
  content: "\e95d";
}

.ki-bill.ki-solid:before {
  content: "\e95e";
}

.ki-binance-usd-busd.ki-solid:before {
  content: "\e95f";
}

.ki-binance.ki-solid:before {
  content: "\e960";
}

.ki-bitcoin.ki-solid:before {
  content: "\e961";
}

.ki-black-down.ki-solid:before {
  content: "\e962";
}

.ki-black-left-line.ki-solid:before {
  content: "\e963";
}

.ki-black-left.ki-solid:before {
  content: "\e964";
}

.ki-black-right-line.ki-solid:before {
  content: "\e965";
}

.ki-black-right.ki-solid:before {
  content: "\e966";
}

.ki-black-up.ki-solid:before {
  content: "\e967";
}

.ki-bluetooth.ki-solid:before {
  content: "\e968";
}

.ki-book-open.ki-solid:before {
  content: "\e969";
}

.ki-book-square.ki-solid:before {
  content: "\e96a";
}

.ki-book.ki-solid:before {
  content: "\e96b";
}

.ki-bookmark-2.ki-solid:before {
  content: "\e96c";
}

.ki-bookmark.ki-solid:before {
  content: "\e96d";
}

.ki-bootstrap.ki-solid:before {
  content: "\e96e";
}

.ki-briefcase.ki-solid:before {
  content: "\e96f";
}

.ki-brifecase-cros.ki-solid:before {
  content: "\e970";
}

.ki-brifecase-tick.ki-solid:before {
  content: "\e971";
}

.ki-brifecase-timer.ki-solid:before {
  content: "\e972";
}

.ki-brush.ki-solid:before {
  content: "\e973";
}

.ki-bucket-square.ki-solid:before {
  content: "\e974";
}

.ki-bucket.ki-solid:before {
  content: "\e975";
}

.ki-burger-menu-1.ki-solid:before {
  content: "\e976";
}

.ki-burger-menu-2.ki-solid:before {
  content: "\e977";
}

.ki-burger-menu-3.ki-solid:before {
  content: "\e978";
}

.ki-burger-menu-4.ki-solid:before {
  content: "\e979";
}

.ki-burger-menu-5.ki-solid:before {
  content: "\e97a";
}

.ki-burger-menu-6.ki-solid:before {
  content: "\e97b";
}

.ki-burger-menu.ki-solid:before {
  content: "\e97c";
}

.ki-bus.ki-solid:before {
  content: "\e97d";
}

.ki-calculator.ki-solid:before {
  content: "\e97e";
}

.ki-calculatoror.ki-solid:before {
  content: "\e97f";
}

.ki-calendar-2.ki-solid:before {
  content: "\e980";
}

.ki-calendar-8.ki-solid:before {
  content: "\e981";
}

.ki-calendar-add.ki-solid:before {
  content: "\e982";
}

.ki-calendar-edit.ki-solid:before {
  content: "\e983";
}

.ki-calendar-remove.ki-solid:before {
  content: "\e984";
}

.ki-calendar-search.ki-solid:before {
  content: "\e985";
}

.ki-calendar-tick.ki-solid:before {
  content: "\e986";
}

.ki-calendar.ki-solid:before {
  content: "\e987";
}

.ki-call.ki-solid:before {
  content: "\e988";
}

.ki-capsule.ki-solid:before {
  content: "\e989";
}

.ki-car.ki-solid:before {
  content: "\e98a";
}

.ki-category.ki-solid:before {
  content: "\e98b";
}

.ki-cd.ki-solid:before {
  content: "\e98c";
}

.ki-celsius-cel.ki-solid:before {
  content: "\e98d";
}

.ki-chart-line-down-2.ki-solid:before {
  content: "\e98e";
}

.ki-chart-line-down.ki-solid:before {
  content: "\e98f";
}

.ki-chart-line-star.ki-solid:before {
  content: "\e990";
}

.ki-chart-line-up-2.ki-solid:before {
  content: "\e991";
}

.ki-chart-line-up.ki-solid:before {
  content: "\e992";
}

.ki-chart-line.ki-solid:before {
  content: "\e993";
}

.ki-chart-pie-3.ki-solid:before {
  content: "\e994";
}

.ki-chart-pie-4.ki-solid:before {
  content: "\e995";
}

.ki-chart-pie-simple.ki-solid:before {
  content: "\e996";
}

.ki-chart-pie-too.ki-solid:before {
  content: "\e997";
}

.ki-chart-simple-2.ki-solid:before {
  content: "\e998";
}

.ki-chart-simple-3.ki-solid:before {
  content: "\e999";
}

.ki-chart-simple.ki-solid:before {
  content: "\e99a";
}

.ki-chart.ki-solid:before {
  content: "\e99b";
}

.ki-check-circle.ki-solid:before {
  content: "\e99c";
}

.ki-check-squared.ki-solid:before {
  content: "\e99d";
}

.ki-check.ki-solid:before {
  content: "\e99e";
}

.ki-cheque.ki-solid:before {
  content: "\e99f";
}

.ki-chrome.ki-solid:before {
  content: "\e9a0";
}

.ki-classmates.ki-solid:before {
  content: "\e9a1";
}

.ki-click.ki-solid:before {
  content: "\e9a2";
}

.ki-clipboard.ki-solid:before {
  content: "\e9a3";
}

.ki-cloud-add.ki-solid:before {
  content: "\e9a4";
}

.ki-cloud-change.ki-solid:before {
  content: "\e9a5";
}

.ki-cloud-download.ki-solid:before {
  content: "\e9a6";
}

.ki-cloud.ki-solid:before {
  content: "\e9a7";
}

.ki-code.ki-solid:before {
  content: "\e9a8";
}

.ki-coffee.ki-solid:before {
  content: "\e9a9";
}

.ki-color-swatch.ki-solid:before {
  content: "\e9aa";
}

.ki-colors-square.ki-solid:before {
  content: "\e9ab";
}

.ki-compass.ki-solid:before {
  content: "\e9ac";
}

.ki-copy-success.ki-solid:before {
  content: "\e9ad";
}

.ki-copy.ki-solid:before {
  content: "\e9ae";
}

.ki-courier-express.ki-solid:before {
  content: "\e9af";
}

.ki-courier.ki-solid:before {
  content: "\e9b0";
}

.ki-credit-cart.ki-solid:before {
  content: "\e9b1";
}

.ki-cross-circle.ki-solid:before {
  content: "\e9b2";
}

.ki-cross-square.ki-solid:before {
  content: "\e9b3";
}

.ki-cross.ki-solid:before {
  content: "\e9b4";
}

.ki-crown-2.ki-solid:before {
  content: "\e9b5";
}

.ki-crown.ki-solid:before {
  content: "\e9b6";
}

.ki-css.ki-solid:before {
  content: "\e9b7";
}

.ki-cube-2.ki-solid:before {
  content: "\e9b8";
}

.ki-cube-3.ki-solid:before {
  content: "\e9b9";
}

.ki-cup.ki-solid:before {
  content: "\e9ba";
}

.ki-cursor.ki-solid:before {
  content: "\e9bb";
}

.ki-dash.ki-solid:before {
  content: "\e9bc";
}

.ki-data.ki-solid:before {
  content: "\e9bd";
}

.ki-delete-files.ki-solid:before {
  content: "\e9be";
}

.ki-delete-folder.ki-solid:before {
  content: "\e9bf";
}

.ki-delivery-2.ki-solid:before {
  content: "\e9c0";
}

.ki-delivery-3.ki-solid:before {
  content: "\e9c1";
}

.ki-delivery-24.ki-solid:before {
  content: "\e9c2";
}

.ki-delivery-door.ki-solid:before {
  content: "\e9c3";
}

.ki-delivery-geolocation.ki-solid:before {
  content: "\e9c4";
}

.ki-delivery-time.ki-solid:before {
  content: "\e9c5";
}

.ki-delivery.ki-solid:before {
  content: "\e9c6";
}

.ki-design-1.ki-solid:before {
  content: "\e9c7";
}

.ki-design-2.ki-solid:before {
  content: "\e9c8";
}

.ki-desktop-mobile.ki-solid:before {
  content: "\e9c9";
}

.ki-devices-2.ki-solid:before {
  content: "\e9ca";
}

.ki-devices.ki-solid:before {
  content: "\e9cb";
}

.ki-diamonds.ki-solid:before {
  content: "\e9cc";
}

.ki-directbox-default.ki-solid:before {
  content: "\e9cd";
}

.ki-disconnect.ki-solid:before {
  content: "\e9ce";
}

.ki-discount.ki-solid:before {
  content: "\e9cf";
}

.ki-disguise.ki-solid:before {
  content: "\e9d0";
}

.ki-disk.ki-solid:before {
  content: "\e9d1";
}

.ki-dislike.ki-solid:before {
  content: "\e9d2";
}

.ki-dj.ki-solid:before {
  content: "\e9d3";
}

.ki-document.ki-solid:before {
  content: "\e9d4";
}

.ki-double-check.ki-solid:before {
  content: "\e9d5";
}

.ki-dollar.ki-solid:before {
  content: "\e9d6";
}

.ki-dots-circle-vertical.ki-solid:before {
  content: "\e9d7";
}

.ki-dots-circle.ki-solid:before {
  content: "\e9d8";
}

.ki-dots-horizontal.ki-solid:before {
  content: "\e9d9";
}

.ki-dots-square-vertical.ki-solid:before {
  content: "\e9da";
}

.ki-dots-square.ki-solid:before {
  content: "\e9db";
}

.ki-dots-vertical.ki-solid:before {
  content: "\e9dc";
}

.ki-double-down.ki-solid:before {
  content: "\e9dd";
}

.ki-double-left-arrow.ki-solid:before {
  content: "\e9de";
}

.ki-double-left.ki-solid:before {
  content: "\e9df";
}

.ki-double-right-arrow.ki-solid:before {
  content: "\e9e0";
}

.ki-double-right.ki-solid:before {
  content: "\e9e1";
}

.ki-double-up.ki-solid:before {
  content: "\e9e2";
}

.ki-down-square.ki-solid:before {
  content: "\e9e3";
}

.ki-down.ki-solid:before {
  content: "\e9e4";
}

.ki-dribbble.ki-solid:before {
  content: "\e9e5";
}

.ki-drop.ki-solid:before {
  content: "\e9e6";
}

.ki-dropbox.ki-solid:before {
  content: "\e9e7";
}

.ki-duble-check-circle.ki-solid:before {
  content: "\e9e8";
}

.ki-educare-ekt.ki-solid:before {
  content: "\e9e9";
}

.ki-electricity.ki-solid:before {
  content: "\e9ea";
}

.ki-electronic-clock.ki-solid:before {
  content: "\e9eb";
}

.ki-element-1.ki-solid:before {
  content: "\e9ec";
}

.ki-element-2.ki-solid:before {
  content: "\e9ed";
}

.ki-element-3.ki-solid:before {
  content: "\e9ee";
}

.ki-element-4.ki-solid:before {
  content: "\e9ef";
}

.ki-element-5.ki-solid:before {
  content: "\e9f0";
}

.ki-element-6.ki-solid:before {
  content: "\e9f1";
}

.ki-element-7.ki-solid:before {
  content: "\e9f2";
}

.ki-element-8.ki-solid:before {
  content: "\e9f3";
}

.ki-element-9.ki-solid:before {
  content: "\e9f4";
}

.ki-element-10.ki-solid:before {
  content: "\e9f5";
}

.ki-element-11.ki-solid:before {
  content: "\e9f6";
}

.ki-element-12.ki-solid:before {
  content: "\e9f7";
}

.ki-element-equal.ki-solid:before {
  content: "\e9f8";
}

.ki-element-plus.ki-solid:before {
  content: "\e9f9";
}

.ki-emoji-happy.ki-solid:before {
  content: "\e9fa";
}

.ki-enjin-coin-enj.ki-solid:before {
  content: "\e9fb";
}

.ki-ensure.ki-solid:before {
  content: "\e9fc";
}

.ki-entrance-left.ki-solid:before {
  content: "\e9fd";
}

.ki-entrance-right.ki-solid:before {
  content: "\e9fe";
}

.ki-eraser.ki-solid:before {
  content: "\e9ff";
}

.ki-euro.ki-solid:before {
  content: "\ea00";
}

.ki-exit-down.ki-solid:before {
  content: "\ea01";
}

.ki-exit-left.ki-solid:before {
  content: "\ea02";
}

.ki-exit-right-corner.ki-solid:before {
  content: "\ea03";
}

.ki-exit-right.ki-solid:before {
  content: "\ea04";
}

.ki-exit-up.ki-solid:before {
  content: "\ea05";
}

.ki-external-drive.ki-solid:before {
  content: "\ea06";
}

.ki-eye-slash.ki-solid:before {
  content: "\ea07";
}

.ki-eye.ki-solid:before {
  content: "\ea08";
}

.ki-face-id.ki-solid:before {
  content: "\ea09";
}

.ki-facebook.ki-solid:before {
  content: "\ea0a";
}

.ki-fasten.ki-solid:before {
  content: "\ea0b";
}

.ki-fatrows.ki-solid:before {
  content: "\ea0c";
}

.ki-feather.ki-solid:before {
  content: "\ea0d";
}

.ki-figma.ki-solid:before {
  content: "\ea0e";
}

.ki-file-added.ki-solid:before {
  content: "\ea0f";
}

.ki-file-deleted.ki-solid:before {
  content: "\ea10";
}

.ki-file-down.ki-solid:before {
  content: "\ea11";
}

.ki-file-left.ki-solid:before {
  content: "\ea12";
}

.ki-file-right.ki-solid:before {
  content: "\ea13";
}

.ki-file-sheet.ki-solid:before {
  content: "\ea14";
}

.ki-file-up.ki-solid:before {
  content: "\ea15";
}

.ki-files.ki-solid:before {
  content: "\ea16";
}

.ki-filter-edit.ki-solid:before {
  content: "\ea17";
}

.ki-filter-search.ki-solid:before {
  content: "\ea18";
}

.ki-filter-square.ki-solid:before {
  content: "\ea19";
}

.ki-filter-tablet.ki-solid:before {
  content: "\ea1a";
}

.ki-filter-tick.ki-solid:before {
  content: "\ea1b";
}

.ki-filter.ki-solid:before {
  content: "\ea1c";
}

.ki-financial-schedule.ki-solid:before {
  content: "\ea1d";
}

.ki-fingerprint-scanning.ki-solid:before {
  content: "\ea1e";
}

.ki-flag.ki-solid:before {
  content: "\ea1f";
}

.ki-flash-circle.ki-solid:before {
  content: "\ea20";
}

.ki-flask.ki-solid:before {
  content: "\ea21";
}

.ki-focus.ki-solid:before {
  content: "\ea22";
}

.ki-folder-added.ki-solid:before {
  content: "\ea23";
}

.ki-folder-down.ki-solid:before {
  content: "\ea24";
}

.ki-folder-up.ki-solid:before {
  content: "\ea25";
}

.ki-folder.ki-solid:before {
  content: "\ea26";
}

.ki-frame.ki-solid:before {
  content: "\ea27";
}

.ki-geolocation-home.ki-solid:before {
  content: "\ea28";
}

.ki-geolocation.ki-solid:before {
  content: "\ea29";
}

.ki-ghost.ki-solid:before {
  content: "\ea2a";
}

.ki-gift.ki-solid:before {
  content: "\ea2b";
}

.ki-github.ki-solid:before {
  content: "\ea2c";
}

.ki-glass.ki-solid:before {
  content: "\ea2d";
}

.ki-google-play.ki-solid:before {
  content: "\ea2e";
}

.ki-google.ki-solid:before {
  content: "\ea2f";
}

.ki-graph-2.ki-solid:before {
  content: "\ea30";
}

.ki-graph-3.ki-solid:before {
  content: "\ea31";
}

.ki-graph-4.ki-solid:before {
  content: "\ea32";
}

.ki-graph-up.ki-solid:before {
  content: "\ea33";
}

.ki-graph.ki-solid:before {
  content: "\ea34";
}

.ki-grid-2.ki-solid:before {
  content: "\ea35";
}

.ki-grid.ki-solid:before {
  content: "\ea36";
}

.ki-handcart.ki-solid:before {
  content: "\ea37";
}

.ki-happyemoji.ki-solid:before {
  content: "\ea38";
}

.ki-heart-circle.ki-solid:before {
  content: "\ea39";
}

.ki-heart.ki-solid:before {
  content: "\ea3a";
}

.ki-home-1.ki-solid:before {
  content: "\ea3b";
}

.ki-home-2.ki-solid:before {
  content: "\ea3c";
}

.ki-home-3.ki-solid:before {
  content: "\ea3d";
}

.ki-home.ki-solid:before {
  content: "\ea3e";
}

.ki-html.ki-solid:before {
  content: "\ea3f";
}

.ki-icon.ki-solid:before {
  content: "\ea40";
}

.ki-illustrator.ki-solid:before {
  content: "\ea41";
}

.ki-information-1.ki-solid:before {
  content: "\ea42";
}

.ki-information-2.ki-solid:before {
  content: "\ea43";
}

.ki-information-3.ki-solid:before {
  content: "\ea44";
}

.ki-information-4.ki-solid:before {
  content: "\ea45";
}

.ki-information.ki-solid:before {
  content: "\ea46";
}

.ki-instagram.ki-solid:before {
  content: "\ea47";
}

.ki-joystick.ki-solid:before {
  content: "\ea48";
}

.ki-js-2.ki-solid:before {
  content: "\ea49";
}

.ki-js.ki-solid:before {
  content: "\ea4a";
}

.ki-kanban.ki-solid:before {
  content: "\ea4b";
}

.ki-key-square.ki-solid:before {
  content: "\ea4c";
}

.ki-key.ki-solid:before {
  content: "\ea4d";
}

.ki-keyboard.ki-solid:before {
  content: "\ea4e";
}

.ki-laptop.ki-solid:before {
  content: "\ea4f";
}

.ki-laravel.ki-solid:before {
  content: "\ea50";
}

.ki-left-square.ki-solid:before {
  content: "\ea51";
}

.ki-left.ki-solid:before {
  content: "\ea52";
}

.ki-like-2.ki-solid:before {
  content: "\ea53";
}

.ki-like-folder.ki-solid:before {
  content: "\ea54";
}

.ki-like-shapes.ki-solid:before {
  content: "\ea55";
}

.ki-like-tag.ki-solid:before {
  content: "\ea56";
}

.ki-like.ki-solid:before {
  content: "\ea57";
}

.ki-loading.ki-solid:before {
  content: "\ea58";
}

.ki-lock-2.ki-solid:before {
  content: "\ea59";
}

.ki-lock-3.ki-solid:before {
  content: "\ea5a";
}

.ki-lock.ki-solid:before {
  content: "\ea5b";
}

.ki-logistic.ki-solid:before {
  content: "\ea5c";
}

.ki-lots-shopping.ki-solid:before {
  content: "\ea5d";
}

.ki-lovely.ki-solid:before {
  content: "\ea5e";
}

.ki-lts.ki-solid:before {
  content: "\ea5f";
}

.ki-magnifier.ki-solid:before {
  content: "\ea60";
}

.ki-map.ki-solid:before {
  content: "\ea61";
}

.ki-mask.ki-solid:before {
  content: "\ea62";
}

.ki-maximize.ki-solid:before {
  content: "\ea63";
}

.ki-medal-star.ki-solid:before {
  content: "\ea64";
}

.ki-menu.ki-solid:before {
  content: "\ea65";
}

.ki-message-add.ki-solid:before {
  content: "\ea66";
}

.ki-message-edit.ki-solid:before {
  content: "\ea67";
}

.ki-message-minus.ki-solid:before {
  content: "\ea68";
}

.ki-message-notify.ki-solid:before {
  content: "\ea69";
}

.ki-message-programming.ki-solid:before {
  content: "\ea6a";
}

.ki-message-question.ki-solid:before {
  content: "\ea6b";
}

.ki-message-text-2.ki-solid:before {
  content: "\ea6c";
}

.ki-message-text.ki-solid:before {
  content: "\ea6d";
}

.ki-messages.ki-solid:before {
  content: "\ea6e";
}

.ki-microsoft.ki-solid:before {
  content: "\ea6f";
}

.ki-milk.ki-solid:before {
  content: "\ea70";
}

.ki-minus-circle.ki-solid:before {
  content: "\ea71";
}

.ki-minus-folder.ki-solid:before {
  content: "\ea72";
}

.ki-minus-squared.ki-solid:before {
  content: "\ea73";
}

.ki-minus.ki-solid:before {
  content: "\ea74";
}

.ki-moon.ki-solid:before {
  content: "\ea75";
}

.ki-more-2.ki-solid:before {
  content: "\ea76";
}

.ki-mouse-circle.ki-solid:before {
  content: "\ea77";
}

.ki-mouse-square.ki-solid:before {
  content: "\ea78";
}

.ki-mouse.ki-solid:before {
  content: "\ea79";
}

.ki-nexo.ki-solid:before {
  content: "\ea7a";
}

.ki-night-day.ki-solid:before {
  content: "\ea7b";
}

.ki-note-2.ki-solid:before {
  content: "\ea7c";
}

.ki-note.ki-solid:before {
  content: "\ea7d";
}

.ki-notepad-bookmark.ki-solid:before {
  content: "\ea7e";
}

.ki-notepad-edit.ki-solid:before {
  content: "\ea7f";
}

.ki-notepad.ki-solid:before {
  content: "\ea80";
}

.ki-notification-1.ki-solid:before {
  content: "\ea81";
}

.ki-notification-bing.ki-solid:before {
  content: "\ea82";
}

.ki-notification-circle.ki-solid:before {
  content: "\ea83";
}

.ki-notification-favorite.ki-solid:before {
  content: "\ea84";
}

.ki-notification-on.ki-solid:before {
  content: "\ea85";
}

.ki-notification-status.ki-solid:before {
  content: "\ea86";
}

.ki-notification.ki-solid:before {
  content: "\ea87";
}

.ki-ocean.ki-solid:before {
  content: "\ea88";
}

.ki-office-bag.ki-solid:before {
  content: "\ea89";
}

.ki-package.ki-solid:before {
  content: "\ea8a";
}

.ki-pad.ki-solid:before {
  content: "\ea8b";
}

.ki-pails.ki-solid:before {
  content: "\ea8c";
}

.ki-paintbucket.ki-solid:before {
  content: "\ea8d";
}

.ki-paper-clip.ki-solid:before {
  content: "\ea8e";
}

.ki-paper-plane.ki-solid:before {
  content: "\ea8f";
}

.ki-parcel-tracking.ki-solid:before {
  content: "\ea90";
}

.ki-parcel.ki-solid:before {
  content: "\ea91";
}

.ki-password-check.ki-solid:before {
  content: "\ea92";
}

.ki-paypal.ki-solid:before {
  content: "\ea93";
}

.ki-pencil.ki-solid:before {
  content: "\ea94";
}

.ki-people.ki-solid:before {
  content: "\ea95";
}

.ki-percentage.ki-solid:before {
  content: "\ea96";
}

.ki-phone.ki-solid:before {
  content: "\ea97";
}

.ki-photoshop.ki-solid:before {
  content: "\ea98";
}

.ki-picture.ki-solid:before {
  content: "\ea99";
}

.ki-pill.ki-solid:before {
  content: "\ea9a";
}

.ki-pin.ki-solid:before {
  content: "\ea9b";
}

.ki-plus-circle.ki-solid:before {
  content: "\ea9c";
}

.ki-plus-squared.ki-solid:before {
  content: "\ea9d";
}

.ki-plus.ki-solid:before {
  content: "\ea9e";
}

.ki-pointers.ki-solid:before {
  content: "\ea9f";
}

.ki-price-tag.ki-solid:before {
  content: "\eaa0";
}

.ki-printer.ki-solid:before {
  content: "\eaa1";
}

.ki-profile-circle.ki-solid:before {
  content: "\eaa2";
}

.ki-pulse.ki-solid:before {
  content: "\eaa3";
}

.ki-purchase.ki-solid:before {
  content: "\eaa4";
}

.ki-python.ki-solid:before {
  content: "\eaa5";
}

.ki-question-2.ki-solid:before {
  content: "\eaa6";
}

.ki-question.ki-solid:before {
  content: "\eaa7";
}

.ki-questionnaire-tablet.ki-solid:before {
  content: "\eaa8";
}

.ki-ranking.ki-solid:before {
  content: "\eaa9";
}

.ki-react.ki-solid:before {
  content: "\eaaa";
}

.ki-receipt-square.ki-solid:before {
  content: "\eaab";
}

.ki-rescue.ki-solid:before {
  content: "\eaac";
}

.ki-right-left.ki-solid:before {
  content: "\eaad";
}

.ki-right-square.ki-solid:before {
  content: "\eaae";
}

.ki-right.ki-solid:before {
  content: "\eaaf";
}

.ki-rocket.ki-solid:before {
  content: "\eab0";
}

.ki-route.ki-solid:before {
  content: "\eab1";
}

.ki-router.ki-solid:before {
  content: "\eab2";
}

.ki-row-horizontal.ki-solid:before {
  content: "\eab3";
}

.ki-row-vertical.ki-solid:before {
  content: "\eab4";
}

.ki-safe-home.ki-solid:before {
  content: "\eab5";
}

.ki-satellite.ki-solid:before {
  content: "\eab6";
}

.ki-save-2.ki-solid:before {
  content: "\eab7";
}

.ki-save-deposit.ki-solid:before {
  content: "\eab8";
}

.ki-scan-barcode.ki-solid:before {
  content: "\eab9";
}

.ki-screen.ki-solid:before {
  content: "\eaba";
}

.ki-scroll.ki-solid:before {
  content: "\eabb";
}

.ki-search-list.ki-solid:before {
  content: "\eabc";
}

.ki-security-user.ki-solid:before {
  content: "\eabd";
}

.ki-setting-2.ki-solid:before {
  content: "\eabe";
}

.ki-setting-3.ki-solid:before {
  content: "\eabf";
}

.ki-setting-4.ki-solid:before {
  content: "\eac0";
}

.ki-setting.ki-solid:before {
  content: "\eac1";
}

.ki-share.ki-solid:before {
  content: "\eac2";
}

.ki-shield-cross.ki-solid:before {
  content: "\eac3";
}

.ki-shield-search.ki-solid:before {
  content: "\eac4";
}

.ki-shield-slash.ki-solid:before {
  content: "\eac5";
}

.ki-shield-tick.ki-solid:before {
  content: "\eac6";
}

.ki-shield.ki-solid:before {
  content: "\eac7";
}

.ki-ship.ki-solid:before {
  content: "\eac8";
}

.ki-shop.ki-solid:before {
  content: "\eac9";
}

.ki-simcard-2.ki-solid:before {
  content: "\eaca";
}

.ki-simcard.ki-solid:before {
  content: "\eacb";
}

.ki-size.ki-solid:before {
  content: "\eacc";
}

.ki-slack.ki-solid:before {
  content: "\eacd";
}

.ki-slider-horizontal-2.ki-solid:before {
  content: "\eace";
}

.ki-slider-horizontal.ki-solid:before {
  content: "\eacf";
}

.ki-slider-vertica.ki-solid:before {
  content: "\ead0";
}

.ki-slider-vertical.ki-solid:before {
  content: "\ead1";
}

.ki-slider.ki-solid:before {
  content: "\ead2";
}

.ki-sms.ki-solid:before {
  content: "\ead3";
}

.ki-snapchat.ki-solid:before {
  content: "\ead4";
}

.ki-social-media.ki-solid:before {
  content: "\ead5";
}

.ki-soft-2.ki-solid:before {
  content: "\ead6";
}

.ki-soft-3.ki-solid:before {
  content: "\ead7";
}

.ki-soft.ki-solid:before {
  content: "\ead8";
}

.ki-some-files.ki-solid:before {
  content: "\ead9";
}

.ki-sort.ki-solid:before {
  content: "\eada";
}

.ki-speaker.ki-solid:before {
  content: "\eadb";
}

.ki-spotify.ki-solid:before {
  content: "\eadc";
}

.ki-spring-framework.ki-solid:before {
  content: "\eadd";
}

.ki-square-brackets.ki-solid:before {
  content: "\eade";
}

.ki-star.ki-solid:before {
  content: "\eadf";
}

.ki-status.ki-solid:before {
  content: "\eae0";
}

.ki-subtitle.ki-solid:before {
  content: "\eae1";
}

.ki-sun.ki-solid:before {
  content: "\eae2";
}

.ki-support.ki-solid:before {
  content: "\eae3";
}

.ki-switch.ki-solid:before {
  content: "\eae4";
}

.ki-syringe.ki-solid:before {
  content: "\eae5";
}

.ki-tab-tablet.ki-solid:before {
  content: "\eae6";
}

.ki-tablet-delete.ki-solid:before {
  content: "\eae7";
}

.ki-tablet-down.ki-solid:before {
  content: "\eae8";
}

.ki-tablet-ok.ki-solid:before {
  content: "\eae9";
}

.ki-tablet-text-down.ki-solid:before {
  content: "\eaea";
}

.ki-tablet-text-up.ki-solid:before {
  content: "\eaeb";
}

.ki-tablet-up.ki-solid:before {
  content: "\eaec";
}

.ki-tablet.ki-solid:before {
  content: "\eaed";
}

.ki-tag-cross.ki-solid:before {
  content: "\eaee";
}

.ki-tag.ki-solid:before {
  content: "\eaef";
}

.ki-teacher.ki-solid:before {
  content: "\eaf0";
}

.ki-technology-1.ki-solid:before {
  content: "\eaf1";
}

.ki-technology-2.ki-solid:before {
  content: "\eaf2";
}

.ki-technology-3.ki-solid:before {
  content: "\eaf3";
}

.ki-technology-4.ki-solid:before {
  content: "\eaf4";
}

.ki-telephone-geolocation.ki-solid:before {
  content: "\eaf5";
}

.ki-test-tubes.ki-solid:before {
  content: "\eaf6";
}

.ki-text-bold.ki-solid:before {
  content: "\eaf7";
}

.ki-text-circle.ki-solid:before {
  content: "\eaf8";
}

.ki-text-italic.ki-solid:before {
  content: "\eaf9";
}

.ki-text-number.ki-solid:before {
  content: "\eafa";
}

.ki-text-strikethrough.ki-solid:before {
  content: "\eafb";
}

.ki-text-underline.ki-solid:before {
  content: "\eafc";
}

.ki-text.ki-solid:before {
  content: "\eafd";
}

.ki-textalign-center.ki-solid:before {
  content: "\eafe";
}

.ki-textalign-justifycenter.ki-solid:before {
  content: "\eaff";
}

.ki-textalign-left.ki-solid:before {
  content: "\eb00";
}

.ki-textalign-right.ki-solid:before {
  content: "\eb01";
}

.ki-thermometer.ki-solid:before {
  content: "\eb02";
}

.ki-theta-theta.ki-solid:before {
  content: "\eb03";
}

.ki-tiktok.ki-solid:before {
  content: "\eb04";
}

.ki-time.ki-solid:before {
  content: "\eb05";
}

.ki-timer.ki-solid:before {
  content: "\eb06";
}

.ki-to-left.ki-solid:before {
  content: "\eb07";
}

.ki-to-right.ki-solid:before {
  content: "\eb08";
}

.ki-toggle-off-circle.ki-solid:before {
  content: "\eb09";
}

.ki-toggle-off.ki-solid:before {
  content: "\eb0a";
}

.ki-toggle-on-circle.ki-solid:before {
  content: "\eb0b";
}

.ki-toggle-on.ki-solid:before {
  content: "\eb0c";
}

.ki-trash-square.ki-solid:before {
  content: "\eb0d";
}

.ki-trash.ki-solid:before {
  content: "\eb0e";
}

.ki-tree.ki-solid:before {
  content: "\eb0f";
}

.ki-trello.ki-solid:before {
  content: "\eb10";
}

.ki-ts.ki-solid:before {
  content: "\eb11";
}

.ki-twitch.ki-solid:before {
  content: "\eb12";
}

.ki-twitter.ki-solid:before {
  content: "\eb13";
}

.ki-two-credit-cart.ki-solid:before {
  content: "\eb14";
}

.ki-underlining.ki-solid:before {
  content: "\eb15";
}

.ki-up-diagonal.ki-solid:before {
  content: "\eb16";
}

.ki-up-down.ki-solid:before {
  content: "\eb17";
}

.ki-up-square.ki-solid:before {
  content: "\eb18";
}

.ki-up.ki-solid:before {
  content: "\eb19";
}

.ki-update-file.ki-solid:before {
  content: "\eb1a";
}

.ki-update-folder.ki-solid:before {
  content: "\eb1b";
}

.ki-user-edit.ki-solid:before {
  content: "\eb1c";
}

.ki-user-square.ki-solid:before {
  content: "\eb1d";
}

.ki-user-tick.ki-solid:before {
  content: "\eb1e";
}

.ki-user.ki-solid:before {
  content: "\eb1f";
}

.ki-users.ki-solid:before {
  content: "\eb20";
}

.ki-verify.ki-solid:before {
  content: "\eb21";
}

.ki-vibe-vibe.ki-solid:before {
  content: "\eb22";
}

.ki-virus.ki-solid:before {
  content: "\eb23";
}

.ki-vue.ki-solid:before {
  content: "\eb24";
}

.ki-vuesax.ki-solid:before {
  content: "\eb25";
}

.ki-wallet.ki-solid:before {
  content: "\eb26";
}

.ki-wanchain-wan.ki-solid:before {
  content: "\eb27";
}

.ki-watch.ki-solid:before {
  content: "\eb28";
}

.ki-whatsapp.ki-solid:before {
  content: "\eb29";
}

.ki-wifi-home.ki-solid:before {
  content: "\eb2a";
}

.ki-wifi-square.ki-solid:before {
  content: "\eb2b";
}

.ki-wifi.ki-solid:before {
  content: "\eb2c";
}

.ki-wireframe.ki-solid:before {
  content: "\eb2d";
}

.ki-wlan.ki-solid:before {
  content: "\eb2e";
}

.ki-wrench.ki-solid:before {
  content: "\eb2f";
}

.ki-xaomi.ki-solid:before {
  content: "\eb30";
}

.ki-xd.ki-solid:before {
  content: "\eb31";
}

.ki-xmr.ki-solid:before {
  content: "\eb32";
}

.ki-yii.ki-solid:before {
  content: "\eb33";
}

.ki-youtube.ki-solid:before {
  content: "\eb34";
}

@font-face {
  font-family: 'keenicons-filled';

  src:
    url('fonts/keenicons-filled.ttf') format('truetype'),
    url('fonts/keenicons-filled.woff') format('woff'),
    url('fonts/keenicons-filled.svg') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.ki-filled {
  line-height: 1;
  position: relative;
  display: inline-flex;
}

.ki-filled:after, 
.ki-filled:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-filled' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
}

.ki-abstract-1.ki-filled:after {
  content: "\e900";
  opacity: 0.1;
}

.ki-abstract-1.ki-filled:before {
  content: "\e901";
  position: absolute;
}

.ki-abstract-2.ki-filled:after {
  content: "\e902";
  opacity: 0.1;
}

.ki-abstract-2.ki-filled:before {
  content: "\e903";
  position: absolute;
}

.ki-abstract-3.ki-filled:after {
  content: "\e904";
  opacity: 0.1;
}

.ki-abstract-3.ki-filled:before {
  content: "\e905";
  position: absolute;
}

.ki-abstract-4.ki-filled:after {
  content: "\e906";
  opacity: 0.1;
}

.ki-abstract-4.ki-filled:before {
  content: "\e907";
  position: absolute;
}

.ki-abstract-5.ki-filled:after {
  content: "\e908";
  opacity: 0.1;
}

.ki-abstract-5.ki-filled:before {
  content: "\e909";
  position: absolute;
}

.ki-abstract-6.ki-filled:after {
  content: "\e90a";
  opacity: 0.1;
}

.ki-abstract-6.ki-filled:before {
  content: "\e90b";
  position: absolute;
}

.ki-abstract-7.ki-filled:after {
  content: "\e90c";
}

.ki-abstract-7.ki-filled:before {
  content: "\e90d";
  position: absolute;
  opacity: 0.1;
}

.ki-abstract-8.ki-filled:after {
  content: "\e90e";
  opacity: 0.1;
}

.ki-abstract-8.ki-filled:before {
  content: "\e90f";
  position: absolute;
}

.ki-abstract-9.ki-filled:after {
  content: "\e910";
  opacity: 0.1;
}

.ki-abstract-9.ki-filled:before {
  content: "\e911";
  position: absolute;
}

.ki-abstract-10.ki-filled:after {
  content: "\e912";
  opacity: 0.1;
}

.ki-abstract-10.ki-filled:before {
  content: "\e913";
  position: absolute;
}

.ki-abstract-11.ki-filled:after {
  content: "\e914";
  opacity: 0.1;
}

.ki-abstract-11.ki-filled:before {
  content: "\e915";
  position: absolute;
}

.ki-abstract-12.ki-filled:after {
  content: "\e916";
  opacity: 0.1;
}

.ki-abstract-12.ki-filled:before {
  content: "\e917";
  position: absolute;
}

.ki-abstract-13.ki-filled:after {
  content: "\e918";
  opacity: 0.1;
}

.ki-abstract-13.ki-filled:before {
  content: "\e919";
  position: absolute;
}

.ki-abstract-14.ki-filled:after {
  content: "\e91a";
  opacity: 0.1;
}

.ki-abstract-14.ki-filled:before {
  content: "\e91b";
  position: absolute;
}

.ki-abstract-15.ki-filled:after {
  content: "\e91c";
  opacity: 0.1;
}

.ki-abstract-15.ki-filled:before {
  content: "\e91d";
  position: absolute;
}

.ki-abstract-16.ki-filled:after {
  content: "\e91e";
  opacity: 0.1;
}

.ki-abstract-16.ki-filled:before {
  content: "\e91f";
  position: absolute;
}

.ki-abstract-17.ki-filled:after {
  content: "\e920";
  opacity: 0.1;
}

.ki-abstract-17.ki-filled:before {
  content: "\e921";
  position: absolute;
}

.ki-abstract-18.ki-filled:after {
  content: "\e922";
  opacity: 0.1;
}

.ki-abstract-18.ki-filled:before {
  content: "\e923";
  position: absolute;
}

.ki-abstract-19.ki-filled:after {
  content: "\e924";
  opacity: 0.1;
}

.ki-abstract-19.ki-filled:before {
  content: "\e925";
  position: absolute;
}

.ki-abstract-20.ki-filled:after {
  content: "\e926";
  opacity: 0.1;
}

.ki-abstract-20.ki-filled:before {
  content: "\e927";
  position: absolute;
}

.ki-abstract-21.ki-filled:after {
  content: "\e928";
  opacity: 0.1;
}

.ki-abstract-21.ki-filled:before {
  content: "\e929";
  position: absolute;
}

.ki-abstract-22.ki-filled:after {
  content: "\e92a";
  opacity: 0.1;
}

.ki-abstract-22.ki-filled:before {
  content: "\e92b";
  position: absolute;
}

.ki-abstract-23.ki-filled:after {
  content: "\e92c";
  opacity: 0.1;
}

.ki-abstract-23.ki-filled:before {
  content: "\e92d";
  position: absolute;
}

.ki-abstract-24.ki-filled:after {
  content: "\e92e";
  opacity: 0.1;
}

.ki-abstract-24.ki-filled:before {
  content: "\e92f";
  position: absolute;
}

.ki-abstract-25.ki-filled:after {
  content: "\e930";
  opacity: 0.1;
}

.ki-abstract-25.ki-filled:before {
  content: "\e931";
  position: absolute;
}

.ki-abstract-26.ki-filled:after {
  content: "\e932";
  opacity: 0.1;
}

.ki-abstract-26.ki-filled:before {
  content: "\e933";
  position: absolute;
}

.ki-abstract-27.ki-filled:after {
  content: "\e934";
  opacity: 0.1;
}

.ki-abstract-27.ki-filled:before {
  content: "\e935";
  position: absolute;
}

.ki-abstract-28.ki-filled:after {
  content: "\e936";
  opacity: 0.1;
}

.ki-abstract-28.ki-filled:before {
  content: "\e937";
  position: absolute;
}

.ki-abstract-29.ki-filled:after {
  content: "\e938";
  opacity: 0.1;
}

.ki-abstract-29.ki-filled:before {
  content: "\e939";
  position: absolute;
}

.ki-abstract-30.ki-filled:after {
  content: "\e93a";
  opacity: 0.1;
}

.ki-abstract-30.ki-filled:before {
  content: "\e93b";
  position: absolute;
}

.ki-abstract-31.ki-filled:after {
  content: "\e93c";
  opacity: 0.1;
}

.ki-abstract-31.ki-filled:before {
  content: "\e93d";
  position: absolute;
}

.ki-abstract-32.ki-filled:after {
  content: "\e93e";
  opacity: 0.1;
}

.ki-abstract-32.ki-filled:before {
  content: "\e93f";
  position: absolute;
}

.ki-abstract-33.ki-filled:after {
  content: "\e940";
  opacity: 0.1;
}

.ki-abstract-33.ki-filled:before {
  content: "\e941";
  position: absolute;
}

.ki-abstract-34.ki-filled:after {
  content: "\e942";
  opacity: 0.1;
}

.ki-abstract-34.ki-filled:before {
  content: "\e943";
  position: absolute;
}

.ki-abstract-35.ki-filled:after {
  content: "\e944";
}

.ki-abstract-35.ki-filled:before {
  content: "\e945";
  position: absolute;
  opacity: 0.1;
}

.ki-abstract-36.ki-filled:after {
  content: "\e946";
  opacity: 0.1;
}

.ki-abstract-36.ki-filled:before {
  content: "\e947";
  position: absolute;
}

.ki-abstract-37.ki-filled:after {
  content: "\e948";
  opacity: 0.1;
}

.ki-abstract-37.ki-filled:before {
  content: "\e949";
  position: absolute;
}

.ki-abstract-38.ki-filled:after {
  content: "\e94a";
  opacity: 0.1;
}

.ki-abstract-38.ki-filled:before {
  content: "\e94b";
  position: absolute;
}

.ki-abstract-39.ki-filled:after {
  content: "\e94c";
  opacity: 0.1;
}

.ki-abstract-39.ki-filled:before {
  content: "\e94d";
  position: absolute;
}

.ki-abstract-40.ki-filled:after {
  content: "\e94e";
  opacity: 0.1;
}

.ki-abstract-40.ki-filled:before {
  content: "\e94f";
  position: absolute;
}

.ki-abstract-41.ki-filled:after {
  content: "\e950";
  opacity: 0.1;
}

.ki-abstract-41.ki-filled:before {
  content: "\e951";
  position: absolute;
}

.ki-abstract-42.ki-filled:after {
  content: "\e952";
  opacity: 0.1;
}

.ki-abstract-42.ki-filled:before {
  content: "\e953";
  position: absolute;
}

.ki-abstract-43.ki-filled:after {
  content: "\e954";
  opacity: 0.1;
}

.ki-abstract-43.ki-filled:before {
  content: "\e955";
  position: absolute;
}

.ki-abstract-44.ki-filled:after {
  content: "\e956";
  opacity: 0.1;
}

.ki-abstract-44.ki-filled:before {
  content: "\e957";
  position: absolute;
}

.ki-abstract-45.ki-filled:before {
  content: "\e958";
}

.ki-abstract-46.ki-filled:after {
  content: "\e959";
  opacity: 0.1;
}

.ki-abstract-46.ki-filled:before {
  content: "\e95a";
  position: absolute;
}

.ki-abstract-47.ki-filled:after {
  content: "\e95b";
  opacity: 0.1;
}

.ki-abstract-47.ki-filled:before {
  content: "\e95c";
  position: absolute;
}

.ki-abstract-48.ki-filled:after {
  content: "\e95d";
  opacity: 0.1;
}

.ki-abstract-48.ki-filled:before {
  content: "\e95e";
  position: absolute;
}

.ki-abstract-49.ki-filled:after {
  content: "\e95f";
  opacity: 0.1;
}

.ki-abstract-49.ki-filled:before {
  content: "\e960";
  position: absolute;
}

.ki-abstract.ki-filled:after {
  content: "\e961";
  opacity: 0.1;
}

.ki-abstract.ki-filled:before {
  content: "\e962";
  position: absolute;
}

.ki-add-files.ki-filled:after {
  content: "\e963";
  opacity: 0.1;
}

.ki-add-files.ki-filled:before {
  content: "\e964";
  position: absolute;
}

.ki-add-folder.ki-filled:after {
  content: "\e965";
  opacity: 0.1;
}

.ki-add-folder.ki-filled:before {
  content: "\e966";
  position: absolute;
}

.ki-add-notepad.ki-filled:after {
  content: "\e967";
  opacity: 0.1;
}

.ki-add-notepad.ki-filled:before {
  content: "\e968";
  position: absolute;
}

.ki-additem.ki-filled:after {
  content: "\e969";
  opacity: 0.1;
}

.ki-additem.ki-filled:before {
  content: "\e96a";
  position: absolute;
}

.ki-address-book.ki-filled:after {
  content: "\e96b";
  opacity: 0.1;
}

.ki-address-book.ki-filled:before {
  content: "\e96c";
  position: absolute;
}

.ki-airplane-square.ki-filled:after {
  content: "\e96d";
  opacity: 0.1;
}

.ki-airplane-square.ki-filled:before {
  content: "\e96e";
  position: absolute;
}

.ki-airplane.ki-filled:after {
  content: "\e96f";
  opacity: 0.1;
}

.ki-airplane.ki-filled:before {
  content: "\e970";
  position: absolute;
}

.ki-airpod.ki-filled:after {
  content: "\e971";
  opacity: 0.1;
}

.ki-airpod.ki-filled:before {
  content: "\e972";
  position: absolute;
}

.ki-android.ki-filled:after {
  content: "\e973";
  opacity: 0.1;
}

.ki-android.ki-filled:before {
  content: "\e974";
  position: absolute;
}

.ki-angular.ki-filled:after {
  content: "\e975";
  opacity: 0.1;
}

.ki-angular.ki-filled:before {
  content: "\e976";
  position: absolute;
}

.ki-apple.ki-filled:after {
  content: "\e977";
  opacity: 0.1;
}

.ki-apple.ki-filled:before {
  content: "\e978";
  position: absolute;
}

.ki-archive-tick.ki-filled:after {
  content: "\e979";
  opacity: 0.1;
}

.ki-archive-tick.ki-filled:before {
  content: "\e97a";
  position: absolute;
}

.ki-archive.ki-filled:after {
  content: "\e97b";
  opacity: 0.1;
}

.ki-archive.ki-filled:before {
  content: "\e97c";
  position: absolute;
}

.ki-arrow-circle-left.ki-filled:after {
  content: "\e97d";
  opacity: 0.1;
}

.ki-arrow-circle-left.ki-filled:before {
  content: "\e97e";
  position: absolute;
}

.ki-arrow-circle-right.ki-filled:after {
  content: "\e97f";
  opacity: 0.1;
}

.ki-arrow-circle-right.ki-filled:before {
  content: "\e980";
  position: absolute;
}

.ki-arrow-down-left.ki-filled:before {
  content: "\e981";
}

.ki-arrow-down-refraction.ki-filled:before {
  content: "\e982";
}

.ki-arrow-down-right.ki-filled:before {
  content: "\e983";
}

.ki-arrow-down.ki-filled:before {
  content: "\e984";
}

.ki-arrow-left.ki-filled:before {
  content: "\e985";
}

.ki-arrow-mix.ki-filled:before {
  content: "\e986";
}

.ki-arrow-right-left.ki-filled:before {
  content: "\e987";
}

.ki-arrow-right.ki-filled:before {
  content: "\e988";
}

.ki-arrow-two-diagonals.ki-filled:before {
  content: "\e989";
}

.ki-arrow-up-down.ki-filled:before {
  content: "\e98a";
}

.ki-arrow-up-left.ki-filled:before {
  content: "\e98b";
}

.ki-arrow-up-refraction.ki-filled:before {
  content: "\e98c";
}

.ki-arrow-up-right.ki-filled:before {
  content: "\e98d";
}

.ki-arrow-up.ki-filled:before {
  content: "\e98e";
}

.ki-arrow-zigzag.ki-filled:before {
  content: "\e98f";
}

.ki-arrows-circle.ki-filled:before {
  content: "\e990";
}

.ki-arrows-loop.ki-filled:before {
  content: "\e991";
}

.ki-artificial-intelligence.ki-filled:after {
  content: "\e992";
  opacity: 0.1;
}

.ki-artificial-intelligence.ki-filled:before {
  content: "\e993";
  position: absolute;
}

.ki-autobrightness.ki-filled:after {
  content: "\e994";
  opacity: 0.1;
}

.ki-autobrightness.ki-filled:before {
  content: "\e995";
  position: absolute;
}

.ki-avalanche-avax.ki-filled:after {
  content: "\e996";
  opacity: 0.1;
}

.ki-avalanche-avax.ki-filled:before {
  content: "\e997";
  position: absolute;
}

.ki-award.ki-filled:after {
  content: "\e998";
  opacity: 0.1;
}

.ki-award.ki-filled:before {
  content: "\e999";
  position: absolute;
}

.ki-badge.ki-filled:after {
  content: "\e99a";
  opacity: 0.1;
}

.ki-badge.ki-filled:before {
  content: "\e99b";
  position: absolute;
}

.ki-bandage.ki-filled:after {
  content: "\e99c";
  opacity: 0.1;
}

.ki-bandage.ki-filled:before {
  content: "\e99d";
  position: absolute;
}

.ki-bank.ki-filled:after {
  content: "\e99e";
  opacity: 0.1;
}

.ki-bank.ki-filled:before {
  content: "\e99f";
  position: absolute;
}

.ki-bar-chart.ki-filled:after {
  content: "\e9a0";
  opacity: 0.1;
}

.ki-bar-chart.ki-filled:before {
  content: "\e9a1";
  position: absolute;
}

.ki-barcode.ki-filled:after {
  content: "\e9a2";
  opacity: 0.1;
}

.ki-barcode.ki-filled:before {
  content: "\e9a3";
  position: absolute;
}

.ki-basket-ok.ki-filled:after {
  content: "\e9a4";
  opacity: 0.1;
}

.ki-basket-ok.ki-filled:before {
  content: "\e9a5";
  position: absolute;
}

.ki-basket.ki-filled:after {
  content: "\e9a6";
  opacity: 0.1;
}

.ki-basket.ki-filled:before {
  content: "\e9a7";
  position: absolute;
}

.ki-behance.ki-filled:before {
  content: "\e9a8";
}

.ki-bill.ki-filled:after {
  content: "\e9a9";
  opacity: 0.1;
}

.ki-bill.ki-filled:before {
  content: "\e9aa";
  position: absolute;
}

.ki-binance-usd-busd.ki-filled:after {
  content: "\e9ab";
  opacity: 0.1;
}

.ki-binance-usd-busd.ki-filled:before {
  content: "\e9ac";
  position: absolute;
}

.ki-binance.ki-filled:after {
  content: "\e9ad";
  opacity: 0.1;
}

.ki-binance.ki-filled:before {
  content: "\e9ae";
  position: absolute;
}

.ki-bitcoin.ki-filled:after {
  content: "\e9af";
  opacity: 0.1;
}

.ki-bitcoin.ki-filled:before {
  content: "\e9b0";
  position: absolute;
}

.ki-black-down.ki-filled:before {
  content: "\e9b1";
}

.ki-black-left-line.ki-filled:before {
  content: "\e9b2";
}

.ki-black-left.ki-filled:before {
  content: "\e9b3";
}

.ki-black-right-line.ki-filled:before {
  content: "\e9b4";
}

.ki-black-right.ki-filled:before {
  content: "\e9b5";
}

.ki-black-up.ki-filled:before {
  content: "\e9b6";
}

.ki-bluetooth.ki-filled:after {
  content: "\e9b7";
  opacity: 0.1;
}

.ki-bluetooth.ki-filled:before {
  content: "\e9b8";
  position: absolute;
}

.ki-book-open.ki-filled:after {
  content: "\e9b9";
  opacity: 0.1;
}

.ki-book-open.ki-filled:before {
  content: "\e9ba";
  position: absolute;
}

.ki-book-square.ki-filled:after {
  content: "\e9bb";
  opacity: 0.1;
}

.ki-book-square.ki-filled:before {
  content: "\e9bc";
  position: absolute;
}

.ki-book.ki-filled:after {
  content: "\e9bd";
  opacity: 0.1;
}

.ki-book.ki-filled:before {
  content: "\e9be";
  position: absolute;
}

.ki-bookmark-2.ki-filled:after {
  content: "\e9bf";
  opacity: 0.1;
}

.ki-bookmark-2.ki-filled:before {
  content: "\e9c0";
  position: absolute;
}

.ki-bookmark.ki-filled:after {
  content: "\e9c1";
  opacity: 0.1;
}

.ki-bookmark.ki-filled:before {
  content: "\e9c2";
  position: absolute;
}

.ki-bootstrap.ki-filled:after {
  content: "\e9c3";
  opacity: 0.1;
}

.ki-bootstrap.ki-filled:before {
  content: "\e9c4";
  position: absolute;
}

.ki-briefcase.ki-filled:after {
  content: "\e9c5";
  opacity: 0.1;
}

.ki-briefcase.ki-filled:before {
  content: "\e9c6";
  position: absolute;
}

.ki-brifecase-cros.ki-filled:after {
  content: "\e9c7";
  opacity: 0.1;
}

.ki-brifecase-cros.ki-filled:before {
  content: "\e9c8";
  position: absolute;
}

.ki-brifecase-tick.ki-filled:after {
  content: "\e9c9";
  opacity: 0.1;
}

.ki-brifecase-tick.ki-filled:before {
  content: "\e9ca";
  position: absolute;
}

.ki-brifecase-timer.ki-filled:after {
  content: "\e9cb";
  opacity: 0.1;
}

.ki-brifecase-timer.ki-filled:before {
  content: "\e9cc";
  position: absolute;
}

.ki-brush.ki-filled:after {
  content: "\e9cd";
  opacity: 0.1;
}

.ki-brush.ki-filled:before {
  content: "\e9ce";
  position: absolute;
}

.ki-bucket-square.ki-filled:after {
  content: "\e9cf";
  opacity: 0.1;
}

.ki-bucket-square.ki-filled:before {
  content: "\e9d0";
  position: absolute;
}

.ki-bucket.ki-filled:after {
  content: "\e9d1";
  opacity: 0.1;
}

.ki-bucket.ki-filled:before {
  content: "\e9d2";
  position: absolute;
}

.ki-burger-menu-1.ki-filled:after {
  content: "\e9d3";
  opacity: 0.1;
}

.ki-burger-menu-1.ki-filled:before {
  content: "\e9d4";
  position: absolute;
}

.ki-burger-menu-2.ki-filled:after {
  content: "\e9d5";
  opacity: 0.1;
}

.ki-burger-menu-2.ki-filled:before {
  content: "\e9d6";
  position: absolute;
}

.ki-burger-menu-3.ki-filled:after {
  content: "\e9d7";
  opacity: 0.1;
}

.ki-burger-menu-3.ki-filled:before {
  content: "\e9d8";
  position: absolute;
}

.ki-burger-menu-4.ki-filled:before {
  content: "\e9d9";
}

.ki-burger-menu-5.ki-filled:before {
  content: "\e9da";
}

.ki-burger-menu-6.ki-filled:before {
  content: "\e9db";
}

.ki-burger-menu.ki-filled:after {
  content: "\e9dc";
  opacity: 0.1;
}

.ki-burger-menu.ki-filled:before {
  content: "\e9dd";
  position: absolute;
}

.ki-bus.ki-filled:after {
  content: "\e9de";
  opacity: 0.1;
}

.ki-bus.ki-filled:before {
  content: "\e9df";
  position: absolute;
}

.ki-calculator.ki-filled:after {
  content: "\e9e0";
  opacity: 0.1;
}

.ki-calculator.ki-filled:before {
  content: "\e9e1";
  position: absolute;
}

.ki-calculatoror.ki-filled:after {
  content: "\e9e2";
  opacity: 0.1;
}

.ki-calculatoror.ki-filled:before {
  content: "\e9e3";
  position: absolute;
}

.ki-calendar-2.ki-filled:after {
  content: "\e9e4";
  opacity: 0.1;
}

.ki-calendar-2.ki-filled:before {
  content: "\e9e5";
  position: absolute;
}

.ki-calendar-8.ki-filled:after {
  content: "\e9e6";
  opacity: 0.1;
}

.ki-calendar-8.ki-filled:before {
  content: "\e9e7";
  position: absolute;
}

.ki-calendar-add.ki-filled:after {
  content: "\e9e8";
  opacity: 0.1;
}

.ki-calendar-add.ki-filled:before {
  content: "\e9e9";
  position: absolute;
}

.ki-calendar-edit.ki-filled:after {
  content: "\e9ea";
  opacity: 0.1;
}

.ki-calendar-edit.ki-filled:before {
  content: "\e9eb";
  position: absolute;
}

.ki-calendar-remove.ki-filled:after {
  content: "\e9ec";
  opacity: 0.1;
}

.ki-calendar-remove.ki-filled:before {
  content: "\e9ed";
  position: absolute;
}

.ki-calendar-search.ki-filled:after {
  content: "\e9ee";
  opacity: 0.1;
}

.ki-calendar-search.ki-filled:before {
  content: "\e9ef";
  position: absolute;
}

.ki-calendar-tick.ki-filled:after {
  content: "\e9f0";
  opacity: 0.1;
}

.ki-calendar-tick.ki-filled:before {
  content: "\e9f1";
  position: absolute;
}

.ki-calendar.ki-filled:after {
  content: "\e9f2";
  opacity: 0.1;
}

.ki-calendar.ki-filled:before {
  content: "\e9f3";
  position: absolute;
}

.ki-call.ki-filled:after {
  content: "\e9f4";
}

.ki-call.ki-filled:before {
  content: "\e9f5";
  position: absolute;
  opacity: 0.1;
}

.ki-capsule.ki-filled:after {
  content: "\e9f6";
  opacity: 0.1;
}

.ki-capsule.ki-filled:before {
  content: "\e9f7";
  position: absolute;
}

.ki-car.ki-filled:after {
  content: "\e9f8";
  opacity: 0.1;
}

.ki-car.ki-filled:before {
  content: "\e9f9";
  position: absolute;
}

.ki-category.ki-filled:after {
  content: "\e9fa";
  opacity: 0.1;
}

.ki-category.ki-filled:before {
  content: "\e9fb";
  position: absolute;
}

.ki-cd.ki-filled:after {
  content: "\e9fc";
}

.ki-cd.ki-filled:before {
  content: "\e9fd";
  position: absolute;
  opacity: 0.1;
}

.ki-celsius-cel.ki-filled:after {
  content: "\e9fe";
  opacity: 0.1;
}

.ki-celsius-cel.ki-filled:before {
  content: "\e9ff";
  position: absolute;
}

.ki-chart-line-down-2.ki-filled:after {
  content: "\ea00";
  opacity: 0.1;
}

.ki-chart-line-down-2.ki-filled:before {
  content: "\ea01";
  position: absolute;
}

.ki-chart-line-down.ki-filled:before {
  content: "\ea02";
}

.ki-chart-line-star.ki-filled:after {
  content: "\ea03";
  opacity: 0.1;
}

.ki-chart-line-star.ki-filled:before {
  content: "\ea04";
  position: absolute;
}

.ki-chart-line-up-2.ki-filled:after {
  content: "\ea05";
  opacity: 0.1;
}

.ki-chart-line-up-2.ki-filled:before {
  content: "\ea06";
  position: absolute;
}

.ki-chart-line-up.ki-filled:before {
  content: "\ea07";
}

.ki-chart-line.ki-filled:after {
  content: "\ea08";
  opacity: 0.1;
}

.ki-chart-line.ki-filled:before {
  content: "\ea09";
  position: absolute;
}

.ki-chart-pie-3.ki-filled:after {
  content: "\ea0a";
  opacity: 0.1;
}

.ki-chart-pie-3.ki-filled:before {
  content: "\ea0b";
  position: absolute;
}

.ki-chart-pie-4.ki-filled:after {
  content: "\ea0c";
  opacity: 0.1;
}

.ki-chart-pie-4.ki-filled:before {
  content: "\ea0d";
  position: absolute;
}

.ki-chart-pie-simple.ki-filled:after {
  content: "\ea0e";
  opacity: 0.1;
}

.ki-chart-pie-simple.ki-filled:before {
  content: "\ea0f";
  position: absolute;
}

.ki-chart-pie-too.ki-filled:after {
  content: "\ea10";
  opacity: 0.1;
}

.ki-chart-pie-too.ki-filled:before {
  content: "\ea11";
  position: absolute;
}

.ki-chart-simple-2.ki-filled:after {
  content: "\ea12";
  opacity: 0.1;
}

.ki-chart-simple-2.ki-filled:before {
  content: "\ea13";
  position: absolute;
}

.ki-chart-simple-3.ki-filled:after {
  content: "\ea14";
  opacity: 0.1;
}

.ki-chart-simple-3.ki-filled:before {
  content: "\ea15";
  position: absolute;
}

.ki-chart-simple.ki-filled:after {
  content: "\ea16";
  opacity: 0.1;
}

.ki-chart-simple.ki-filled:before {
  content: "\ea17";
  position: absolute;
}

.ki-chart.ki-filled:after {
  content: "\ea18";
  opacity: 0.1;
}

.ki-chart.ki-filled:before {
  content: "\ea19";
  position: absolute;
}

.ki-check-circle.ki-filled:after {
  content: "\ea1a";
  opacity: 0.1;
}

.ki-check-circle.ki-filled:before {
  content: "\ea1b";
  position: absolute;
}

.ki-check-squared.ki-filled:after {
  content: "\ea1c";
  opacity: 0.1;
}

.ki-check-squared.ki-filled:before {
  content: "\ea1d";
  position: absolute;
}

.ki-check.ki-filled:before {
  content: "\ea1e";
}

.ki-cheque.ki-filled:after {
  content: "\ea1f";
  opacity: 0.1;
}

.ki-cheque.ki-filled:before {
  content: "\ea20";
  position: absolute;
}

.ki-chrome.ki-filled:after {
  content: "\ea21";
  opacity: 0.1;
}

.ki-chrome.ki-filled:before {
  content: "\ea22";
  position: absolute;
}

.ki-classmates.ki-filled:after {
  content: "\ea23";
  opacity: 0.1;
}

.ki-classmates.ki-filled:before {
  content: "\ea24";
  position: absolute;
}

.ki-click.ki-filled:after {
  content: "\ea25";
  opacity: 0.1;
}

.ki-click.ki-filled:before {
  content: "\ea26";
  position: absolute;
}

.ki-clipboard.ki-filled:after {
  content: "\ea27";
  opacity: 0.1;
}

.ki-clipboard.ki-filled:before {
  content: "\ea28";
  position: absolute;
}

.ki-cloud-add.ki-filled:after {
  content: "\ea29";
  opacity: 0.1;
}

.ki-cloud-add.ki-filled:before {
  content: "\ea2a";
  position: absolute;
}

.ki-cloud-change.ki-filled:after {
  content: "\ea2b";
  opacity: 0.1;
}

.ki-cloud-change.ki-filled:before {
  content: "\ea2c";
  position: absolute;
}

.ki-cloud-download.ki-filled:after {
  content: "\ea2d";
  opacity: 0.1;
}

.ki-cloud-download.ki-filled:before {
  content: "\ea2e";
  position: absolute;
}

.ki-cloud.ki-filled:after {
  content: "\ea2f";
  opacity: 0.1;
}

.ki-cloud.ki-filled:before {
  content: "\ea30";
  position: absolute;
}

.ki-code.ki-filled:after {
  content: "\ea31";
  opacity: 0.1;
}

.ki-code.ki-filled:before {
  content: "\ea32";
  position: absolute;
}

.ki-coffee.ki-filled:after {
  content: "\ea33";
  opacity: 0.1;
}

.ki-coffee.ki-filled:before {
  content: "\ea34";
  position: absolute;
}

.ki-color-swatch.ki-filled:after {
  content: "\ea35";
  opacity: 0.1;
}

.ki-color-swatch.ki-filled:before {
  content: "\ea36";
  position: absolute;
}

.ki-colors-square.ki-filled:after {
  content: "\ea37";
  opacity: 0.1;
}

.ki-colors-square.ki-filled:before {
  content: "\ea38";
  position: absolute;
}

.ki-compass.ki-filled:after {
  content: "\ea39";
  opacity: 0.1;
}

.ki-compass.ki-filled:before {
  content: "\ea3a";
  position: absolute;
}

.ki-copy-success.ki-filled:after {
  content: "\ea3b";
  opacity: 0.1;
}

.ki-copy-success.ki-filled:before {
  content: "\ea3c";
  position: absolute;
}

.ki-copy.ki-filled:after {
  content: "\ea3d";
  opacity: 0.1;
}

.ki-copy.ki-filled:before {
  content: "\ea3e";
  position: absolute;
}

.ki-courier-express.ki-filled:after {
  content: "\ea3f";
  opacity: 0.1;
}

.ki-courier-express.ki-filled:before {
  content: "\ea40";
  position: absolute;
}

.ki-courier.ki-filled:after {
  content: "\ea41";
  opacity: 0.1;
}

.ki-courier.ki-filled:before {
  content: "\ea42";
  position: absolute;
}

.ki-credit-cart.ki-filled:after {
  content: "\ea43";
  opacity: 0.1;
}

.ki-credit-cart.ki-filled:before {
  content: "\ea44";
  position: absolute;
}

.ki-cross-circle.ki-filled:after {
  content: "\ea45";
  opacity: 0.1;
}

.ki-cross-circle.ki-filled:before {
  content: "\ea46";
  position: absolute;
}

.ki-cross-square.ki-filled:after {
  content: "\ea47";
  opacity: 0.1;
}

.ki-cross-square.ki-filled:before {
  content: "\ea48";
  position: absolute;
}

.ki-cross.ki-filled:before {
  content: "\ea49";
}

.ki-crown-2.ki-filled:after {
  content: "\ea4a";
  opacity: 0.1;
}

.ki-crown-2.ki-filled:before {
  content: "\ea4b";
  position: absolute;
}

.ki-crown.ki-filled:after {
  content: "\ea4c";
  opacity: 0.1;
}

.ki-crown.ki-filled:before {
  content: "\ea4d";
  position: absolute;
}

.ki-css.ki-filled:after {
  content: "\ea4e";
  opacity: 0.1;
}

.ki-css.ki-filled:before {
  content: "\ea4f";
  position: absolute;
}

.ki-cube-2.ki-filled:after {
  content: "\ea50";
  opacity: 0.1;
}

.ki-cube-2.ki-filled:before {
  content: "\ea51";
  position: absolute;
}

.ki-cube-3.ki-filled:after {
  content: "\ea52";
  opacity: 0.1;
}

.ki-cube-3.ki-filled:before {
  content: "\ea53";
  position: absolute;
}

.ki-cup.ki-filled:after {
  content: "\ea54";
  opacity: 0.1;
}

.ki-cup.ki-filled:before {
  content: "\ea55";
  position: absolute;
}

.ki-cursor.ki-filled:after {
  content: "\ea56";
  opacity: 0.1;
}

.ki-cursor.ki-filled:before {
  content: "\ea57";
  position: absolute;
}

.ki-dash.ki-filled:after {
  content: "\ea58";
  opacity: 0.1;
}

.ki-dash.ki-filled:before {
  content: "\ea59";
  position: absolute;
}

.ki-data.ki-filled:after {
  content: "\ea5a";
  opacity: 0.1;
}

.ki-data.ki-filled:before {
  content: "\ea5b";
  position: absolute;
}

.ki-delete-files.ki-filled:after {
  content: "\ea5c";
  opacity: 0.1;
}

.ki-delete-files.ki-filled:before {
  content: "\ea5d";
  position: absolute;
}

.ki-delete-folder.ki-filled:after {
  content: "\ea5e";
  opacity: 0.1;
}

.ki-delete-folder.ki-filled:before {
  content: "\ea5f";
  position: absolute;
}

.ki-delivery-2.ki-filled:after {
  content: "\ea60";
  opacity: 0.1;
}

.ki-delivery-2.ki-filled:before {
  content: "\ea61";
  position: absolute;
}

.ki-delivery-3.ki-filled:after {
  content: "\ea62";
  opacity: 0.1;
}

.ki-delivery-3.ki-filled:before {
  content: "\ea63";
  position: absolute;
}

.ki-delivery-24.ki-filled:after {
  content: "\ea64";
  opacity: 0.1;
}

.ki-delivery-24.ki-filled:before {
  content: "\ea65";
  position: absolute;
}

.ki-delivery-door.ki-filled:after {
  content: "\ea66";
  opacity: 0.1;
}

.ki-delivery-door.ki-filled:before {
  content: "\ea67";
  position: absolute;
}

.ki-delivery-geolocation.ki-filled:after {
  content: "\ea68";
  opacity: 0.1;
}

.ki-delivery-geolocation.ki-filled:before {
  content: "\ea69";
  position: absolute;
}

.ki-delivery-time.ki-filled:after {
  content: "\ea6a";
  opacity: 0.1;
}

.ki-delivery-time.ki-filled:before {
  content: "\ea6b";
  position: absolute;
}

.ki-delivery.ki-filled:after {
  content: "\ea6c";
  opacity: 0.1;
}

.ki-delivery.ki-filled:before {
  content: "\ea6d";
  position: absolute;
}

.ki-design-1.ki-filled:after {
  content: "\ea6e";
  opacity: 0.1;
}

.ki-design-1.ki-filled:before {
  content: "\ea6f";
  position: absolute;
}

.ki-design-2.ki-filled:after {
  content: "\ea70";
  opacity: 0.1;
}

.ki-design-2.ki-filled:before {
  content: "\ea71";
  position: absolute;
}

.ki-desktop-mobile.ki-filled:after {
  content: "\ea72";
  opacity: 0.1;
}

.ki-desktop-mobile.ki-filled:before {
  content: "\ea73";
  position: absolute;
}

.ki-devices-2.ki-filled:after {
  content: "\ea74";
  opacity: 0.1;
}

.ki-devices-2.ki-filled:before {
  content: "\ea75";
  position: absolute;
}

.ki-devices.ki-filled:after {
  content: "\ea76";
  opacity: 0.1;
}

.ki-devices.ki-filled:before {
  content: "\ea77";
  position: absolute;
}

.ki-diamonds.ki-filled:after {
  content: "\ea78";
  opacity: 0.1;
}

.ki-diamonds.ki-filled:before {
  content: "\ea79";
  position: absolute;
}

.ki-directbox-default.ki-filled:after {
  content: "\ea7a";
  opacity: 0.1;
}

.ki-directbox-default.ki-filled:before {
  content: "\ea7b";
  position: absolute;
}

.ki-disconnect.ki-filled:after {
  content: "\ea7c";
  opacity: 0.1;
}

.ki-disconnect.ki-filled:before {
  content: "\ea7d";
  position: absolute;
}

.ki-discount.ki-filled:after {
  content: "\ea7e";
  opacity: 0.1;
}

.ki-discount.ki-filled:before {
  content: "\ea7f";
  position: absolute;
}

.ki-disguise.ki-filled:after {
  content: "\ea80";
  opacity: 0.1;
}

.ki-disguise.ki-filled:before {
  content: "\ea81";
  position: absolute;
}

.ki-disk.ki-filled:after {
  content: "\ea82";
  opacity: 0.1;
}

.ki-disk.ki-filled:before {
  content: "\ea83";
  position: absolute;
}

.ki-dislike.ki-filled:after {
  content: "\ea84";
  opacity: 0.1;
}

.ki-dislike.ki-filled:before {
  content: "\ea85";
  position: absolute;
}

.ki-dj.ki-filled:after {
  content: "\ea86";
  opacity: 0.1;
}

.ki-dj.ki-filled:before {
  content: "\ea87";
  position: absolute;
}

.ki-document.ki-filled:after {
  content: "\ea88";
  opacity: 0.1;
}

.ki-document.ki-filled:before {
  content: "\ea89";
  position: absolute;
}

.ki-double-check.ki-filled:before {
  content: "\ea8a";
}

.ki-dollar.ki-filled:after {
  content: "\ea8b";
  opacity: 0.1;
}

.ki-dollar.ki-filled:before {
  content: "\ea8c";
  position: absolute;
}

.ki-dots-circle-vertical.ki-filled:after {
  content: "\ea8d";
  opacity: 0.1;
}

.ki-dots-circle-vertical.ki-filled:before {
  content: "\ea8e";
  position: absolute;
}

.ki-dots-circle.ki-filled:after {
  content: "\ea8f";
  opacity: 0.1;
}

.ki-dots-circle.ki-filled:before {
  content: "\ea90";
  position: absolute;
}

.ki-dots-horizontal.ki-filled:before {
  content: "\ea91";
}

.ki-dots-square-vertical.ki-filled:after {
  content: "\ea92";
  opacity: 0.1;
}

.ki-dots-square-vertical.ki-filled:before {
  content: "\ea93";
  position: absolute;
}

.ki-dots-square.ki-filled:after {
  content: "\ea94";
  opacity: 0.1;
}

.ki-dots-square.ki-filled:before {
  content: "\ea95";
  position: absolute;
}

.ki-dots-vertical.ki-filled:before {
  content: "\ea96";
}

.ki-double-check-circle.ki-filled:after {
  content: "\ea97";
  opacity: 0.1;
}

.ki-double-check-circle.ki-filled:before {
  content: "\ea98";
  position: absolute;
}

.ki-double-down.ki-filled:before {
  content: "\ea99";
}

.ki-double-left-arrow.ki-filled:after {
  content: "\ea9a";
  opacity: 0.1;
}

.ki-double-left-arrow.ki-filled:before {
  content: "\ea9b";
  position: absolute;
}

.ki-double-left.ki-filled:before {
  content: "\ea9c";
}

.ki-double-right-arrow.ki-filled:after {
  content: "\ea9d";
  opacity: 0.1;
}

.ki-double-right-arrow.ki-filled:before {
  content: "\ea9e";
  position: absolute;
}

.ki-double-right.ki-filled:before {
  content: "\ea9f";
}

.ki-double-up.ki-filled:before {
  content: "\eaa0";
}

.ki-down-square.ki-filled:after {
  content: "\eaa1";
  opacity: 0.1;
}

.ki-down-square.ki-filled:before {
  content: "\eaa2";
  position: absolute;
}

.ki-down.ki-filled:before {
  content: "\eaa3";
}

.ki-dribbble.ki-filled:after {
  content: "\eaa4";
  opacity: 0.1;
}

.ki-dribbble.ki-filled:before {
  content: "\eaa5";
  position: absolute;
}

.ki-drop.ki-filled:after {
  content: "\eaa6";
  opacity: 0.1;
}

.ki-drop.ki-filled:before {
  content: "\eaa7";
  position: absolute;
}

.ki-dropbox.ki-filled:after {
  content: "\eaa8";
  opacity: 0.1;
}

.ki-dropbox.ki-filled:before {
  content: "\eaa9";
  position: absolute;
}

.ki-educare-ekt.ki-filled:after {
  content: "\eaaa";
  opacity: 0.1;
}

.ki-educare-ekt.ki-filled:before {
  content: "\eaab";
  position: absolute;
}

.ki-electricity.ki-filled:after {
  content: "\eaac";
  opacity: 0.1;
}

.ki-electricity.ki-filled:before {
  content: "\eaad";
  position: absolute;
}

.ki-electronic-clock.ki-filled:after {
  content: "\eaae";
  opacity: 0.1;
}

.ki-electronic-clock.ki-filled:before {
  content: "\eaaf";
  position: absolute;
}

.ki-element-1.ki-filled:after {
  content: "\eab0";
  opacity: 0.1;
}

.ki-element-1.ki-filled:before {
  content: "\eab1";
  position: absolute;
}

.ki-element-2.ki-filled:after {
  content: "\eab2";
  opacity: 0.1;
}

.ki-element-2.ki-filled:before {
  content: "\eab3";
  position: absolute;
}

.ki-element-3.ki-filled:after {
  content: "\eab4";
  opacity: 0.1;
}

.ki-element-3.ki-filled:before {
  content: "\eab5";
  position: absolute;
}

.ki-element-4.ki-filled:after {
  content: "\eab6";
  opacity: 0.1;
}

.ki-element-4.ki-filled:before {
  content: "\eab7";
  position: absolute;
}

.ki-element-5.ki-filled:after {
  content: "\eab8";
  opacity: 0.1;
}

.ki-element-5.ki-filled:before {
  content: "\eab9";
  position: absolute;
}

.ki-element-6.ki-filled:after {
  content: "\eaba";
  opacity: 0.1;
}

.ki-element-6.ki-filled:before {
  content: "\eabb";
  position: absolute;
}

.ki-element-7.ki-filled:after {
  content: "\eabc";
  opacity: 0.1;
}

.ki-element-7.ki-filled:before {
  content: "\eabd";
  position: absolute;
}

.ki-element-8.ki-filled:after {
  content: "\eabe";
  opacity: 0.1;
}

.ki-element-8.ki-filled:before {
  content: "\eabf";
  position: absolute;
}

.ki-element-9.ki-filled:after {
  content: "\eac0";
  opacity: 0.1;
}

.ki-element-9.ki-filled:before {
  content: "\eac1";
  position: absolute;
}

.ki-element-10.ki-filled:after {
  content: "\eac2";
  opacity: 0.1;
}

.ki-element-10.ki-filled:before {
  content: "\eac3";
  position: absolute;
}

.ki-element-11.ki-filled:after {
  content: "\eac4";
  opacity: 0.1;
}

.ki-element-11.ki-filled:before {
  content: "\eac5";
  position: absolute;
}

.ki-element-12.ki-filled:after {
  content: "\eac6";
  opacity: 0.1;
}

.ki-element-12.ki-filled:before {
  content: "\eac7";
  position: absolute;
}

.ki-element-equal.ki-filled:after {
  content: "\eac8";
  opacity: 0.1;
}

.ki-element-equal.ki-filled:before {
  content: "\eac9";
  position: absolute;
}

.ki-element-plus.ki-filled:after {
  content: "\eaca";
  opacity: 0.1;
}

.ki-element-plus.ki-filled:before {
  content: "\eacb";
  position: absolute;
}

.ki-emoji-happy.ki-filled:after {
  content: "\eacc";
  opacity: 0.1;
}

.ki-emoji-happy.ki-filled:before {
  content: "\eacd";
  position: absolute;
}

.ki-enjin-coin-enj.ki-filled:after {
  content: "\eace";
  opacity: 0.1;
}

.ki-enjin-coin-enj.ki-filled:before {
  content: "\eacf";
  position: absolute;
}

.ki-ensure.ki-filled:after {
  content: "\ead0";
  opacity: 0.1;
}

.ki-ensure.ki-filled:before {
  content: "\ead1";
  position: absolute;
}

.ki-entrance-left.ki-filled:after {
  content: "\ead2";
  opacity: 0.1;
}

.ki-entrance-left.ki-filled:before {
  content: "\ead3";
  position: absolute;
}

.ki-entrance-right.ki-filled:after {
  content: "\ead4";
  opacity: 0.1;
}

.ki-entrance-right.ki-filled:before {
  content: "\ead5";
  position: absolute;
}

.ki-eraser.ki-filled:after {
  content: "\ead6";
  opacity: 0.1;
}

.ki-eraser.ki-filled:before {
  content: "\ead7";
  position: absolute;
}

.ki-euro.ki-filled:after {
  content: "\ead8";
  opacity: 0.1;
}

.ki-euro.ki-filled:before {
  content: "\ead9";
  position: absolute;
}

.ki-exit-down.ki-filled:after {
  content: "\eada";
  opacity: 0.1;
}

.ki-exit-down.ki-filled:before {
  content: "\eadb";
  position: absolute;
}

.ki-exit-left.ki-filled:after {
  content: "\eadc";
  opacity: 0.1;
}

.ki-exit-left.ki-filled:before {
  content: "\eadd";
  position: absolute;
}

.ki-exit-right-corner.ki-filled:after {
  content: "\eade";
  opacity: 0.1;
}

.ki-exit-right-corner.ki-filled:before {
  content: "\eadf";
  position: absolute;
}

.ki-exit-right.ki-filled:after {
  content: "\eae0";
  opacity: 0.1;
}

.ki-exit-right.ki-filled:before {
  content: "\eae1";
  position: absolute;
}

.ki-exit-up.ki-filled:after {
  content: "\eae2";
  opacity: 0.1;
}

.ki-exit-up.ki-filled:before {
  content: "\eae3";
  position: absolute;
}

.ki-external-drive.ki-filled:after {
  content: "\eae4";
  opacity: 0.1;
}

.ki-external-drive.ki-filled:before {
  content: "\eae5";
  position: absolute;
}

.ki-eye-slash.ki-filled:after {
  content: "\eae6";
  opacity: 0.1;
}

.ki-eye-slash.ki-filled:before {
  content: "\eae7";
  position: absolute;
}

.ki-eye.ki-filled:after {
  content: "\eae8";
  opacity: 0.1;
}

.ki-eye.ki-filled:before {
  content: "\eae9";
  position: absolute;
}

.ki-face-id.ki-filled:after {
  content: "\eaea";
  opacity: 0.1;
}

.ki-face-id.ki-filled:before {
  content: "\eaeb";
  position: absolute;
}

.ki-facebook.ki-filled:after {
  content: "\eaec";
  opacity: 0.1;
}

.ki-facebook.ki-filled:before {
  content: "\eaed";
  position: absolute;
}

.ki-fasten.ki-filled:after {
  content: "\eaee";
  opacity: 0.1;
}

.ki-fasten.ki-filled:before {
  content: "\eaef";
  position: absolute;
}

.ki-fatrows.ki-filled:after {
  content: "\eaf0";
  opacity: 0.1;
}

.ki-fatrows.ki-filled:before {
  content: "\eaf1";
  position: absolute;
}

.ki-feather.ki-filled:after {
  content: "\eaf2";
  opacity: 0.1;
}

.ki-feather.ki-filled:before {
  content: "\eaf3";
  position: absolute;
}

.ki-figma.ki-filled:after {
  content: "\eaf4";
  opacity: 0.1;
}

.ki-figma.ki-filled:before {
  content: "\eaf5";
  position: absolute;
}

.ki-file-added.ki-filled:after {
  content: "\eaf6";
  opacity: 0.1;
}

.ki-file-added.ki-filled:before {
  content: "\eaf7";
  position: absolute;
}

.ki-file-deleted.ki-filled:after {
  content: "\eaf8";
  opacity: 0.1;
}

.ki-file-deleted.ki-filled:before {
  content: "\eaf9";
  position: absolute;
}

.ki-file-down.ki-filled:after {
  content: "\eafa";
  opacity: 0.1;
}

.ki-file-down.ki-filled:before {
  content: "\eafb";
  position: absolute;
}

.ki-file-left.ki-filled:after {
  content: "\eafc";
  opacity: 0.1;
}

.ki-file-left.ki-filled:before {
  content: "\eafd";
  position: absolute;
}

.ki-file-right.ki-filled:after {
  content: "\eafe";
  opacity: 0.1;
}

.ki-file-right.ki-filled:before {
  content: "\eaff";
  position: absolute;
}

.ki-file-sheet.ki-filled:after {
  content: "\eb00";
  opacity: 0.1;
}

.ki-file-sheet.ki-filled:before {
  content: "\eb01";
  position: absolute;
}

.ki-file-up.ki-filled:after {
  content: "\eb02";
  opacity: 0.1;
}

.ki-file-up.ki-filled:before {
  content: "\eb03";
  position: absolute;
}

.ki-files.ki-filled:after {
  content: "\eb04";
  opacity: 0.1;
}

.ki-files.ki-filled:before {
  content: "\eb05";
  position: absolute;
}

.ki-filter-edit.ki-filled:after {
  content: "\eb06";
  opacity: 0.1;
}

.ki-filter-edit.ki-filled:before {
  content: "\eb07";
  position: absolute;
}

.ki-filter-search.ki-filled:after {
  content: "\eb08";
  opacity: 0.1;
}

.ki-filter-search.ki-filled:before {
  content: "\eb09";
  position: absolute;
}

.ki-filter-square.ki-filled:after {
  content: "\eb0a";
  opacity: 0.1;
}

.ki-filter-square.ki-filled:before {
  content: "\eb0b";
  position: absolute;
}

.ki-filter-tablet.ki-filled:after {
  content: "\eb0c";
  opacity: 0.1;
}

.ki-filter-tablet.ki-filled:before {
  content: "\eb0d";
  position: absolute;
}

.ki-filter-tick.ki-filled:after {
  content: "\eb0e";
  opacity: 0.1;
}

.ki-filter-tick.ki-filled:before {
  content: "\eb0f";
  position: absolute;
}

.ki-filter.ki-filled:after {
  content: "\eb10";
  opacity: 0.1;
}

.ki-filter.ki-filled:before {
  content: "\eb11";
  position: absolute;
}

.ki-financial-schedule.ki-filled:after {
  content: "\eb12";
  opacity: 0.1;
}

.ki-financial-schedule.ki-filled:before {
  content: "\eb13";
  position: absolute;
}

.ki-fingerprint-scanning.ki-filled:before {
  content: "\eb14";
}

.ki-flag.ki-filled:after {
  content: "\eb15";
  opacity: 0.1;
}

.ki-flag.ki-filled:before {
  content: "\eb16";
  position: absolute;
}

.ki-flash-circle.ki-filled:after {
  content: "\eb17";
  opacity: 0.1;
}

.ki-flash-circle.ki-filled:before {
  content: "\eb18";
  position: absolute;
}

.ki-flask.ki-filled:after {
  content: "\eb19";
  opacity: 0.1;
}

.ki-flask.ki-filled:before {
  content: "\eb1a";
  position: absolute;
}

.ki-focus.ki-filled:after {
  content: "\eb1b";
  opacity: 0.1;
}

.ki-focus.ki-filled:before {
  content: "\eb1c";
  position: absolute;
}

.ki-folder-added.ki-filled:after {
  content: "\eb1d";
  opacity: 0.1;
}

.ki-folder-added.ki-filled:before {
  content: "\eb1e";
  position: absolute;
}

.ki-folder-down.ki-filled:after {
  content: "\eb1f";
  opacity: 0.1;
}

.ki-folder-down.ki-filled:before {
  content: "\eb20";
  position: absolute;
}

.ki-folder-up.ki-filled:after {
  content: "\eb21";
  opacity: 0.1;
}

.ki-folder-up.ki-filled:before {
  content: "\eb22";
  position: absolute;
}

.ki-folder.ki-filled:after {
  content: "\eb23";
  opacity: 0.1;
}

.ki-folder.ki-filled:before {
  content: "\eb24";
  position: absolute;
}

.ki-frame.ki-filled:after {
  content: "\eb25";
  opacity: 0.1;
}

.ki-frame.ki-filled:before {
  content: "\eb26";
  position: absolute;
}

.ki-geolocation-home.ki-filled:after {
  content: "\eb27";
  opacity: 0.1;
}

.ki-geolocation-home.ki-filled:before {
  content: "\eb28";
  position: absolute;
}

.ki-geolocation.ki-filled:after {
  content: "\eb29";
  opacity: 0.1;
}

.ki-geolocation.ki-filled:before {
  content: "\eb2a";
  position: absolute;
}

.ki-ghost.ki-filled:after {
  content: "\eb2b";
  opacity: 0.1;
}

.ki-ghost.ki-filled:before {
  content: "\eb2c";
  position: absolute;
}

.ki-gift.ki-filled:after {
  content: "\eb2d";
  opacity: 0.1;
}

.ki-gift.ki-filled:before {
  content: "\eb2e";
  position: absolute;
}

.ki-github.ki-filled:after {
  content: "\eb2f";
  opacity: 0.1;
}

.ki-github.ki-filled:before {
  content: "\eb30";
  position: absolute;
}

.ki-glass.ki-filled:after {
  content: "\eb31";
  opacity: 0.1;
}

.ki-glass.ki-filled:before {
  content: "\eb32";
  position: absolute;
}

.ki-google-play.ki-filled:after {
  content: "\eb33";
  opacity: 0.1;
}

.ki-google-play.ki-filled:before {
  content: "\eb34";
  position: absolute;
}

.ki-google.ki-filled:after {
  content: "\eb35";
  opacity: 0.1;
}

.ki-google.ki-filled:before {
  content: "\eb36";
  position: absolute;
}

.ki-graph-2.ki-filled:after {
  content: "\eb37";
  opacity: 0.1;
}

.ki-graph-2.ki-filled:before {
  content: "\eb38";
  position: absolute;
}

.ki-graph-3.ki-filled:after {
  content: "\eb39";
  opacity: 0.1;
}

.ki-graph-3.ki-filled:before {
  content: "\eb3a";
  position: absolute;
}

.ki-graph-4.ki-filled:after {
  content: "\eb3b";
  opacity: 0.1;
}

.ki-graph-4.ki-filled:before {
  content: "\eb3c";
  position: absolute;
}

.ki-graph-up.ki-filled:after {
  content: "\eb3d";
  opacity: 0.1;
}

.ki-graph-up.ki-filled:before {
  content: "\eb3e";
  position: absolute;
}

.ki-graph.ki-filled:after {
  content: "\eb3f";
  opacity: 0.1;
}

.ki-graph.ki-filled:before {
  content: "\eb40";
  position: absolute;
}

.ki-grid-2.ki-filled:after {
  content: "\eb41";
  opacity: 0.1;
}

.ki-grid-2.ki-filled:before {
  content: "\eb42";
  position: absolute;
}

.ki-grid.ki-filled:after {
  content: "\eb43";
  opacity: 0.1;
}

.ki-grid.ki-filled:before {
  content: "\eb44";
  position: absolute;
}

.ki-handcart.ki-filled:after {
  content: "\eb45";
  opacity: 0.1;
}

.ki-handcart.ki-filled:before {
  content: "\eb46";
  position: absolute;
}

.ki-happyemoji.ki-filled:after {
  content: "\eb47";
  opacity: 0.1;
}

.ki-happyemoji.ki-filled:before {
  content: "\eb48";
  position: absolute;
}

.ki-heart-circle.ki-filled:after {
  content: "\eb49";
  opacity: 0.1;
}

.ki-heart-circle.ki-filled:before {
  content: "\eb4a";
  position: absolute;
}

.ki-heart.ki-filled:after {
  content: "\eb4b";
  opacity: 0.1;
}

.ki-heart.ki-filled:before {
  content: "\eb4c";
  position: absolute;
}

.ki-home-1.ki-filled:after {
  content: "\eb4d";
  opacity: 0.1;
}

.ki-home-1.ki-filled:before {
  content: "\eb4e";
  position: absolute;
}

.ki-home-2.ki-filled:after {
  content: "\eb4f";
  opacity: 0.1;
}

.ki-home-2.ki-filled:before {
  content: "\eb50";
  position: absolute;
}

.ki-home-3.ki-filled:after {
  content: "\eb51";
  opacity: 0.1;
}

.ki-home-3.ki-filled:before {
  content: "\eb52";
  position: absolute;
}

.ki-home.ki-filled:after {
  content: "\eb53";
  opacity: 0.1;
}

.ki-home.ki-filled:before {
  content: "\eb54";
  position: absolute;
}

.ki-html.ki-filled:after {
  content: "\eb55";
  opacity: 0.1;
}

.ki-html.ki-filled:before {
  content: "\eb56";
  position: absolute;
}

.ki-icon.ki-filled:after {
  content: "\eb57";
  opacity: 0.1;
}

.ki-icon.ki-filled:before {
  content: "\eb58";
  position: absolute;
}

.ki-illustrator.ki-filled:after {
  content: "\eb59";
  opacity: 0.1;
}

.ki-illustrator.ki-filled:before {
  content: "\eb5a";
  position: absolute;
}

.ki-information-1.ki-filled:after {
  content: "\eb5b";
  opacity: 0.1;
}

.ki-information-1.ki-filled:before {
  content: "\eb5c";
  position: absolute;
}

.ki-information-2.ki-filled:after {
  content: "\eb5d";
  opacity: 0.1;
}

.ki-information-2.ki-filled:before {
  content: "\eb5e";
  position: absolute;
}

.ki-information-3.ki-filled:after {
  content: "\eb5f";
  opacity: 0.1;
}

.ki-information-3.ki-filled:before {
  content: "\eb60";
  position: absolute;
}

.ki-information-4.ki-filled:after {
  content: "\eb61";
  opacity: 0.1;
}

.ki-information-4.ki-filled:before {
  content: "\eb62";
  position: absolute;
}

.ki-information.ki-filled:after {
  content: "\eb63";
  opacity: 0.1;
}

.ki-information.ki-filled:before {
  content: "\eb64";
  position: absolute;
}

.ki-instagram.ki-filled:after {
  content: "\eb65";
  opacity: 0.1;
}

.ki-instagram.ki-filled:before {
  content: "\eb66";
  position: absolute;
}

.ki-joystick.ki-filled:after {
  content: "\eb67";
  opacity: 0.1;
}

.ki-joystick.ki-filled:before {
  content: "\eb68";
  position: absolute;
}

.ki-js-2.ki-filled:after {
  content: "\eb69";
  opacity: 0.1;
}

.ki-js-2.ki-filled:before {
  content: "\eb6a";
  position: absolute;
}

.ki-js.ki-filled:after {
  content: "\eb6b";
  opacity: 0.1;
}

.ki-js.ki-filled:before {
  content: "\eb6c";
  position: absolute;
}

.ki-kanban.ki-filled:after {
  content: "\eb6d";
  opacity: 0.1;
}

.ki-kanban.ki-filled:before {
  content: "\eb6e";
  position: absolute;
}

.ki-key-square.ki-filled:after {
  content: "\eb6f";
  opacity: 0.1;
}

.ki-key-square.ki-filled:before {
  content: "\eb70";
  position: absolute;
}

.ki-key.ki-filled:after {
  content: "\eb71";
  opacity: 0.1;
}

.ki-key.ki-filled:before {
  content: "\eb72";
  position: absolute;
}

.ki-keyboard.ki-filled:after {
  content: "\eb73";
  opacity: 0.1;
}

.ki-keyboard.ki-filled:before {
  content: "\eb74";
  position: absolute;
}

.ki-laptop.ki-filled:after {
  content: "\eb75";
  opacity: 0.1;
}

.ki-laptop.ki-filled:before {
  content: "\eb76";
  position: absolute;
}

.ki-laravel.ki-filled:after {
  content: "\eb77";
  opacity: 0.1;
}

.ki-laravel.ki-filled:before {
  content: "\eb78";
  position: absolute;
}

.ki-left-square.ki-filled:after {
  content: "\eb79";
  opacity: 0.1;
}

.ki-left-square.ki-filled:before {
  content: "\eb7a";
  position: absolute;
}

.ki-left.ki-filled:before {
  content: "\eb7b";
}

.ki-like-2.ki-filled:after {
  content: "\eb7c";
  opacity: 0.1;
}

.ki-like-2.ki-filled:before {
  content: "\eb7d";
  position: absolute;
}

.ki-like-folder.ki-filled:after {
  content: "\eb7e";
  opacity: 0.1;
}

.ki-like-folder.ki-filled:before {
  content: "\eb7f";
  position: absolute;
}

.ki-like-shapes.ki-filled:after {
  content: "\eb80";
  opacity: 0.1;
}

.ki-like-shapes.ki-filled:before {
  content: "\eb81";
  position: absolute;
}

.ki-like-tag.ki-filled:after {
  content: "\eb82";
  opacity: 0.1;
}

.ki-like-tag.ki-filled:before {
  content: "\eb83";
  position: absolute;
}

.ki-like.ki-filled:after {
  content: "\eb84";
  opacity: 0.1;
}

.ki-like.ki-filled:before {
  content: "\eb85";
  position: absolute;
}

.ki-loading.ki-filled:before {
  content: "\eb86";
}

.ki-lock-2.ki-filled:after {
  content: "\eb87";
  opacity: 0.1;
}

.ki-lock-2.ki-filled:before {
  content: "\eb88";
  position: absolute;
}

.ki-lock-3.ki-filled:after {
  content: "\eb89";
  opacity: 0.1;
}

.ki-lock-3.ki-filled:before {
  content: "\eb8a";
  position: absolute;
}

.ki-lock.ki-filled:after {
  content: "\eb8b";
  opacity: 0.1;
}

.ki-lock.ki-filled:before {
  content: "\eb8c";
  position: absolute;
}

.ki-logistic.ki-filled:after {
  content: "\eb8d";
  opacity: 0.1;
}

.ki-logistic.ki-filled:before {
  content: "\eb8e";
  position: absolute;
}

.ki-lots-shopping.ki-filled:after {
  content: "\eb8f";
  opacity: 0.1;
}

.ki-lots-shopping.ki-filled:before {
  content: "\eb90";
  position: absolute;
}

.ki-lovely.ki-filled:after {
  content: "\eb91";
  opacity: 0.1;
}

.ki-lovely.ki-filled:before {
  content: "\eb92";
  position: absolute;
}

.ki-lts.ki-filled:after {
  content: "\eb93";
  opacity: 0.1;
}

.ki-lts.ki-filled:before {
  content: "\eb94";
  position: absolute;
}

.ki-magnifier.ki-filled:after {
  content: "\eb95";
  opacity: 0.1;
}

.ki-magnifier.ki-filled:before {
  content: "\eb96";
  position: absolute;
}

.ki-map.ki-filled:after {
  content: "\eb97";
  opacity: 0.1;
}

.ki-map.ki-filled:before {
  content: "\eb98";
  position: absolute;
}

.ki-mask.ki-filled:after {
  content: "\eb99";
  opacity: 0.1;
}

.ki-mask.ki-filled:before {
  content: "\eb9a";
  position: absolute;
}

.ki-maximize.ki-filled:after {
  content: "\eb9b";
  opacity: 0.1;
}

.ki-maximize.ki-filled:before {
  content: "\eb9c";
  position: absolute;
}

.ki-medal-star.ki-filled:after {
  content: "\eb9d";
  opacity: 0.1;
}

.ki-medal-star.ki-filled:before {
  content: "\eb9e";
  position: absolute;
}

.ki-menu.ki-filled:after {
  content: "\eb9f";
  opacity: 0.1;
}

.ki-menu.ki-filled:before {
  content: "\eba0";
  position: absolute;
}

.ki-message-add.ki-filled:after {
  content: "\eba1";
  opacity: 0.1;
}

.ki-message-add.ki-filled:before {
  content: "\eba2";
  position: absolute;
}

.ki-message-edit.ki-filled:after {
  content: "\eba3";
  opacity: 0.1;
}

.ki-message-edit.ki-filled:before {
  content: "\eba4";
  position: absolute;
}

.ki-message-minus.ki-filled:after {
  content: "\eba5";
  opacity: 0.1;
}

.ki-message-minus.ki-filled:before {
  content: "\eba6";
  position: absolute;
}

.ki-message-notify.ki-filled:after {
  content: "\eba7";
  opacity: 0.1;
}

.ki-message-notify.ki-filled:before {
  content: "\eba8";
  position: absolute;
}

.ki-message-programming.ki-filled:after {
  content: "\eba9";
  opacity: 0.1;
}

.ki-message-programming.ki-filled:before {
  content: "\ebaa";
  position: absolute;
}

.ki-message-question.ki-filled:after {
  content: "\ebab";
  opacity: 0.1;
}

.ki-message-question.ki-filled:before {
  content: "\ebac";
  position: absolute;
}

.ki-message-text-2.ki-filled:after {
  content: "\ebad";
  opacity: 0.1;
}

.ki-message-text-2.ki-filled:before {
  content: "\ebae";
  position: absolute;
}

.ki-message-text.ki-filled:after {
  content: "\ebaf";
  opacity: 0.1;
}

.ki-message-text.ki-filled:before {
  content: "\ebb0";
  position: absolute;
}

.ki-messages.ki-filled:after {
  content: "\ebb1";
  opacity: 0.1;
}

.ki-messages.ki-filled:before {
  content: "\ebb2";
  position: absolute;
}

.ki-microsoft.ki-filled:after {
  content: "\ebb3";
  opacity: 0.1;
}

.ki-microsoft.ki-filled:before {
  content: "\ebb4";
  position: absolute;
}

.ki-milk.ki-filled:after {
  content: "\ebb5";
  opacity: 0.1;
}

.ki-milk.ki-filled:before {
  content: "\ebb6";
  position: absolute;
}

.ki-minus-circle.ki-filled:after {
  content: "\ebb7";
  opacity: 0.1;
}

.ki-minus-circle.ki-filled:before {
  content: "\ebb8";
  position: absolute;
}

.ki-minus-folder.ki-filled:after {
  content: "\ebb9";
  opacity: 0.1;
}

.ki-minus-folder.ki-filled:before {
  content: "\ebba";
  position: absolute;
}

.ki-minus-squared.ki-filled:after {
  content: "\ebbb";
  opacity: 0.1;
}

.ki-minus-squared.ki-filled:before {
  content: "\ebbc";
  position: absolute;
}

.ki-minus.ki-filled:before {
  content: "\ebbd";
}

.ki-moon.ki-filled:after {
  content: "\ebbe";
  opacity: 0.1;
}

.ki-moon.ki-filled:before {
  content: "\ebbf";
  position: absolute;
}

.ki-more-2.ki-filled:after {
  content: "\ebc0";
  opacity: 0.1;
}

.ki-more-2.ki-filled:before {
  content: "\ebc1";
  position: absolute;
}

.ki-mouse-circle.ki-filled:after {
  content: "\ebc2";
  opacity: 0.1;
}

.ki-mouse-circle.ki-filled:before {
  content: "\ebc3";
  position: absolute;
}

.ki-mouse-square.ki-filled:after {
  content: "\ebc4";
  opacity: 0.1;
}

.ki-mouse-square.ki-filled:before {
  content: "\ebc5";
  position: absolute;
}

.ki-mouse.ki-filled:after {
  content: "\ebc6";
  opacity: 0.1;
}

.ki-mouse.ki-filled:before {
  content: "\ebc7";
  position: absolute;
}

.ki-nexo.ki-filled:after {
  content: "\ebc8";
  opacity: 0.1;
}

.ki-nexo.ki-filled:before {
  content: "\ebc9";
  position: absolute;
}

.ki-night-day.ki-filled:after {
  content: "\ebca";
  opacity: 0.1;
}

.ki-night-day.ki-filled:before {
  content: "\ebcb";
  position: absolute;
}

.ki-note-2.ki-filled:after {
  content: "\ebcc";
  opacity: 0.1;
}

.ki-note-2.ki-filled:before {
  content: "\ebcd";
  position: absolute;
}

.ki-note.ki-filled:after {
  content: "\ebce";
  opacity: 0.1;
}

.ki-note.ki-filled:before {
  content: "\ebcf";
  position: absolute;
}

.ki-notepad-bookmark.ki-filled:after {
  content: "\ebd0";
  opacity: 0.1;
}

.ki-notepad-bookmark.ki-filled:before {
  content: "\ebd1";
  position: absolute;
}

.ki-notepad-edit.ki-filled:after {
  content: "\ebd2";
  opacity: 0.1;
}

.ki-notepad-edit.ki-filled:before {
  content: "\ebd3";
  position: absolute;
}

.ki-notepad.ki-filled:after {
  content: "\ebd4";
  opacity: 0.1;
}

.ki-notepad.ki-filled:before {
  content: "\ebd5";
  position: absolute;
}

.ki-notification-1.ki-filled:after {
  content: "\ebd6";
  opacity: 0.1;
}

.ki-notification-1.ki-filled:before {
  content: "\ebd7";
  position: absolute;
}

.ki-notification-bing.ki-filled:after {
  content: "\ebd8";
  opacity: 0.1;
}

.ki-notification-bing.ki-filled:before {
  content: "\ebd9";
  position: absolute;
}

.ki-notification-circle.ki-filled:after {
  content: "\ebda";
  opacity: 0.1;
}

.ki-notification-circle.ki-filled:before {
  content: "\ebdb";
  position: absolute;
}

.ki-notification-favorite.ki-filled:after {
  content: "\ebdc";
  opacity: 0.1;
}

.ki-notification-favorite.ki-filled:before {
  content: "\ebdd";
  position: absolute;
}

.ki-notification-on.ki-filled:after {
  content: "\ebde";
  opacity: 0.1;
}

.ki-notification-on.ki-filled:before {
  content: "\ebdf";
  position: absolute;
}

.ki-notification-status.ki-filled:after {
  content: "\ebe0";
  opacity: 0.1;
}

.ki-notification-status.ki-filled:before {
  content: "\ebe1";
  position: absolute;
}

.ki-notification.ki-filled:after {
  content: "\ebe2";
  opacity: 0.1;
}

.ki-notification.ki-filled:before {
  content: "\ebe3";
  position: absolute;
}

.ki-ocean.ki-filled:before {
  content: "\ebe4";
}

.ki-office-bag.ki-filled:after {
  content: "\ebe5";
  opacity: 0.1;
}

.ki-office-bag.ki-filled:before {
  content: "\ebe6";
  position: absolute;
}

.ki-package.ki-filled:after {
  content: "\ebe7";
  opacity: 0.1;
}

.ki-package.ki-filled:before {
  content: "\ebe8";
  position: absolute;
}

.ki-pad.ki-filled:after {
  content: "\ebe9";
  opacity: 0.1;
}

.ki-pad.ki-filled:before {
  content: "\ebea";
  position: absolute;
}

.ki-pails.ki-filled:after {
  content: "\ebeb";
  opacity: 0.1;
}

.ki-pails.ki-filled:before {
  content: "\ebec";
  position: absolute;
}

.ki-paintbucket.ki-filled:after {
  content: "\ebed";
  opacity: 0.1;
}

.ki-paintbucket.ki-filled:before {
  content: "\ebee";
  position: absolute;
}

.ki-paper-clip.ki-filled:after {
  content: "\ebef";
  opacity: 0.1;
}

.ki-paper-clip.ki-filled:before {
  content: "\ebf0";
  position: absolute;
}

.ki-paper-plane.ki-filled:after {
  content: "\ebf1";
  opacity: 0.1;
}

.ki-paper-plane.ki-filled:before {
  content: "\ebf2";
  position: absolute;
}

.ki-parcel-tracking.ki-filled:after {
  content: "\ebf3";
  opacity: 0.1;
}

.ki-parcel-tracking.ki-filled:before {
  content: "\ebf4";
  position: absolute;
}

.ki-parcel.ki-filled:after {
  content: "\ebf5";
  opacity: 0.1;
}

.ki-parcel.ki-filled:before {
  content: "\ebf6";
  position: absolute;
}

.ki-password-check.ki-filled:after {
  content: "\ebf7";
  opacity: 0.1;
}

.ki-password-check.ki-filled:before {
  content: "\ebf8";
  position: absolute;
}

.ki-paypal.ki-filled:after {
  content: "\ebf9";
  opacity: 0.1;
}

.ki-paypal.ki-filled:before {
  content: "\ebfa";
  position: absolute;
}

.ki-pencil.ki-filled:after {
  content: "\ebfb";
  opacity: 0.1;
}

.ki-pencil.ki-filled:before {
  content: "\ebfc";
  position: absolute;
}

.ki-people.ki-filled:after {
  content: "\ebfd";
  opacity: 0.1;
}

.ki-people.ki-filled:before {
  content: "\ebfe";
  position: absolute;
}

.ki-percentage.ki-filled:after {
  content: "\ebff";
  opacity: 0.1;
}

.ki-percentage.ki-filled:before {
  content: "\ec00";
  position: absolute;
}

.ki-phone.ki-filled:after {
  content: "\ec01";
  opacity: 0.1;
}

.ki-phone.ki-filled:before {
  content: "\ec02";
  position: absolute;
}

.ki-photoshop.ki-filled:after {
  content: "\ec03";
  opacity: 0.1;
}

.ki-photoshop.ki-filled:before {
  content: "\ec04";
  position: absolute;
}

.ki-picture.ki-filled:after {
  content: "\ec05";
  opacity: 0.1;
}

.ki-picture.ki-filled:before {
  content: "\ec06";
  position: absolute;
}

.ki-pill.ki-filled:after {
  content: "\ec07";
  opacity: 0.1;
}

.ki-pill.ki-filled:before {
  content: "\ec08";
  position: absolute;
}

.ki-pin.ki-filled:after {
  content: "\ec09";
  opacity: 0.1;
}

.ki-pin.ki-filled:before {
  content: "\ec0a";
  position: absolute;
}

.ki-plus-circle.ki-filled:after {
  content: "\ec0b";
  opacity: 0.1;
}

.ki-plus-circle.ki-filled:before {
  content: "\ec0c";
  position: absolute;
}

.ki-plus-squared.ki-filled:after {
  content: "\ec0d";
  opacity: 0.1;
}

.ki-plus-squared.ki-filled:before {
  content: "\ec0e";
  position: absolute;
}

.ki-plus.ki-filled:before {
  content: "\ec0f";
}

.ki-pointers.ki-filled:after {
  content: "\ec10";
  opacity: 0.1;
}

.ki-pointers.ki-filled:before {
  content: "\ec11";
  position: absolute;
}

.ki-price-tag.ki-filled:after {
  content: "\ec12";
  opacity: 0.1;
}

.ki-price-tag.ki-filled:before {
  content: "\ec13";
  position: absolute;
}

.ki-printer.ki-filled:after {
  content: "\ec14";
  opacity: 0.1;
}

.ki-printer.ki-filled:before {
  content: "\ec15";
  position: absolute;
}

.ki-profile-circle.ki-filled:after {
  content: "\ec16";
  opacity: 0.1;
}

.ki-profile-circle.ki-filled:before {
  content: "\ec17";
  position: absolute;
}

.ki-pulse.ki-filled:after {
  content: "\ec18";
  opacity: 0.1;
}

.ki-pulse.ki-filled:before {
  content: "\ec19";
  position: absolute;
}

.ki-purchase.ki-filled:after {
  content: "\ec1a";
  opacity: 0.1;
}

.ki-purchase.ki-filled:before {
  content: "\ec1b";
  position: absolute;
}

.ki-python.ki-filled:after {
  content: "\ec1c";
  opacity: 0.1;
}

.ki-python.ki-filled:before {
  content: "\ec1d";
  position: absolute;
}

.ki-question-2.ki-filled:after {
  content: "\ec1e";
  opacity: 0.1;
}

.ki-question-2.ki-filled:before {
  content: "\ec1f";
  position: absolute;
}

.ki-question.ki-filled:after {
  content: "\ec20";
  opacity: 0.1;
}

.ki-question.ki-filled:before {
  content: "\ec21";
  position: absolute;
}

.ki-questionnaire-tablet.ki-filled:after {
  content: "\ec22";
  opacity: 0.1;
}

.ki-questionnaire-tablet.ki-filled:before {
  content: "\ec23";
  position: absolute;
}

.ki-ranking.ki-filled:after {
  content: "\ec24";
  opacity: 0.1;
}

.ki-ranking.ki-filled:before {
  content: "\ec25";
  position: absolute;
}

.ki-react.ki-filled:after {
  content: "\ec26";
  opacity: 0.1;
}

.ki-react.ki-filled:before {
  content: "\ec27";
  position: absolute;
}

.ki-receipt-square.ki-filled:after {
  content: "\ec28";
  opacity: 0.1;
}

.ki-receipt-square.ki-filled:before {
  content: "\ec29";
  position: absolute;
}

.ki-rescue.ki-filled:after {
  content: "\ec2a";
  opacity: 0.1;
}

.ki-rescue.ki-filled:before {
  content: "\ec2b";
  position: absolute;
}

.ki-right-left.ki-filled:before {
  content: "\ec2c";
}

.ki-right-square.ki-filled:after {
  content: "\ec2d";
  opacity: 0.1;
}

.ki-right-square.ki-filled:before {
  content: "\ec2e";
  position: absolute;
}

.ki-right.ki-filled:before {
  content: "\ec2f";
}

.ki-rocket.ki-filled:after {
  content: "\ec30";
  opacity: 0.1;
}

.ki-rocket.ki-filled:before {
  content: "\ec31";
  position: absolute;
}

.ki-route.ki-filled:after {
  content: "\ec32";
  opacity: 0.1;
}

.ki-route.ki-filled:before {
  content: "\ec33";
  position: absolute;
}

.ki-router.ki-filled:after {
  content: "\ec34";
  opacity: 0.1;
}

.ki-router.ki-filled:before {
  content: "\ec35";
  position: absolute;
}

.ki-row-horizontal.ki-filled:after {
  content: "\ec36";
  opacity: 0.1;
}

.ki-row-horizontal.ki-filled:before {
  content: "\ec37";
  position: absolute;
}

.ki-row-vertical.ki-filled:after {
  content: "\ec38";
  opacity: 0.1;
}

.ki-row-vertical.ki-filled:before {
  content: "\ec39";
  position: absolute;
}

.ki-safe-home.ki-filled:after {
  content: "\ec3a";
  opacity: 0.1;
}

.ki-safe-home.ki-filled:before {
  content: "\ec3b";
  position: absolute;
}

.ki-satellite.ki-filled:after {
  content: "\ec3c";
  opacity: 0.1;
}

.ki-satellite.ki-filled:before {
  content: "\ec3d";
  position: absolute;
}

.ki-save-2.ki-filled:after {
  content: "\ec3e";
  opacity: 0.1;
}

.ki-save-2.ki-filled:before {
  content: "\ec3f";
  position: absolute;
}

.ki-save-deposit.ki-filled:after {
  content: "\ec40";
  opacity: 0.1;
}

.ki-save-deposit.ki-filled:before {
  content: "\ec41";
  position: absolute;
}

.ki-scan-barcode.ki-filled:after {
  content: "\ec42";
  opacity: 0.1;
}

.ki-scan-barcode.ki-filled:before {
  content: "\ec43";
  position: absolute;
}

.ki-screen.ki-filled:after {
  content: "\ec44";
  opacity: 0.1;
}

.ki-screen.ki-filled:before {
  content: "\ec45";
  position: absolute;
}

.ki-scroll.ki-filled:after {
  content: "\ec46";
  opacity: 0.1;
}

.ki-scroll.ki-filled:before {
  content: "\ec47";
  position: absolute;
}

.ki-search-list.ki-filled:after {
  content: "\ec48";
  opacity: 0.1;
}

.ki-search-list.ki-filled:before {
  content: "\ec49";
  position: absolute;
}

.ki-security-user.ki-filled:after {
  content: "\ec4a";
  opacity: 0.1;
}

.ki-security-user.ki-filled:before {
  content: "\ec4b";
  position: absolute;
}

.ki-setting-2.ki-filled:after {
  content: "\ec4c";
  opacity: 0.1;
}

.ki-setting-2.ki-filled:before {
  content: "\ec4d";
  position: absolute;
}

.ki-setting-3.ki-filled:after {
  content: "\ec4e";
  opacity: 0.1;
}

.ki-setting-3.ki-filled:before {
  content: "\ec4f";
  position: absolute;
}

.ki-setting-4.ki-filled:after {
  content: "\ec50";
  opacity: 0.1;
}

.ki-setting-4.ki-filled:before {
  content: "\ec51";
  position: absolute;
}

.ki-setting.ki-filled:after {
  content: "\ec52";
  opacity: 0.1;
}

.ki-setting.ki-filled:before {
  content: "\ec53";
  position: absolute;
}

.ki-share.ki-filled:after {
  content: "\ec54";
  opacity: 0.1;
}

.ki-share.ki-filled:before {
  content: "\ec55";
  position: absolute;
}

.ki-shield-cross.ki-filled:after {
  content: "\ec56";
  opacity: 0.1;
}

.ki-shield-cross.ki-filled:before {
  content: "\ec57";
  position: absolute;
}

.ki-shield-search.ki-filled:after {
  content: "\ec58";
  opacity: 0.1;
}

.ki-shield-search.ki-filled:before {
  content: "\ec59";
  position: absolute;
}

.ki-shield-slash.ki-filled:after {
  content: "\ec5a";
  opacity: 0.1;
}

.ki-shield-slash.ki-filled:before {
  content: "\ec5b";
  position: absolute;
}

.ki-shield-tick.ki-filled:after {
  content: "\ec5c";
  opacity: 0.1;
}

.ki-shield-tick.ki-filled:before {
  content: "\ec5d";
  position: absolute;
}

.ki-shield.ki-filled:after {
  content: "\ec5e";
  opacity: 0.1;
}

.ki-shield.ki-filled:before {
  content: "\ec5f";
  position: absolute;
}

.ki-ship.ki-filled:after {
  content: "\ec60";
  opacity: 0.1;
}

.ki-ship.ki-filled:before {
  content: "\ec61";
  position: absolute;
}

.ki-shop.ki-filled:after {
  content: "\ec62";
  opacity: 0.1;
}

.ki-shop.ki-filled:before {
  content: "\ec63";
  position: absolute;
}

.ki-simcard-2.ki-filled:after {
  content: "\ec64";
  opacity: 0.1;
}

.ki-simcard-2.ki-filled:before {
  content: "\ec65";
  position: absolute;
}

.ki-simcard.ki-filled:after {
  content: "\ec66";
  opacity: 0.1;
}

.ki-simcard.ki-filled:before {
  content: "\ec67";
  position: absolute;
}

.ki-size.ki-filled:after {
  content: "\ec68";
  opacity: 0.1;
}

.ki-size.ki-filled:before {
  content: "\ec69";
  position: absolute;
}

.ki-slack.ki-filled:after {
  content: "\ec6a";
  opacity: 0.1;
}

.ki-slack.ki-filled:before {
  content: "\ec6b";
  position: absolute;
}

.ki-slider-horizontal-2.ki-filled:after {
  content: "\ec6c";
  opacity: 0.1;
}

.ki-slider-horizontal-2.ki-filled:before {
  content: "\ec6d";
  position: absolute;
}

.ki-slider-horizontal.ki-filled:after {
  content: "\ec6e";
  opacity: 0.1;
}

.ki-slider-horizontal.ki-filled:before {
  content: "\ec6f";
  position: absolute;
}

.ki-slider-vertica.ki-filled:after {
  content: "\ec70";
  opacity: 0.1;
}

.ki-slider-vertica.ki-filled:before {
  content: "\ec71";
  position: absolute;
}

.ki-slider-vertical.ki-filled:after {
  content: "\ec72";
  opacity: 0.1;
}

.ki-slider-vertical.ki-filled:before {
  content: "\ec73";
  position: absolute;
}

.ki-slider.ki-filled:after {
  content: "\ec74";
  opacity: 0.1;
}

.ki-slider.ki-filled:before {
  content: "\ec75";
  position: absolute;
}

.ki-sms.ki-filled:after {
  content: "\ec76";
  opacity: 0.1;
}

.ki-sms.ki-filled:before {
  content: "\ec77";
  position: absolute;
}

.ki-snapchat.ki-filled:after {
  content: "\ec78";
  opacity: 0.1;
}

.ki-snapchat.ki-filled:before {
  content: "\ec79";
  position: absolute;
}

.ki-social-media.ki-filled:after {
  content: "\ec7a";
  opacity: 0.1;
}

.ki-social-media.ki-filled:before {
  content: "\ec7b";
  position: absolute;
}

.ki-soft-2.ki-filled:after {
  content: "\ec7c";
  opacity: 0.1;
}

.ki-soft-2.ki-filled:before {
  content: "\ec7d";
  position: absolute;
}

.ki-soft-3.ki-filled:after {
  content: "\ec7e";
  opacity: 0.1;
}

.ki-soft-3.ki-filled:before {
  content: "\ec7f";
  position: absolute;
}

.ki-soft.ki-filled:after {
  content: "\ec80";
  opacity: 0.1;
}

.ki-soft.ki-filled:before {
  content: "\ec81";
  position: absolute;
}

.ki-some-files.ki-filled:after {
  content: "\ec82";
  opacity: 0.1;
}

.ki-some-files.ki-filled:before {
  content: "\ec83";
  position: absolute;
}

.ki-sort.ki-filled:after {
  content: "\ec84";
  opacity: 0.1;
}

.ki-sort.ki-filled:before {
  content: "\ec85";
  position: absolute;
}

.ki-speaker.ki-filled:after {
  content: "\ec86";
  opacity: 0.1;
}

.ki-speaker.ki-filled:before {
  content: "\ec87";
  position: absolute;
}

.ki-spotify.ki-filled:after {
  content: "\ec88";
  opacity: 0.1;
}

.ki-spotify.ki-filled:before {
  content: "\ec89";
  position: absolute;
}

.ki-spring-framework.ki-filled:after {
  content: "\ec8a";
  opacity: 0.1;
}

.ki-spring-framework.ki-filled:before {
  content: "\ec8b";
  position: absolute;
}

.ki-square-brackets.ki-filled:after {
  content: "\ec8c";
  opacity: 0.1;
}

.ki-square-brackets.ki-filled:before {
  content: "\ec8d";
  position: absolute;
}

.ki-star.ki-filled:after {
  content: "\ec8e";
  opacity: 0.1;
}

.ki-star.ki-filled:before {
  content: "\ec8f";
  position: absolute;
}

.ki-status.ki-filled:after {
  content: "\ec90";
  opacity: 0.1;
}

.ki-status.ki-filled:before {
  content: "\ec91";
  position: absolute;
}

.ki-subtitle.ki-filled:after {
  content: "\ec92";
  opacity: 0.1;
}

.ki-subtitle.ki-filled:before {
  content: "\ec93";
  position: absolute;
}

.ki-sun.ki-filled:after {
  content: "\ec94";
  opacity: 0.1;
}

.ki-sun.ki-filled:before {
  content: "\ec95";
  position: absolute;
}

.ki-support.ki-filled:after {
  content: "\ec96";
  opacity: 0.1;
}

.ki-support.ki-filled:before {
  content: "\ec97";
  position: absolute;
}

.ki-switch.ki-filled:after {
  content: "\ec98";
  opacity: 0.1;
}

.ki-switch.ki-filled:before {
  content: "\ec99";
  position: absolute;
}

.ki-syringe.ki-filled:after {
  content: "\ec9a";
  opacity: 0.1;
}

.ki-syringe.ki-filled:before {
  content: "\ec9b";
  position: absolute;
}

.ki-tab-tablet.ki-filled:after {
  content: "\ec9c";
  opacity: 0.1;
}

.ki-tab-tablet.ki-filled:before {
  content: "\ec9d";
  position: absolute;
}

.ki-tablet-delete.ki-filled:after {
  content: "\ec9e";
  opacity: 0.1;
}

.ki-tablet-delete.ki-filled:before {
  content: "\ec9f";
  position: absolute;
}

.ki-tablet-down.ki-filled:after {
  content: "\eca0";
  opacity: 0.1;
}

.ki-tablet-down.ki-filled:before {
  content: "\eca1";
  position: absolute;
}

.ki-tablet-ok.ki-filled:after {
  content: "\eca2";
}

.ki-tablet-ok.ki-filled:before {
  content: "\eca3";
  position: absolute;
  opacity: 0.1;
}

.ki-tablet-text-down.ki-filled:after {
  content: "\eca4";
  opacity: 0.1;
}

.ki-tablet-text-down.ki-filled:before {
  content: "\eca5";
  position: absolute;
}

.ki-tablet-text-up.ki-filled:after {
  content: "\eca6";
  opacity: 0.1;
}

.ki-tablet-text-up.ki-filled:before {
  content: "\eca7";
  position: absolute;
}

.ki-tablet-up.ki-filled:after {
  content: "\eca8";
  opacity: 0.1;
}

.ki-tablet-up.ki-filled:before {
  content: "\eca9";
  position: absolute;
}

.ki-tablet.ki-filled:after {
  content: "\ecaa";
  opacity: 0.1;
}

.ki-tablet.ki-filled:before {
  content: "\ecab";
  position: absolute;
}

.ki-tag-cross.ki-filled:after {
  content: "\ecac";
  opacity: 0.1;
}

.ki-tag-cross.ki-filled:before {
  content: "\ecad";
  position: absolute;
}

.ki-tag.ki-filled:after {
  content: "\ecae";
  opacity: 0.1;
}

.ki-tag.ki-filled:before {
  content: "\ecaf";
  position: absolute;
}

.ki-teacher.ki-filled:after {
  content: "\ecb0";
  opacity: 0.1;
}

.ki-teacher.ki-filled:before {
  content: "\ecb1";
  position: absolute;
}

.ki-technology-1.ki-filled:after {
  content: "\ecb2";
  opacity: 0.1;
}

.ki-technology-1.ki-filled:before {
  content: "\ecb3";
  position: absolute;
}

.ki-technology-2.ki-filled:after {
  content: "\ecb4";
  opacity: 0.1;
}

.ki-technology-2.ki-filled:before {
  content: "\ecb5";
  position: absolute;
}

.ki-technology-3.ki-filled:after {
  content: "\ecb6";
  opacity: 0.1;
}

.ki-technology-3.ki-filled:before {
  content: "\ecb7";
  position: absolute;
}

.ki-technology-4.ki-filled:after {
  content: "\ecb8";
  opacity: 0.1;
}

.ki-technology-4.ki-filled:before {
  content: "\ecb9";
  position: absolute;
}

.ki-telephone-geolocation.ki-filled:after {
  content: "\ecba";
  opacity: 0.1;
}

.ki-telephone-geolocation.ki-filled:before {
  content: "\ecbb";
  position: absolute;
}

.ki-test-tubes.ki-filled:after {
  content: "\ecbc";
  opacity: 0.1;
}

.ki-test-tubes.ki-filled:before {
  content: "\ecbd";
  position: absolute;
}

.ki-text-bold.ki-filled:after {
  content: "\ecbe";
  opacity: 0.1;
}

.ki-text-bold.ki-filled:before {
  content: "\ecbf";
  position: absolute;
}

.ki-text-circle.ki-filled:before {
  content: "\ecc0";
}

.ki-text-italic.ki-filled:after {
  content: "\ecc1";
  opacity: 0.1;
}

.ki-text-italic.ki-filled:before {
  content: "\ecc2";
  position: absolute;
}

.ki-text-number.ki-filled:before {
  content: "\ecc3";
}

.ki-text-strikethrough.ki-filled:after {
  content: "\ecc4";
  opacity: 0.1;
}

.ki-text-strikethrough.ki-filled:before {
  content: "\ecc5";
  position: absolute;
}

.ki-text-underline.ki-filled:after {
  content: "\ecc6";
}

.ki-text-underline.ki-filled:before {
  content: "\ecc7";
  position: absolute;
  opacity: 0.1;
}

.ki-text.ki-filled:after {
  content: "\ecc8";
  opacity: 0.1;
}

.ki-text.ki-filled:before {
  content: "\ecc9";
  position: absolute;
}

.ki-textalign-center.ki-filled:before {
  content: "\ecca";
}

.ki-textalign-justifycenter.ki-filled:before {
  content: "\eccb";
}

.ki-textalign-left.ki-filled:before {
  content: "\eccc";
}

.ki-textalign-right.ki-filled:before {
  content: "\eccd";
}

.ki-thermometer.ki-filled:after {
  content: "\ecce";
  opacity: 0.1;
}

.ki-thermometer.ki-filled:before {
  content: "\eccf";
  position: absolute;
}

.ki-theta-theta.ki-filled:after {
  content: "\ecd0";
  opacity: 0.1;
}

.ki-theta-theta.ki-filled:before {
  content: "\ecd1";
  position: absolute;
}

.ki-tiktok.ki-filled:after {
  content: "\ecd2";
  opacity: 0.1;
}

.ki-tiktok.ki-filled:before {
  content: "\ecd3";
  position: absolute;
}

.ki-time.ki-filled:after {
  content: "\ecd4";
  opacity: 0.1;
}

.ki-time.ki-filled:before {
  content: "\ecd5";
  position: absolute;
}

.ki-timer.ki-filled:after {
  content: "\ecd6";
  opacity: 0.1;
}

.ki-timer.ki-filled:before {
  content: "\ecd7";
  position: absolute;
}

.ki-to-left.ki-filled:after {
  content: "\ecd8";
  opacity: 0.1;
}

.ki-to-left.ki-filled:before {
  content: "\ecd9";
  position: absolute;
}

.ki-to-right.ki-filled:after {
  content: "\ecda";
  opacity: 0.1;
}

.ki-to-right.ki-filled:before {
  content: "\ecdb";
  position: absolute;
}

.ki-toggle-off-circle.ki-filled:after {
  content: "\ecdc";
  opacity: 0.1;
}

.ki-toggle-off-circle.ki-filled:before {
  content: "\ecdd";
  position: absolute;
}

.ki-toggle-off.ki-filled:after {
  content: "\ecde";
}

.ki-toggle-off.ki-filled:before {
  content: "\ecdf";
  position: absolute;
  opacity: 0.1;
}

.ki-toggle-on-circle.ki-filled:after {
  content: "\ece0";
  opacity: 0.1;
}

.ki-toggle-on-circle.ki-filled:before {
  content: "\ece1";
  position: absolute;
}

.ki-toggle-on.ki-filled:after {
  content: "\ece2";
  opacity: 0.1;
}

.ki-toggle-on.ki-filled:before {
  content: "\ece3";
  position: absolute;
}

.ki-trash-square.ki-filled:after {
  content: "\ece4";
  opacity: 0.1;
}

.ki-trash-square.ki-filled:before {
  content: "\ece5";
  position: absolute;
}

.ki-trash.ki-filled:after {
  content: "\ece6";
  opacity: 0.1;
}

.ki-trash.ki-filled:before {
  content: "\ece7";
  position: absolute;
}

.ki-tree.ki-filled:after {
  content: "\ece8";
  opacity: 0.1;
}

.ki-tree.ki-filled:before {
  content: "\ece9";
  position: absolute;
}

.ki-trello.ki-filled:after {
  content: "\ecea";
  opacity: 0.1;
}

.ki-trello.ki-filled:before {
  content: "\eceb";
  position: absolute;
}

.ki-ts.ki-filled:after {
  content: "\ecec";
  opacity: 0.1;
}

.ki-ts.ki-filled:before {
  content: "\eced";
  position: absolute;
}

.ki-twitch.ki-filled:after {
  content: "\ecee";
  opacity: 0.1;
}

.ki-twitch.ki-filled:before {
  content: "\ecef";
  position: absolute;
}

.ki-twitter.ki-filled:after {
  content: "\ecf0";
  opacity: 0.1;
}

.ki-twitter.ki-filled:before {
  content: "\ecf1";
  position: absolute;
}

.ki-two-credit-cart.ki-filled:after {
  content: "\ecf2";
  opacity: 0.1;
}

.ki-two-credit-cart.ki-filled:before {
  content: "\ecf3";
  position: absolute;
}

.ki-underlining.ki-filled:after {
  content: "\ecf4";
  opacity: 0.1;
}

.ki-underlining.ki-filled:before {
  content: "\ecf5";
  position: absolute;
}

.ki-up-diagonal.ki-filled:before {
  content: "\ecf6";
}

.ki-up-down.ki-filled:before {
  content: "\ecf7";
}

.ki-up-square.ki-filled:after {
  content: "\ecf8";
}

.ki-up-square.ki-filled:before {
  content: "\ecf9";
  position: absolute;
  opacity: 0.1;
}

.ki-up.ki-filled:before {
  content: "\ecfa";
}

.ki-update-file.ki-filled:after {
  content: "\ecfb";
  opacity: 0.1;
}

.ki-update-file.ki-filled:before {
  content: "\ecfc";
  position: absolute;
}

.ki-update-folder.ki-filled:after {
  content: "\ecfd";
  opacity: 0.1;
}

.ki-update-folder.ki-filled:before {
  content: "\ecfe";
  position: absolute;
}

.ki-user-edit.ki-filled:after {
  content: "\ecff";
  opacity: 0.1;
}

.ki-user-edit.ki-filled:before {
  content: "\ed00";
  position: absolute;
}

.ki-user-square.ki-filled:after {
  content: "\ed01";
  opacity: 0.1;
}

.ki-user-square.ki-filled:before {
  content: "\ed02";
  position: absolute;
}

.ki-user-tick.ki-filled:after {
  content: "\ed03";
  opacity: 0.1;
}

.ki-user-tick.ki-filled:before {
  content: "\ed04";
  position: absolute;
}

.ki-user.ki-filled:after {
  content: "\ed05";
  opacity: 0.1;
}

.ki-user.ki-filled:before {
  content: "\ed06";
  position: absolute;
}

.ki-users.ki-filled:after {
  content: "\ed07";
  opacity: 0.1;
}

.ki-users.ki-filled:before {
  content: "\ed08";
  position: absolute;
}

.ki-verify.ki-filled:after {
  content: "\ed09";
  opacity: 0.1;
}

.ki-verify.ki-filled:before {
  content: "\ed0a";
  position: absolute;
}

.ki-vibe-vibe.ki-filled:after {
  content: "\ed0b";
  opacity: 0.1;
}

.ki-vibe-vibe.ki-filled:before {
  content: "\ed0c";
  position: absolute;
}

.ki-virus.ki-filled:after {
  content: "\ed0d";
  opacity: 0.1;
}

.ki-virus.ki-filled:before {
  content: "\ed0e";
  position: absolute;
}

.ki-vue.ki-filled:after {
  content: "\ed0f";
  opacity: 0.1;
}

.ki-vue.ki-filled:before {
  content: "\ed10";
  position: absolute;
}

.ki-vuesax.ki-filled:after {
  content: "\ed11";
  opacity: 0.1;
}

.ki-vuesax.ki-filled:before {
  content: "\ed12";
  position: absolute;
}

.ki-wallet.ki-filled:after {
  content: "\ed13";
  opacity: 0.1;
}

.ki-wallet.ki-filled:before {
  content: "\ed14";
  position: absolute;
}

.ki-wanchain-wan.ki-filled:after {
  content: "\ed15";
  opacity: 0.1;
}

.ki-wanchain-wan.ki-filled:before {
  content: "\ed16";
  position: absolute;
}

.ki-watch.ki-filled:after {
  content: "\ed17";
  opacity: 0.1;
}

.ki-watch.ki-filled:before {
  content: "\ed18";
  position: absolute;
}

.ki-whatsapp.ki-filled:after {
  content: "\ed19";
  opacity: 0.1;
}

.ki-whatsapp.ki-filled:before {
  content: "\ed1a";
  position: absolute;
}

.ki-wifi-home.ki-filled:after {
  content: "\ed1b";
  opacity: 0.1;
}

.ki-wifi-home.ki-filled:before {
  content: "\ed1c";
  position: absolute;
}

.ki-wifi-square.ki-filled:after {
  content: "\ed1d";
  opacity: 0.1;
}

.ki-wifi-square.ki-filled:before {
  content: "\ed1e";
  position: absolute;
}

.ki-wifi.ki-filled:after {
  content: "\ed1f";
  opacity: 0.1;
}

.ki-wifi.ki-filled:before {
  content: "\ed20";
  position: absolute;
}

.ki-wireframe.ki-filled:after {
  content: "\ed21";
  opacity: 0.1;
}

.ki-wireframe.ki-filled:before {
  content: "\ed22";
  position: absolute;
}

.ki-wlan.ki-filled:before {
  content: "\ed23";
}

.ki-wrench.ki-filled:after {
  content: "\ed24";
  opacity: 0.1;
}

.ki-wrench.ki-filled:before {
  content: "\ed25";
  position: absolute;
}

.ki-xaomi.ki-filled:after {
  content: "\ed26";
  opacity: 0.1;
}

.ki-xaomi.ki-filled:before {
  content: "\ed27";
  position: absolute;
}

.ki-xd.ki-filled:after {
  content: "\ed28";
  opacity: 0.1;
}

.ki-xd.ki-filled:before {
  content: "\ed29";
  position: absolute;
}

.ki-xmr.ki-filled:after {
  content: "\ed2a";
  opacity: 0.1;
}

.ki-xmr.ki-filled:before {
  content: "\ed2b";
  position: absolute;
}

.ki-yii.ki-filled:after {
  content: "\ed2c";
  opacity: 0.1;
}

.ki-yii.ki-filled:before {
  content: "\ed2d";
  position: absolute;
}

.ki-youtube.ki-filled:after {
  content: "\ed2e";
  opacity: 0.1;
}

.ki-youtube.ki-filled:before {
  content: "\ed2f";
  position: absolute;
}

/* Demos */

/* Variables */

#app {
  --tw-sidebar-transition-duration: 0.3s;
  --tw-sidebar-transition-timing: ease;
  --tw-sidebar-width: 280px;
  --tw-sidebar-default-width: 280px;
  --tw-header-height: 70px;
  font-family: 'Lato', Arial, sans-serif;
}

main {
  max-width: calc(100vw - 280px)
}

@media (max-width: 1024px) {
  #app {
    --tw-sidebar-width: 280px;
    --tw-header-height: 60px;
  }

  main {
    max-width:100vw;
  }
}

/* Base */

#app .header {
  height: var(--tw-header-height);
}

#app .sidebar {
  width: var(--tw-sidebar-width);
}

#app.header-fixed .wrapper {
  padding-top: var(--tw-header-height);
}

/* Desktop mode */

@media (min-width: 1024px) {
  #app .sidebar {
    width: var(--tw-sidebar-width);
    transition: width var(--tw-sidebar-transition-duration) var(--tw-sidebar-transition-timing);
  }

  #app .sidebar .sidebar-header {
    height: var(--tw-header-height);
  }

  #app .sidebar .sidebar-wrapper {
    width: var(--tw-sidebar-default-width);
  }

  #app .sidebar .sidebar-logo {
    width: var(--tw-sidebar-default-width);
  }

  #app .sidebar .small-logo {
    display: none;
  }

  #app.sidebar-fixed .wrapper {
    padding-inline-start: var(--tw-sidebar-width);
  }

  #app.sidebar-fixed.header-fixed .header {
    inset-inline-start: var(--tw-sidebar-width);
  }

  #app.sidebar-fixed.header-fixed .wrapper {
    padding-top: var(--tw-header-height);
  }

  #app.sidebar-collapse {
    --tw-sidebar-width: 80px;
  }

  #app.sidebar-collapse .sidebar {
    transition: width var(--tw-sidebar-transition-duration) var(--tw-sidebar-transition-timing);
  }

  #app.sidebar-collapse .sidebar.animating {
    pointer-events: none;
  }

  #app.sidebar-collapse .sidebar:hover:not(.animating) {
    width: var(--tw-sidebar-default-width);
    transition: width var(--tw-sidebar-transition-duration) var(--tw-sidebar-transition-timing);
  }

  #app.sidebar-collapse .sidebar:not(:hover) .default-logo {
    display: none;
  }

  #app.sidebar-collapse .sidebar:not(:hover) .small-logo {
    display: flex;
  }

  #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-link .menu-title,
            #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-link .menu-arrow,
            #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-link .menu-badge,
            #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-label .menu-title,
            #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-label .menu-arrow,
            #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-label .menu-badge {
    display: none;
  }

  #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-accordion {
    display: none;
  }

  #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-heading {
    visibility: hidden;
    position: relative;
  }

  #app.sidebar-collapse .sidebar:not(:hover) .menu > .menu-item > .menu-heading::before {
    content: "...";
    color: currentColor;
    font-size: inherit;
    position: absolute;
    visibility: visible;
    display: inline-block;
    bottom: 50%;
    inset-inline-start: 0;
    margin-inline-start: 0.225rem;
    transform: translateX(100%);
  }

  #app.sidebar-collapse .sidebar .sidebar-content {
    overflow: hidden;
  }
}

#app.layout-initialized .wrapper {
  transition: padding-inline-start var(--tw-sidebar-transition-duration) var(--tw-sidebar-transition-timing);
}

#app.layout-initialized .header {
  transition: inset-inline-start var(--tw-sidebar-transition-duration) var(--tw-sidebar-transition-timing);
}

.nodes {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.node-label {
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-self: center;
  position: relative;
  height: 100%;
  flex: 1 1 100%;
  color: white !important;
}

.nodes > .node > .node-label {
  flex: 0 0 33%;
  font-size: 1.3rem;
  height: 70%;
}

.nodes > .node > .node-children > .node > .node-label {
  flex: 0 0 50%;
  font-size: 1.2rem;
}

.nodes > .node > .node-children > .node > .node-children > .node > .node-label {
  flex: 0 0 100%;
  font-size: 1rem;
}

/*.node-label:not(:last-child):not(.ignore):after {
    content: " ";
    display: flex;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: -5%;
    width: 20px;
    border-radius: 10px;
    height: 110%;
}*/

.node {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex: 1 1 45%;
}

.node-children {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 20%;
  height: 100%;
  justify-content: center;
}

.node-label-percent {
  justify-self: flex-end;
}

.node:only-child > .node-label {
}

.nodes > .node > .node-label:not(.ignore):after {
}

.node-label:not(.ignore):after {
}

.node-label {
  position: relative;
  overflow: hidden;
}

.node-label-hover {
  transform: translateX(-100%);
  flex-direction: column;
  justify-content: space-evenly !important;
  align-items: center;
}

.node-label-no-hover, .node-label-hover {
  transition: all .5s;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.node-label:hover .node-label-no-hover {
  transform: translateX(100%);
}

.node-label:hover .node-label-hover {
  transform: translateX(0%);
}

.test-hover {
}

.test:hover .test-no-hover {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.test:hover .test-hover {
}

/*.node-connector{*/

/*    width:50px;*/

/*    height:50px;*/

/*    position:absolute;*/

/*}*/

/*.node-connector:after,*/

/*.node-connector:before {*/

/*    left: 100%;*/

/*    top: 50%;*/

/*    border: solid transparent;*/

/*    content: " ";*/

/*    height: 0;*/

/*    width: 0;*/

/*    position: absolute;*/

/*    pointer-events: none;*/

/*}*/

/*.node-connector:after {*/

/*    border-color: rgba(136, 183, 213, 0);*/

/*    border-left-color: #88b7d5;*/

/*    border-width: 10px;*/

/*    margin-top: -10px;*/

/*}*/

/*.node-connector:before {*/

/*    border-color: rgba(194, 225, 245, 0);*/

/*    border-left-color: #c2e1f5;*/

/*    border-width: 13px;*/

/*    margin-top: -13px;*/

/*}*/

.structured-data-filter-wrapper {
  position: relative;
}

.structured-data-filter-button {
}

.structured-data-filter-body {
  position: absolute;
  right: 0;
  min-width: 300px;
  width: auto;
  max-height: 0px;
  opacity: 0;
  transition: all linear .2s;
  overflow: hidden;
  z-index: 5;
}

.structured-data-filter-body.show-filters {
  animation: 3s infinite alternate slidein;
  position: absolute;
  right: 0;
  width: auto;
  opacity: 1;
  max-height: 600px;
  overflow-y: auto;
}

.portal-validation-error ul {
  list-style: none;
  padding: 0px;
  font-weight: bold
}

.tenant-page {
  position: relative;
}

.tenant-page-list {
  border: 0;
  box-shadow: 0 0 50px 0 rgb(82, 63, 105, .1);
  border-radius: 0.475rem;
  padding: 1rem 0;
  background-color: #fff;
  max-height: 300px;
  overflow-x: scroll;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.tenant-page-item {
  transition: color .2s ease, background-color .2s ease;
  margin: 0 0;
  cursor: pointer;
  flex: 1;
}

.tenant-page-item-display {
  display: flex;
  align-items: center;
  transition: color .2s ease, background-color .2s ease;
  padding: 7px;
  border-radius: 0.475rem;
  margin: 0px 5px;
}

.tenant-page-item-text {
}

.tenant-page-item-children {
  transition: max-height 0.25s ease-out;
}

.show-children-icon {
  transition: .25s;
}

.tenant-page-item-icon {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tenant-page-child-icon svg {
  height: .75rem;
  width: .75rem;
}

.page-tenant-selector {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tenant-profile-user-icon {
  margin-right: 10px;
}

.tenant-profile-logo {
  width: 80%;
}

@media (orientation: portrait) {
  .tenant-page-item-image {
    display: none;
  }

  .tenant-page-item-children {
    margin-left: 20px;
  }
}

.filter-by-tenant {
  white-space: nowrap;
}

.filtered-tenant-logo {
  height: 100%;
  margin-right: 20px;
}

.filtered-tenant {
  height: 80%
}

.confirm-dialog-backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(50, 50, 50, .4);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-dialog {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
}

.confirm-dialog .confirm-dialog-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.confirm-dialog .confirm-dialog-icon {
}

.confirm-dialog .confirm-dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.confirm-dialog .confirm-dialog-actions {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.confirm-dialog .confirm-dialog-result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}

.confirm-dialog .confirm-dialog-result .confirm-dialog-result-error {
}

.confirm-dialog .confirm-dialog-result .confirm-dialog-result-success {
}

.portal-modal-backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(50, 50, 50, .4);
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: modal-fade-in .5s ease;
}

.portal-modal-content::backdrop{
  background: rgba(50, 50, 50, .4);
}

.portal-modal-content {
  min-width: 25%;
  animation: modal-fade-in .5s ease;
}

.portal-modal-title {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.aside aside-extended {
  z-index: 99;
}

@keyframes modal-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.confirm-dialog {
  min-width: 25%;
  animation: confirm-fade-in .5s ease;
}

@keyframes confirm-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.show-details-right {
  animation: details-right-show .5s ease;
}

@keyframes details-right-show {
  0% {
    opacity: 0;
    max-width: 0px;
  }

  100% {
    opacity: 1;
    max-width: 1000px;
  }
}

.loading-element {
  height: 10px;
  width: 10px;
  background: black;
  display: flex;
  animation-duration: 2s;
  animation-name: do-stuff;
  animation-iteration-count: infinite;
  border-radius: 20%;
  background: rgba(0,70,88,1);
  box-shadow: 1px 1px 1px gray;
  z-index: 1;
}

@keyframes do-stuff {
  0% {
    border-radius: 50%;
    background: rgba(173,57,110,1);
    transform: scale(1.3) rotate(0deg);
    z-index: 2;
  }

  50% {
    border-radius: 20%;
    background: rgba(0,70,88,1);
    transform: scale(1) rotate(45deg);
    z-index: 1;
  }

  100% {
    border-radius: 50%;
    background: rgba(173,57,110,1);
    transform: scale(1.3) rotate(45deg);
    z-index: 2;
  }
}

.loading-element:nth-child(1) {
  animation-delay: .0s
}

.loading-element:nth-child(2) {
  animation-delay: .05s
}

.loading-element:nth-child(3) {
  animation-delay: .1s
}

.loading-element:nth-child(4) {
  animation-delay: .15s
}

.loading-element:nth-child(5) {
  animation-delay: .2s
}

.loading-element:nth-child(6) {
  animation-delay: .25s
}

.loading-element:nth-child(7) {
  animation-delay: .3s
}

.loading-element:nth-child(8) {
  animation-delay: .35s
}

.loading-element:nth-child(9) {
  animation-delay: .4s
}

.loading-element:nth-child(10) {
  animation-delay: .45s
}

.loading-element:nth-child(11) {
  animation-delay: .5s
}

.loading-element:nth-child(12) {
  animation-delay: .55s
}

.loading-element:nth-child(13) {
  animation-delay: .6s
}

.loading-element:nth-child(14) {
  animation-delay: .65s
}

.loading-element:nth-child(15) {
  animation-delay: .7s
}

.loading-element:nth-child(16) {
  animation-delay: .75s
}

.loading-element:nth-child(17) {
  animation-delay: .8s
}

.loading-element:nth-child(18) {
  animation-delay: .85s
}

.loading-element:nth-child(19) {
  animation-delay: .9s
}

.loading-element:nth-child(20) {
  animation-delay: 1s
}

.loading-element:nth-child(21) {
  animation-delay: 1.05s
}

.loading-element:nth-child(22) {
  animation-delay: 1.1s
}

.loading-element:nth-child(23) {
  animation-delay: 1.15s
}

.loading-element:nth-child(24) {
  animation-delay: 1.2s
}

.loading-element:nth-child(25) {
  animation-delay: 1.25s
}

.loading-element:nth-child(26) {
  animation-delay: 1.3s
}

.loading-element:nth-child(27) {
  animation-delay: 1.35s
}

.loading-element:nth-child(28) {
  animation-delay: 1.4s
}

.loading-element:nth-child(29) {
  animation-delay: 1.45s
}

.loading-element:nth-child(30) {
  animation-delay: 1.5s
}

.loading-element:nth-child(31) {
  animation-delay: 1.55s
}

.loading-element:nth-child(32) {
  animation-delay: 1.6s
}

.loading-element:nth-child(33) {
  animation-delay: 1.65s
}

.loading-element:nth-child(34) {
  animation-delay: 1.7s
}

.loading-element:nth-child(35) {
  animation-delay: 1.75s
}

.loading-element:nth-child(36) {
  animation-delay: 1.8s
}

.edulla-indexing-domains {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.edulla-indexing-domain {
  transition: background .25s;
}

.edulla-indexing-domain.active {
  background: var(--primary-color);
  color: white;
}

.edulla-indexing-domain:last-child, .edulla-indexing-domain.active {
}

.edulla-indexing-domain.add {
  transition: max-width 12s;
}

.edulla-indexing-domain.show-add {
  max-width: 1000px;
  transition: max-width 1s;
}

.edulla-indexing-domain.add .add-domain-form-el, .edulla-indexing-domain.add .add-domain-form-el {
  opacity: 0;
  transition: all 1s;
}

.edulla-indexing-domain.show-add .add-domain-form-el, .edulla-indexing-domain.show-add .add-domain-form-el {
  opacity: 1;
}

.edulla-indexing-sitemaps {
  transition: max-height ease-in .15s;
}

.edulla-indexing-sitemaps .edulla-indexing-sitemap.active,
    .edulla-indexing-sitemaps.active .edulla-indexing-sitemap {
  max-height: 65px;
}

.edulla-indexing-sitemap {
  transition: background ease-in .3s;
}

.edulla-indexing-sitemap > div {
  display: flex;
  gap: .2rem;
  align-items: center;
}

.edulla-indexing-sitemaps.active {
  height: auto;
  max-height: 500px;
}

/*.edulla-indexing-sitemaps.active .edulla-indexing-sitemap,
.edulla-indexing-sitemap:first-child {
    height: $sitemap-height;
    min-height: $sitemap-height;
    padding: 2rem 1rem;
}*/

.edulla-indexing-sitemap div {
}

.edulla-indexing-sitemap.active {
  transition:none;
}

.edulla-indexing-sitemap.active .svg-icon {
  color: white;
}

.edulla-tenant-domain {
  opacity: 1;
  transition: all ease-in 0.35s;
  top: 0;
  left: 0;
  max-height: 10000px;
}

.edulla-tenant-domain.selected {
}

.edulla-tenant-domain.unselected {
  opacity: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.edulla-tenant-domain.unselected img {
  display: none;
}

.edulla-sitemap {
  width: 100%;
  margin-left: 0 !important;
}

.edulla-sitemap-page-details {
  cursor: pointer;
  color: gray !important;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 0 !important;
  box-shadow: 3px 3px 3px gray !important;
  background: white;
  margin-top: 1rem;
  z-index: 0;
  height: auto;
  min-height: 80px;
  transition: all .3s;
  max-height: 80px;
  align-items: center;
}

.edulla-sitemap-page-details.active {
  z-index: 1;
}

.edulla-sitemap-page-details.open {
  max-height: 650px;
  padding: 1rem;
}

.edulla-sitemap-page-details.has-child-pages.inactive {
  margin-bottom: 20px;
}

.edulla-sitemap-page-details.has-child-page::after, .edulla-sitemap-page-details.has-child-page::before {
  content: "";
  left: 0;
  right: 0;
  height: 10px;
  position: absolute;
  background: linear-gradient(0deg, white 80%, transparent);
  box-shadow: 3px 3px 3px gray;
  z-index: -1;
  margin: auto;
}

.edulla-sitemap-page-details.has-child-page::after {
  width: 98%;
  bottom: -10px;
}

.edulla-sitemap-page-details.has-child-page::before {
  width: 96%;
  bottom: -20px;
}

.edulla-sitemap-parent {
  margin-left: 30px !important;
  list-style: none;
  transition: all 0.25s ease-out;
  opacity: 1;
}

.edulla-sitemap-parent ul, .edulla-sitemap-parent li {
  margin: 0;
  padding: 0;
}

.edulla-sitemap-parent.inactive {
  max-height: 0;
  transform: translateY(-10px) scaleY(0);
  z-index: 0;
  opacity: 0.4;
}

.edulla-sitemap-parent.edulla-sitemap-page-details {
  z-index: -1;
}

.edulla-sitemap-parent.edulla-sitemap-page-details.active {
  z-index: 1;
  transform-origin:top;
  transform: translateY(0) scaleY(1);
  overflow: visible;
  opacity: 1;
  max-height: 50000px;
}

.edulla-sitemap-page-content {
  display: flex;
  gap: 5rem;
  max-height: 90%;
  padding: 2rem;
  margin-top: 2rem;
  border-top: 1px solid $gray !important;
}

.edulla-sitemap-page-content .edulla-sitemap-page-content-transformed {
  min-width: calc(50% - 2.5rem);
  text-align: start;
  overflow-x: hidden;
  overflow-y: auto;
}

.edulla-sitemap-page-content .edulla-sitemap-page-content-crawled {
  text-align: start;
  overflow-x: hidden;
  overflow-y: auto;
}

.edulla-sitemap-parent-top {
  list-style: none;
}

.edulla-sitemap-header {
  background: linear-gradient(90deg, $primary-color, $three-color);
}

.edulla-sitemap-crawl {
  border-radius: 20px;
  margin-top: 0;
  padding: 1rem 0.5rem;
}

.edulla-sitemap-page-metrics {
  justify-self: end;
}

.edulla-icon-round {
  background: gray;
  padding: 5px;
  border-radius: 50%;
  transition: background ease-in-out 0.2s;
}

.edulla-icon-round.active {
  background: blue;
}

.edulla-sitemap-connector {
  width: 3px;
  height: 50px;
  background: blue;
  position: absolute;
}

.edulla-sitemap-page-details-crawl {
  background: gray;
  width: 32px;
  HEIGHT: 32px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  box-shadow: 0 8px 6px -4px #e4e6ef;
  opacity: 1;
  border-radius: 50%;
  padding: 5px;
  color: gray;
  display: flex;
  justify-content: center;
}

.edulla-sitemap-page-details-crawl svg {
  width: 20px !important;
  height: 20px !important;
  color: gray;
}

.edulla-sitemap-page-details.crawled .edulla-sitemap-page-details-crawl {
  background: green !important;
}

.edulla-sitemap-page-details.crawled .edulla-sitemap-page-details-crawl svg {
  color: white !important;
}

:root {
  --primary-color: #004658;
  --secondary-color: #6d9aa5;
  --tw-light: #f0ede6;
  /*--primary-color: #031e45;*/
  /*--secondary-color: #ea6115;*/
  /*--tw-light: #e5f0ff;*/
}

@media (min-width: 1024px) {
  .lg\:light {
    --tw-gray-100: #F9F9F9;
    --tw-gray-200: #F1F1F4;
    --tw-gray-300: #DBDFE9;
    --tw-gray-400: #C4CADA;
    --tw-gray-500: #99A1B7;
    --tw-gray-600: #78829D;
    --tw-gray-700: #4B5675;
    --tw-gray-800: #252F4A;
    --tw-gray-900: #071437;
    --tw-brand: #FF6F1E;
    --tw-brand-active: #F15700;
    --tw-brand-light: #FFF5EF;
    --tw-brand-clarity: rgba(255, 111, 30, 0.20);
    --tw-brand-inverse: #ffffff;
    --tw-primary: var(--primary-color);
    --tw-primary-active: #056EE9;
    --tw-primary-light: #EFF6FF;
    --tw-primary-clarity: rgba(27, 132, 255, 0.20);
    --tw-primary-inverse: #ffffff;
    --tw-success: #17C653;
    --tw-success-active: #04B440;
    --tw-success-light: #EAFFF1;
    --tw-success-clarity: rgba(23, 198, 83, 0.20);
    --tw-success-inverse: #ffffff;
    --tw-info: #7239EA;
    --tw-info-active: #5014D0;
    --tw-info-light: #F8F5FF;
    --tw-info-clarity: rgba(114, 57, 234, 0.20);
    --tw-info-inverse: #ffffff;
    --tw-danger: #F8285A;
    --tw-danger-active: #D81A48;
    --tw-danger-light: #FFEEF3;
    --tw-danger-clarity: rgba(248, 40, 90, 0.20);
    --tw-danger-inverse: #ffffff;
    --tw-warning: #F6B100;
    --tw-warning-active: #DFA000;
    --tw-warning-light: #FFF8DD;
    --tw-warning-clarity: rgba(246, 177, 0, 0.20);
    --tw-warning-inverse: #ffffff;
    --tw-dark: #1E2129;
    --tw-dark-active: #111318;
    --tw-dark-light: #F9F9F9;
    --tw-dark-clarity: rgba(30, 33, 41, 0.20);
    --tw-dark-inverse: #ffffff;
    --tw-light: #ffffff;
    --tw-light-active: #FCFCFC;
    --tw-light-light: #ffffff;
    --tw-light-clarity: rgba(255, 255, 255, 0.20);
    --tw-light-inverse: #4B5675;
    --tw-secondary: #F9F9F9;
    --tw-secondary-active: #F9F9F9;
    --tw-secondary-light: #F9F9F9;
    --tw-secondary-clarity: rgba(249, 249, 249, 0.20);
    --tw-secondary-inverse: #4B5675;
    --tw-default-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
    --tw-light-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --tw-primary-box-shadow: 0px 4px 12px 0px rgba(40, 132, 239, 0.35);
    --tw-success-box-shadow: 0px 4px 12px 0px rgba(53, 189, 100, 0.35);
    --tw-danger-box-shadow: 0px 4px 12px 0px rgba(241, 65, 108, 0.35);
    --tw-info-box-shadow: 0px 4px 12px 0px rgba(114, 57, 234, 0.35);
    --tw-warning-box-shadow: 0px 4px 12px 0px rgba(246, 192, 0, 0.35);
    --tw-dark-box-shadow: 0px 4px 12px 0px rgba(37, 47, 74, 0.35);
    --tw-card-background-color: white;
    --tw-tooltip-background-color: #0F1014;
    --tw-popover-background-color: white;
    --tw-modal-background-color: white;
    --tw-drawer-background-color: white;
    --tw-dropdown-background-color: white;
    --tw-backdrop-background-color: rgba(0, 0, 0, 0.80);
    --tw-table-head-background-color: var(--tw-light-active);
    --tw-card-border: 1px solid var(--tw-gray-200);
    --tw-table-border: 1px solid var(--tw-gray-200);
    --tw-dropdown-border: 1px solid var(--tw-gray-200);
    --tw-popover-border: 1px solid var(--tw-gray-200);
    --tw-tooltip-border: 0;
    --tw-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --tw-tooltip-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --tw-popover-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --tw-modal-box-shadow: 0px 10px 14px 0px rgba(15, 42, 81, 0.03);
    --tw-drawer-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --tw-dropdown-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
    --tw-input-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  }

  .lg\:scrollable-y-auto {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    position: relative;
  }

  .lg\:scrollable-y-auto::-webkit-scrollbar {
    width: 0.35rem;
    height: 0.35rem;
  }

  .lg\:scrollable-y-auto::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .lg\:scrollable-y-auto::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }

  .lg\:scrollable-y-auto::-webkit-scrollbar-corner {
    background-color: transparent;
  }

  .lg\:scrollable-y-auto {
    overflow-y: auto;
    scrollbar-color: var(--tw-scrollbar-thumb-color, var(--tw-gray-200)) transparent;
  }

  .lg\:scrollable-y-auto::-webkit-scrollbar-thumb {
    background-color: var(--tw-scrollbar-thumb-color, var(--tw-gray-200));
  }

  .lg\:scrollable-y-auto::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}

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

.hover\:bg-gray-200:hover {
  background-color: var(--tw-gray-200);
}

.hover\:bg-gray-300:hover {
  background-color: var(--tw-gray-300);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

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

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.menu-item.active.menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active.menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active.menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active.menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-link.menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active > .menu-link.menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active > .menu-link.menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active > .menu-link.menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-link .menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active > .menu-link .menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active > .menu-link .menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active > .menu-link .menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-label.menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active > .menu-label.menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active > .menu-label.menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active > .menu-label.menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-label .menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active > .menu-label .menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active > .menu-label .menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active > .menu-label .menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-toggle.menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active > .menu-toggle.menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active > .menu-toggle.menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active > .menu-toggle.menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-toggle .menu-item-active\:border-none {
  border-style: none;
}

.menu-item.active > .menu-toggle .menu-item-active\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-item.active > .menu-toggle .menu-item-active\:bg-light {
  background-color: var(--tw-light);
}

.menu-item.active > .menu-toggle .menu-item-active\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here.menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here > .menu-link.menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here > .menu-link .menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here > .menu-label.menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here > .menu-label .menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here > .menu-toggle.menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.here > .menu-toggle .menu-item-here\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show.menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show.menu-item-show\:hidden {
  display: none;
}

.menu-item.show.menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show > .menu-link.menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show > .menu-link.menu-item-show\:hidden {
  display: none;
}

.menu-item.show > .menu-link.menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show > .menu-link .menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show > .menu-link .menu-item-show\:hidden {
  display: none;
}

.menu-item.show > .menu-link .menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show > .menu-label.menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show > .menu-label.menu-item-show\:hidden {
  display: none;
}

.menu-item.show > .menu-label.menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show > .menu-label .menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show > .menu-label .menu-item-show\:hidden {
  display: none;
}

.menu-item.show > .menu-label .menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show > .menu-toggle.menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show > .menu-toggle.menu-item-show\:hidden {
  display: none;
}

.menu-item.show > .menu-toggle.menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

.menu-item.show > .menu-toggle .menu-item-show\:inline-flex {
  display: inline-flex;
}

.menu-item.show > .menu-toggle .menu-item-show\:hidden {
  display: none;
}

.menu-item.show > .menu-toggle .menu-item-show\:text-gray-900 {
  color: var(--tw-gray-900);
}

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

.menu-link:hover.menu-link-hover\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-link:hover.menu-link-hover\:border-light {
  border-color: var(--tw-light);
}

.menu-link:hover.menu-link-hover\:bg-light {
  background-color: var(--tw-light);
}

.menu-link:hover.menu-link-hover\:text-gray-900 {
  color: var(--tw-gray-900);
}

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

.menu-link:hover .menu-link-hover\:border-gray-200 {
  border-color: var(--tw-gray-200);
}

.menu-link:hover .menu-link-hover\:border-light {
  border-color: var(--tw-light);
}

.menu-link:hover .menu-link-hover\:bg-light {
  background-color: var(--tw-light);
}

.menu-link:hover .menu-link-hover\:text-gray-900 {
  color: var(--tw-gray-900);
}

[data-stepper-item].completed.stepper-item-completed\:inline {
  display: inline;
}

[data-stepper-item].completed.stepper-item-completed\:hidden {
  display: none;
}

[data-stepper-item].completed.stepper-item-completed\:text-gray-400 {
  color: var(--tw-gray-400);
}

[data-stepper-item].completed .stepper-item-completed\:inline {
  display: inline;
}

[data-stepper-item].completed .stepper-item-completed\:hidden {
  display: none;
}

[data-stepper-item].completed .stepper-item-completed\:text-gray-400 {
  color: var(--tw-gray-400);
}

.light .light\:\[--tw-scrollbar-thumb-color\:var\(--tw-content-scrollbar-color\)\] {
  --tw-scrollbar-thumb-color: var(--tw-content-scrollbar-color);
}

.dark\:bg-\[--tw-content-bg-dark\]:is(.dark *) {
  background-color: var(--tw-content-bg-dark);
}

.dark\:bg-\[--tw-page-bg-dark\]:is(.dark *) {
  background-color: var(--tw-page-bg-dark);
}

.menu-item.active.dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-link.dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-link .dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-label.dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-label .dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-toggle.dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

.menu-item.active > .menu-toggle .dark\:menu-item-active\:text-gray-900:is(.dark *) {
  color: var(--tw-gray-900);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1024px) {
  .lg\:ms-\[--tw-sidebar-width\] {
    margin-inline-start: var(--tw-sidebar-width);
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:\[scrollbar-width\:auto\] {
    scrollbar-width: auto;
  }

  .light .lg\:light\:\[--tw-scrollbar-thumb-color\:var\(--tw-content-scrollbar-color\)\] {
    --tw-scrollbar-thumb-color: var(--tw-content-scrollbar-color);
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

.rtl\:transform:where([dir="rtl"], [dir="rtl"] *) {
  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));
}
