/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
}

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

*, ::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-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(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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(63 131 248 / 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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-auto {
  grid-column: auto;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mt-px {
  margin-top: -1px;
}
.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-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.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;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
  transform: none;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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-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-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(141 162 251 / var(--tw-border-opacity));
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(104 117 245 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(225 239 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(225 239 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(225 239 254 / 1);
}
.bg-blue-100\/20 {
  background-color: rgb(225 239 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(225 239 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(225 239 254 / 0.3);
}
.bg-blue-100\/40 {
  background-color: rgb(225 239 254 / 0.4);
}
.bg-blue-100\/5 {
  background-color: rgb(225 239 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(225 239 254 / 0.5);
}
.bg-blue-100\/60 {
  background-color: rgb(225 239 254 / 0.6);
}
.bg-blue-100\/70 {
  background-color: rgb(225 239 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(225 239 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(225 239 254 / 0.8);
}
.bg-blue-100\/90 {
  background-color: rgb(225 239 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(225 239 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(195 221 253 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(195 221 253 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(195 221 253 / 1);
}
.bg-blue-200\/20 {
  background-color: rgb(195 221 253 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(195 221 253 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(195 221 253 / 0.3);
}
.bg-blue-200\/40 {
  background-color: rgb(195 221 253 / 0.4);
}
.bg-blue-200\/5 {
  background-color: rgb(195 221 253 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(195 221 253 / 0.5);
}
.bg-blue-200\/60 {
  background-color: rgb(195 221 253 / 0.6);
}
.bg-blue-200\/70 {
  background-color: rgb(195 221 253 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(195 221 253 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(195 221 253 / 0.8);
}
.bg-blue-200\/90 {
  background-color: rgb(195 221 253 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(195 221 253 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 202 254 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(164 202 254 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(164 202 254 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(164 202 254 / 1);
}
.bg-blue-300\/20 {
  background-color: rgb(164 202 254 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(164 202 254 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(164 202 254 / 0.3);
}
.bg-blue-300\/40 {
  background-color: rgb(164 202 254 / 0.4);
}
.bg-blue-300\/5 {
  background-color: rgb(164 202 254 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(164 202 254 / 0.5);
}
.bg-blue-300\/60 {
  background-color: rgb(164 202 254 / 0.6);
}
.bg-blue-300\/70 {
  background-color: rgb(164 202 254 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(164 202 254 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(164 202 254 / 0.8);
}
.bg-blue-300\/90 {
  background-color: rgb(164 202 254 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(164 202 254 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 169 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(118 169 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(118 169 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(118 169 250 / 1);
}
.bg-blue-400\/20 {
  background-color: rgb(118 169 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(118 169 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(118 169 250 / 0.3);
}
.bg-blue-400\/40 {
  background-color: rgb(118 169 250 / 0.4);
}
.bg-blue-400\/5 {
  background-color: rgb(118 169 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(118 169 250 / 0.5);
}
.bg-blue-400\/60 {
  background-color: rgb(118 169 250 / 0.6);
}
.bg-blue-400\/70 {
  background-color: rgb(118 169 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(118 169 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(118 169 250 / 0.8);
}
.bg-blue-400\/90 {
  background-color: rgb(118 169 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(118 169 250 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(63 131 248 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(63 131 248 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(63 131 248 / 1);
}
.bg-blue-500\/20 {
  background-color: rgb(63 131 248 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(63 131 248 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(63 131 248 / 0.3);
}
.bg-blue-500\/40 {
  background-color: rgb(63 131 248 / 0.4);
}
.bg-blue-500\/5 {
  background-color: rgb(63 131 248 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(63 131 248 / 0.5);
}
.bg-blue-500\/60 {
  background-color: rgb(63 131 248 / 0.6);
}
.bg-blue-500\/70 {
  background-color: rgb(63 131 248 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(63 131 248 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(63 131 248 / 0.8);
}
.bg-blue-500\/90 {
  background-color: rgb(63 131 248 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(63 131 248 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(28 100 242 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(28 100 242 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(28 100 242 / 1);
}
.bg-blue-600\/20 {
  background-color: rgb(28 100 242 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(28 100 242 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(28 100 242 / 0.3);
}
.bg-blue-600\/40 {
  background-color: rgb(28 100 242 / 0.4);
}
.bg-blue-600\/5 {
  background-color: rgb(28 100 242 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(28 100 242 / 0.5);
}
.bg-blue-600\/60 {
  background-color: rgb(28 100 242 / 0.6);
}
.bg-blue-600\/70 {
  background-color: rgb(28 100 242 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(28 100 242 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(28 100 242 / 0.8);
}
.bg-blue-600\/90 {
  background-color: rgb(28 100 242 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(28 100 242 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(26 86 219 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(26 86 219 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(26 86 219 / 1);
}
.bg-blue-700\/20 {
  background-color: rgb(26 86 219 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(26 86 219 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(26 86 219 / 0.3);
}
.bg-blue-700\/40 {
  background-color: rgb(26 86 219 / 0.4);
}
.bg-blue-700\/5 {
  background-color: rgb(26 86 219 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(26 86 219 / 0.5);
}
.bg-blue-700\/60 {
  background-color: rgb(26 86 219 / 0.6);
}
.bg-blue-700\/70 {
  background-color: rgb(26 86 219 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(26 86 219 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(26 86 219 / 0.8);
}
.bg-blue-700\/90 {
  background-color: rgb(26 86 219 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(26 86 219 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(30 66 159 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 66 159 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 66 159 / 1);
}
.bg-blue-800\/20 {
  background-color: rgb(30 66 159 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 66 159 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 66 159 / 0.3);
}
.bg-blue-800\/40 {
  background-color: rgb(30 66 159 / 0.4);
}
.bg-blue-800\/5 {
  background-color: rgb(30 66 159 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 66 159 / 0.5);
}
.bg-blue-800\/60 {
  background-color: rgb(30 66 159 / 0.6);
}
.bg-blue-800\/70 {
  background-color: rgb(30 66 159 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 66 159 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 66 159 / 0.8);
}
.bg-blue-800\/90 {
  background-color: rgb(30 66 159 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 66 159 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 56 118 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(35 56 118 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(35 56 118 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(35 56 118 / 1);
}
.bg-blue-900\/20 {
  background-color: rgb(35 56 118 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(35 56 118 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(35 56 118 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(35 56 118 / 0.4);
}
.bg-blue-900\/5 {
  background-color: rgb(35 56 118 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(35 56 118 / 0.5);
}
.bg-blue-900\/60 {
  background-color: rgb(35 56 118 / 0.6);
}
.bg-blue-900\/70 {
  background-color: rgb(35 56 118 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(35 56 118 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(35 56 118 / 0.8);
}
.bg-blue-900\/90 {
  background-color: rgb(35 56 118 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(35 56 118 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(222 247 236 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(222 247 236 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(222 247 236 / 1);
}
.bg-green-100\/20 {
  background-color: rgb(222 247 236 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(222 247 236 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(222 247 236 / 0.3);
}
.bg-green-100\/40 {
  background-color: rgb(222 247 236 / 0.4);
}
.bg-green-100\/5 {
  background-color: rgb(222 247 236 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(222 247 236 / 0.5);
}
.bg-green-100\/60 {
  background-color: rgb(222 247 236 / 0.6);
}
.bg-green-100\/70 {
  background-color: rgb(222 247 236 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(222 247 236 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(222 247 236 / 0.8);
}
.bg-green-100\/90 {
  background-color: rgb(222 247 236 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(222 247 236 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 240 218 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(188 240 218 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(188 240 218 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(188 240 218 / 1);
}
.bg-green-200\/20 {
  background-color: rgb(188 240 218 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(188 240 218 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(188 240 218 / 0.3);
}
.bg-green-200\/40 {
  background-color: rgb(188 240 218 / 0.4);
}
.bg-green-200\/5 {
  background-color: rgb(188 240 218 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(188 240 218 / 0.5);
}
.bg-green-200\/60 {
  background-color: rgb(188 240 218 / 0.6);
}
.bg-green-200\/70 {
  background-color: rgb(188 240 218 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(188 240 218 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(188 240 218 / 0.8);
}
.bg-green-200\/90 {
  background-color: rgb(188 240 218 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(188 240 218 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 225 188 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(132 225 188 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(132 225 188 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(132 225 188 / 1);
}
.bg-green-300\/20 {
  background-color: rgb(132 225 188 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(132 225 188 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(132 225 188 / 0.3);
}
.bg-green-300\/40 {
  background-color: rgb(132 225 188 / 0.4);
}
.bg-green-300\/5 {
  background-color: rgb(132 225 188 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(132 225 188 / 0.5);
}
.bg-green-300\/60 {
  background-color: rgb(132 225 188 / 0.6);
}
.bg-green-300\/70 {
  background-color: rgb(132 225 188 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(132 225 188 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(132 225 188 / 0.8);
}
.bg-green-300\/90 {
  background-color: rgb(132 225 188 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(132 225 188 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 196 141 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(49 196 141 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(49 196 141 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(49 196 141 / 1);
}
.bg-green-400\/20 {
  background-color: rgb(49 196 141 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(49 196 141 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(49 196 141 / 0.3);
}
.bg-green-400\/40 {
  background-color: rgb(49 196 141 / 0.4);
}
.bg-green-400\/5 {
  background-color: rgb(49 196 141 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(49 196 141 / 0.5);
}
.bg-green-400\/60 {
  background-color: rgb(49 196 141 / 0.6);
}
.bg-green-400\/70 {
  background-color: rgb(49 196 141 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(49 196 141 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(49 196 141 / 0.8);
}
.bg-green-400\/90 {
  background-color: rgb(49 196 141 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(49 196 141 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(14 159 110 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(14 159 110 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(14 159 110 / 1);
}
.bg-green-500\/20 {
  background-color: rgb(14 159 110 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(14 159 110 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(14 159 110 / 0.3);
}
.bg-green-500\/40 {
  background-color: rgb(14 159 110 / 0.4);
}
.bg-green-500\/5 {
  background-color: rgb(14 159 110 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(14 159 110 / 0.5);
}
.bg-green-500\/60 {
  background-color: rgb(14 159 110 / 0.6);
}
.bg-green-500\/70 {
  background-color: rgb(14 159 110 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(14 159 110 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(14 159 110 / 0.8);
}
.bg-green-500\/90 {
  background-color: rgb(14 159 110 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(14 159 110 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(5 122 85 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(5 122 85 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(5 122 85 / 1);
}
.bg-green-600\/20 {
  background-color: rgb(5 122 85 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(5 122 85 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(5 122 85 / 0.3);
}
.bg-green-600\/40 {
  background-color: rgb(5 122 85 / 0.4);
}
.bg-green-600\/5 {
  background-color: rgb(5 122 85 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(5 122 85 / 0.5);
}
.bg-green-600\/60 {
  background-color: rgb(5 122 85 / 0.6);
}
.bg-green-600\/70 {
  background-color: rgb(5 122 85 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(5 122 85 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(5 122 85 / 0.8);
}
.bg-green-600\/90 {
  background-color: rgb(5 122 85 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(5 122 85 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 108 78 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(4 108 78 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(4 108 78 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(4 108 78 / 1);
}
.bg-green-700\/20 {
  background-color: rgb(4 108 78 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(4 108 78 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(4 108 78 / 0.3);
}
.bg-green-700\/40 {
  background-color: rgb(4 108 78 / 0.4);
}
.bg-green-700\/5 {
  background-color: rgb(4 108 78 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(4 108 78 / 0.5);
}
.bg-green-700\/60 {
  background-color: rgb(4 108 78 / 0.6);
}
.bg-green-700\/70 {
  background-color: rgb(4 108 78 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(4 108 78 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(4 108 78 / 0.8);
}
.bg-green-700\/90 {
  background-color: rgb(4 108 78 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(4 108 78 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 63 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(3 84 63 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(3 84 63 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(3 84 63 / 1);
}
.bg-green-800\/20 {
  background-color: rgb(3 84 63 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(3 84 63 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(3 84 63 / 0.3);
}
.bg-green-800\/40 {
  background-color: rgb(3 84 63 / 0.4);
}
.bg-green-800\/5 {
  background-color: rgb(3 84 63 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(3 84 63 / 0.5);
}
.bg-green-800\/60 {
  background-color: rgb(3 84 63 / 0.6);
}
.bg-green-800\/70 {
  background-color: rgb(3 84 63 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(3 84 63 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(3 84 63 / 0.8);
}
.bg-green-800\/90 {
  background-color: rgb(3 84 63 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(3 84 63 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 71 55 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(1 71 55 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(1 71 55 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(1 71 55 / 1);
}
.bg-green-900\/20 {
  background-color: rgb(1 71 55 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(1 71 55 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(1 71 55 / 0.3);
}
.bg-green-900\/40 {
  background-color: rgb(1 71 55 / 0.4);
}
.bg-green-900\/5 {
  background-color: rgb(1 71 55 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(1 71 55 / 0.5);
}
.bg-green-900\/60 {
  background-color: rgb(1 71 55 / 0.6);
}
.bg-green-900\/70 {
  background-color: rgb(1 71 55 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(1 71 55 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(1 71 55 / 0.8);
}
.bg-green-900\/90 {
  background-color: rgb(1 71 55 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(1 71 55 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 90 31 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(253 232 232 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(253 232 232 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(253 232 232 / 1);
}
.bg-red-100\/20 {
  background-color: rgb(253 232 232 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(253 232 232 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(253 232 232 / 0.3);
}
.bg-red-100\/40 {
  background-color: rgb(253 232 232 / 0.4);
}
.bg-red-100\/5 {
  background-color: rgb(253 232 232 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(253 232 232 / 0.5);
}
.bg-red-100\/60 {
  background-color: rgb(253 232 232 / 0.6);
}
.bg-red-100\/70 {
  background-color: rgb(253 232 232 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(253 232 232 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(253 232 232 / 0.8);
}
.bg-red-100\/90 {
  background-color: rgb(253 232 232 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(253 232 232 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(251 213 213 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(251 213 213 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(251 213 213 / 1);
}
.bg-red-200\/20 {
  background-color: rgb(251 213 213 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(251 213 213 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(251 213 213 / 0.3);
}
.bg-red-200\/40 {
  background-color: rgb(251 213 213 / 0.4);
}
.bg-red-200\/5 {
  background-color: rgb(251 213 213 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(251 213 213 / 0.5);
}
.bg-red-200\/60 {
  background-color: rgb(251 213 213 / 0.6);
}
.bg-red-200\/70 {
  background-color: rgb(251 213 213 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(251 213 213 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(251 213 213 / 0.8);
}
.bg-red-200\/90 {
  background-color: rgb(251 213 213 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(251 213 213 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 180 180 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(248 180 180 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(248 180 180 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(248 180 180 / 1);
}
.bg-red-300\/20 {
  background-color: rgb(248 180 180 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(248 180 180 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(248 180 180 / 0.3);
}
.bg-red-300\/40 {
  background-color: rgb(248 180 180 / 0.4);
}
.bg-red-300\/5 {
  background-color: rgb(248 180 180 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(248 180 180 / 0.5);
}
.bg-red-300\/60 {
  background-color: rgb(248 180 180 / 0.6);
}
.bg-red-300\/70 {
  background-color: rgb(248 180 180 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(248 180 180 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(248 180 180 / 0.8);
}
.bg-red-300\/90 {
  background-color: rgb(248 180 180 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(248 180 180 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 128 128 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(249 128 128 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(249 128 128 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(249 128 128 / 1);
}
.bg-red-400\/20 {
  background-color: rgb(249 128 128 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(249 128 128 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(249 128 128 / 0.3);
}
.bg-red-400\/40 {
  background-color: rgb(249 128 128 / 0.4);
}
.bg-red-400\/5 {
  background-color: rgb(249 128 128 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(249 128 128 / 0.5);
}
.bg-red-400\/60 {
  background-color: rgb(249 128 128 / 0.6);
}
.bg-red-400\/70 {
  background-color: rgb(249 128 128 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(249 128 128 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(249 128 128 / 0.8);
}
.bg-red-400\/90 {
  background-color: rgb(249 128 128 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(249 128 128 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(240 82 82 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(240 82 82 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(240 82 82 / 1);
}
.bg-red-500\/20 {
  background-color: rgb(240 82 82 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(240 82 82 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(240 82 82 / 0.3);
}
.bg-red-500\/40 {
  background-color: rgb(240 82 82 / 0.4);
}
.bg-red-500\/5 {
  background-color: rgb(240 82 82 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(240 82 82 / 0.5);
}
.bg-red-500\/60 {
  background-color: rgb(240 82 82 / 0.6);
}
.bg-red-500\/70 {
  background-color: rgb(240 82 82 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(240 82 82 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(240 82 82 / 0.8);
}
.bg-red-500\/90 {
  background-color: rgb(240 82 82 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(240 82 82 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(224 36 36 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(224 36 36 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(224 36 36 / 1);
}
.bg-red-600\/20 {
  background-color: rgb(224 36 36 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(224 36 36 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(224 36 36 / 0.3);
}
.bg-red-600\/40 {
  background-color: rgb(224 36 36 / 0.4);
}
.bg-red-600\/5 {
  background-color: rgb(224 36 36 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(224 36 36 / 0.5);
}
.bg-red-600\/60 {
  background-color: rgb(224 36 36 / 0.6);
}
.bg-red-600\/70 {
  background-color: rgb(224 36 36 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(224 36 36 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(224 36 36 / 0.8);
}
.bg-red-600\/90 {
  background-color: rgb(224 36 36 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(224 36 36 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(200 30 30 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(200 30 30 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(200 30 30 / 1);
}
.bg-red-700\/20 {
  background-color: rgb(200 30 30 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(200 30 30 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(200 30 30 / 0.3);
}
.bg-red-700\/40 {
  background-color: rgb(200 30 30 / 0.4);
}
.bg-red-700\/5 {
  background-color: rgb(200 30 30 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(200 30 30 / 0.5);
}
.bg-red-700\/60 {
  background-color: rgb(200 30 30 / 0.6);
}
.bg-red-700\/70 {
  background-color: rgb(200 30 30 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(200 30 30 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(200 30 30 / 0.8);
}
.bg-red-700\/90 {
  background-color: rgb(200 30 30 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(200 30 30 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(155 28 28 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(155 28 28 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(155 28 28 / 1);
}
.bg-red-800\/20 {
  background-color: rgb(155 28 28 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(155 28 28 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(155 28 28 / 0.3);
}
.bg-red-800\/40 {
  background-color: rgb(155 28 28 / 0.4);
}
.bg-red-800\/5 {
  background-color: rgb(155 28 28 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(155 28 28 / 0.5);
}
.bg-red-800\/60 {
  background-color: rgb(155 28 28 / 0.6);
}
.bg-red-800\/70 {
  background-color: rgb(155 28 28 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(155 28 28 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(155 28 28 / 0.8);
}
.bg-red-800\/90 {
  background-color: rgb(155 28 28 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(155 28 28 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(119 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(119 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(119 29 29 / 1);
}
.bg-red-900\/20 {
  background-color: rgb(119 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(119 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(119 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(119 29 29 / 0.4);
}
.bg-red-900\/5 {
  background-color: rgb(119 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(119 29 29 / 0.5);
}
.bg-red-900\/60 {
  background-color: rgb(119 29 29 / 0.6);
}
.bg-red-900\/70 {
  background-color: rgb(119 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(119 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(119 29 29 / 0.8);
}
.bg-red-900\/90 {
  background-color: rgb(119 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(119 29 29 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-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-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(225 239 254 / var(--tw-text-opacity));
}
.text-blue-100\/0 {
  color: rgb(225 239 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(225 239 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(225 239 254 / 1);
}
.text-blue-100\/20 {
  color: rgb(225 239 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(225 239 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(225 239 254 / 0.3);
}
.text-blue-100\/40 {
  color: rgb(225 239 254 / 0.4);
}
.text-blue-100\/5 {
  color: rgb(225 239 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(225 239 254 / 0.5);
}
.text-blue-100\/60 {
  color: rgb(225 239 254 / 0.6);
}
.text-blue-100\/70 {
  color: rgb(225 239 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(225 239 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(225 239 254 / 0.8);
}
.text-blue-100\/90 {
  color: rgb(225 239 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(225 239 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(195 221 253 / var(--tw-text-opacity));
}
.text-blue-200\/0 {
  color: rgb(195 221 253 / 0);
}
.text-blue-200\/10 {
  color: rgb(195 221 253 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(195 221 253 / 1);
}
.text-blue-200\/20 {
  color: rgb(195 221 253 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(195 221 253 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(195 221 253 / 0.3);
}
.text-blue-200\/40 {
  color: rgb(195 221 253 / 0.4);
}
.text-blue-200\/5 {
  color: rgb(195 221 253 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(195 221 253 / 0.5);
}
.text-blue-200\/60 {
  color: rgb(195 221 253 / 0.6);
}
.text-blue-200\/70 {
  color: rgb(195 221 253 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(195 221 253 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(195 221 253 / 0.8);
}
.text-blue-200\/90 {
  color: rgb(195 221 253 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(195 221 253 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(164 202 254 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(164 202 254 / 0);
}
.text-blue-300\/10 {
  color: rgb(164 202 254 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(164 202 254 / 1);
}
.text-blue-300\/20 {
  color: rgb(164 202 254 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(164 202 254 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(164 202 254 / 0.3);
}
.text-blue-300\/40 {
  color: rgb(164 202 254 / 0.4);
}
.text-blue-300\/5 {
  color: rgb(164 202 254 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(164 202 254 / 0.5);
}
.text-blue-300\/60 {
  color: rgb(164 202 254 / 0.6);
}
.text-blue-300\/70 {
  color: rgb(164 202 254 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(164 202 254 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(164 202 254 / 0.8);
}
.text-blue-300\/90 {
  color: rgb(164 202 254 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(164 202 254 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(118 169 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(118 169 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(118 169 250 / 1);
}
.text-blue-400\/20 {
  color: rgb(118 169 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(118 169 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(118 169 250 / 0.3);
}
.text-blue-400\/40 {
  color: rgb(118 169 250 / 0.4);
}
.text-blue-400\/5 {
  color: rgb(118 169 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(118 169 250 / 0.5);
}
.text-blue-400\/60 {
  color: rgb(118 169 250 / 0.6);
}
.text-blue-400\/70 {
  color: rgb(118 169 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(118 169 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(118 169 250 / 0.8);
}
.text-blue-400\/90 {
  color: rgb(118 169 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(118 169 250 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.text-blue-500\/0 {
  color: rgb(63 131 248 / 0);
}
.text-blue-500\/10 {
  color: rgb(63 131 248 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(63 131 248 / 1);
}
.text-blue-500\/20 {
  color: rgb(63 131 248 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(63 131 248 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(63 131 248 / 0.3);
}
.text-blue-500\/40 {
  color: rgb(63 131 248 / 0.4);
}
.text-blue-500\/5 {
  color: rgb(63 131 248 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(63 131 248 / 0.5);
}
.text-blue-500\/60 {
  color: rgb(63 131 248 / 0.6);
}
.text-blue-500\/70 {
  color: rgb(63 131 248 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(63 131 248 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(63 131 248 / 0.8);
}
.text-blue-500\/90 {
  color: rgb(63 131 248 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(63 131 248 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-blue-600\/0 {
  color: rgb(28 100 242 / 0);
}
.text-blue-600\/10 {
  color: rgb(28 100 242 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(28 100 242 / 1);
}
.text-blue-600\/20 {
  color: rgb(28 100 242 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(28 100 242 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(28 100 242 / 0.3);
}
.text-blue-600\/40 {
  color: rgb(28 100 242 / 0.4);
}
.text-blue-600\/5 {
  color: rgb(28 100 242 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(28 100 242 / 0.5);
}
.text-blue-600\/60 {
  color: rgb(28 100 242 / 0.6);
}
.text-blue-600\/70 {
  color: rgb(28 100 242 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(28 100 242 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(28 100 242 / 0.8);
}
.text-blue-600\/90 {
  color: rgb(28 100 242 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(28 100 242 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}
.text-blue-700\/0 {
  color: rgb(26 86 219 / 0);
}
.text-blue-700\/10 {
  color: rgb(26 86 219 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(26 86 219 / 1);
}
.text-blue-700\/20 {
  color: rgb(26 86 219 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(26 86 219 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(26 86 219 / 0.3);
}
.text-blue-700\/40 {
  color: rgb(26 86 219 / 0.4);
}
.text-blue-700\/5 {
  color: rgb(26 86 219 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(26 86 219 / 0.5);
}
.text-blue-700\/60 {
  color: rgb(26 86 219 / 0.6);
}
.text-blue-700\/70 {
  color: rgb(26 86 219 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(26 86 219 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(26 86 219 / 0.8);
}
.text-blue-700\/90 {
  color: rgb(26 86 219 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(26 86 219 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 66 159 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 66 159 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 66 159 / 1);
}
.text-blue-800\/20 {
  color: rgb(30 66 159 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 66 159 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 66 159 / 0.3);
}
.text-blue-800\/40 {
  color: rgb(30 66 159 / 0.4);
}
.text-blue-800\/5 {
  color: rgb(30 66 159 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 66 159 / 0.5);
}
.text-blue-800\/60 {
  color: rgb(30 66 159 / 0.6);
}
.text-blue-800\/70 {
  color: rgb(30 66 159 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 66 159 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 66 159 / 0.8);
}
.text-blue-800\/90 {
  color: rgb(30 66 159 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 66 159 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(35 56 118 / var(--tw-text-opacity));
}
.text-blue-900\/0 {
  color: rgb(35 56 118 / 0);
}
.text-blue-900\/10 {
  color: rgb(35 56 118 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(35 56 118 / 1);
}
.text-blue-900\/20 {
  color: rgb(35 56 118 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(35 56 118 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(35 56 118 / 0.3);
}
.text-blue-900\/40 {
  color: rgb(35 56 118 / 0.4);
}
.text-blue-900\/5 {
  color: rgb(35 56 118 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(35 56 118 / 0.5);
}
.text-blue-900\/60 {
  color: rgb(35 56 118 / 0.6);
}
.text-blue-900\/70 {
  color: rgb(35 56 118 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(35 56 118 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(35 56 118 / 0.8);
}
.text-blue-900\/90 {
  color: rgb(35 56 118 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(35 56 118 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(222 247 236 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(222 247 236 / 0);
}
.text-green-100\/10 {
  color: rgb(222 247 236 / 0.1);
}
.text-green-100\/100 {
  color: rgb(222 247 236 / 1);
}
.text-green-100\/20 {
  color: rgb(222 247 236 / 0.2);
}
.text-green-100\/25 {
  color: rgb(222 247 236 / 0.25);
}
.text-green-100\/30 {
  color: rgb(222 247 236 / 0.3);
}
.text-green-100\/40 {
  color: rgb(222 247 236 / 0.4);
}
.text-green-100\/5 {
  color: rgb(222 247 236 / 0.05);
}
.text-green-100\/50 {
  color: rgb(222 247 236 / 0.5);
}
.text-green-100\/60 {
  color: rgb(222 247 236 / 0.6);
}
.text-green-100\/70 {
  color: rgb(222 247 236 / 0.7);
}
.text-green-100\/75 {
  color: rgb(222 247 236 / 0.75);
}
.text-green-100\/80 {
  color: rgb(222 247 236 / 0.8);
}
.text-green-100\/90 {
  color: rgb(222 247 236 / 0.9);
}
.text-green-100\/95 {
  color: rgb(222 247 236 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(188 240 218 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(188 240 218 / 0);
}
.text-green-200\/10 {
  color: rgb(188 240 218 / 0.1);
}
.text-green-200\/100 {
  color: rgb(188 240 218 / 1);
}
.text-green-200\/20 {
  color: rgb(188 240 218 / 0.2);
}
.text-green-200\/25 {
  color: rgb(188 240 218 / 0.25);
}
.text-green-200\/30 {
  color: rgb(188 240 218 / 0.3);
}
.text-green-200\/40 {
  color: rgb(188 240 218 / 0.4);
}
.text-green-200\/5 {
  color: rgb(188 240 218 / 0.05);
}
.text-green-200\/50 {
  color: rgb(188 240 218 / 0.5);
}
.text-green-200\/60 {
  color: rgb(188 240 218 / 0.6);
}
.text-green-200\/70 {
  color: rgb(188 240 218 / 0.7);
}
.text-green-200\/75 {
  color: rgb(188 240 218 / 0.75);
}
.text-green-200\/80 {
  color: rgb(188 240 218 / 0.8);
}
.text-green-200\/90 {
  color: rgb(188 240 218 / 0.9);
}
.text-green-200\/95 {
  color: rgb(188 240 218 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(132 225 188 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(132 225 188 / 0);
}
.text-green-300\/10 {
  color: rgb(132 225 188 / 0.1);
}
.text-green-300\/100 {
  color: rgb(132 225 188 / 1);
}
.text-green-300\/20 {
  color: rgb(132 225 188 / 0.2);
}
.text-green-300\/25 {
  color: rgb(132 225 188 / 0.25);
}
.text-green-300\/30 {
  color: rgb(132 225 188 / 0.3);
}
.text-green-300\/40 {
  color: rgb(132 225 188 / 0.4);
}
.text-green-300\/5 {
  color: rgb(132 225 188 / 0.05);
}
.text-green-300\/50 {
  color: rgb(132 225 188 / 0.5);
}
.text-green-300\/60 {
  color: rgb(132 225 188 / 0.6);
}
.text-green-300\/70 {
  color: rgb(132 225 188 / 0.7);
}
.text-green-300\/75 {
  color: rgb(132 225 188 / 0.75);
}
.text-green-300\/80 {
  color: rgb(132 225 188 / 0.8);
}
.text-green-300\/90 {
  color: rgb(132 225 188 / 0.9);
}
.text-green-300\/95 {
  color: rgb(132 225 188 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(49 196 141 / 0);
}
.text-green-400\/10 {
  color: rgb(49 196 141 / 0.1);
}
.text-green-400\/100 {
  color: rgb(49 196 141 / 1);
}
.text-green-400\/20 {
  color: rgb(49 196 141 / 0.2);
}
.text-green-400\/25 {
  color: rgb(49 196 141 / 0.25);
}
.text-green-400\/30 {
  color: rgb(49 196 141 / 0.3);
}
.text-green-400\/40 {
  color: rgb(49 196 141 / 0.4);
}
.text-green-400\/5 {
  color: rgb(49 196 141 / 0.05);
}
.text-green-400\/50 {
  color: rgb(49 196 141 / 0.5);
}
.text-green-400\/60 {
  color: rgb(49 196 141 / 0.6);
}
.text-green-400\/70 {
  color: rgb(49 196 141 / 0.7);
}
.text-green-400\/75 {
  color: rgb(49 196 141 / 0.75);
}
.text-green-400\/80 {
  color: rgb(49 196 141 / 0.8);
}
.text-green-400\/90 {
  color: rgb(49 196 141 / 0.9);
}
.text-green-400\/95 {
  color: rgb(49 196 141 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(14 159 110 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(14 159 110 / 0);
}
.text-green-500\/10 {
  color: rgb(14 159 110 / 0.1);
}
.text-green-500\/100 {
  color: rgb(14 159 110 / 1);
}
.text-green-500\/20 {
  color: rgb(14 159 110 / 0.2);
}
.text-green-500\/25 {
  color: rgb(14 159 110 / 0.25);
}
.text-green-500\/30 {
  color: rgb(14 159 110 / 0.3);
}
.text-green-500\/40 {
  color: rgb(14 159 110 / 0.4);
}
.text-green-500\/5 {
  color: rgb(14 159 110 / 0.05);
}
.text-green-500\/50 {
  color: rgb(14 159 110 / 0.5);
}
.text-green-500\/60 {
  color: rgb(14 159 110 / 0.6);
}
.text-green-500\/70 {
  color: rgb(14 159 110 / 0.7);
}
.text-green-500\/75 {
  color: rgb(14 159 110 / 0.75);
}
.text-green-500\/80 {
  color: rgb(14 159 110 / 0.8);
}
.text-green-500\/90 {
  color: rgb(14 159 110 / 0.9);
}
.text-green-500\/95 {
  color: rgb(14 159 110 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(5 122 85 / 0);
}
.text-green-600\/10 {
  color: rgb(5 122 85 / 0.1);
}
.text-green-600\/100 {
  color: rgb(5 122 85 / 1);
}
.text-green-600\/20 {
  color: rgb(5 122 85 / 0.2);
}
.text-green-600\/25 {
  color: rgb(5 122 85 / 0.25);
}
.text-green-600\/30 {
  color: rgb(5 122 85 / 0.3);
}
.text-green-600\/40 {
  color: rgb(5 122 85 / 0.4);
}
.text-green-600\/5 {
  color: rgb(5 122 85 / 0.05);
}
.text-green-600\/50 {
  color: rgb(5 122 85 / 0.5);
}
.text-green-600\/60 {
  color: rgb(5 122 85 / 0.6);
}
.text-green-600\/70 {
  color: rgb(5 122 85 / 0.7);
}
.text-green-600\/75 {
  color: rgb(5 122 85 / 0.75);
}
.text-green-600\/80 {
  color: rgb(5 122 85 / 0.8);
}
.text-green-600\/90 {
  color: rgb(5 122 85 / 0.9);
}
.text-green-600\/95 {
  color: rgb(5 122 85 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 108 78 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(4 108 78 / 0);
}
.text-green-700\/10 {
  color: rgb(4 108 78 / 0.1);
}
.text-green-700\/100 {
  color: rgb(4 108 78 / 1);
}
.text-green-700\/20 {
  color: rgb(4 108 78 / 0.2);
}
.text-green-700\/25 {
  color: rgb(4 108 78 / 0.25);
}
.text-green-700\/30 {
  color: rgb(4 108 78 / 0.3);
}
.text-green-700\/40 {
  color: rgb(4 108 78 / 0.4);
}
.text-green-700\/5 {
  color: rgb(4 108 78 / 0.05);
}
.text-green-700\/50 {
  color: rgb(4 108 78 / 0.5);
}
.text-green-700\/60 {
  color: rgb(4 108 78 / 0.6);
}
.text-green-700\/70 {
  color: rgb(4 108 78 / 0.7);
}
.text-green-700\/75 {
  color: rgb(4 108 78 / 0.75);
}
.text-green-700\/80 {
  color: rgb(4 108 78 / 0.8);
}
.text-green-700\/90 {
  color: rgb(4 108 78 / 0.9);
}
.text-green-700\/95 {
  color: rgb(4 108 78 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(3 84 63 / 0);
}
.text-green-800\/10 {
  color: rgb(3 84 63 / 0.1);
}
.text-green-800\/100 {
  color: rgb(3 84 63 / 1);
}
.text-green-800\/20 {
  color: rgb(3 84 63 / 0.2);
}
.text-green-800\/25 {
  color: rgb(3 84 63 / 0.25);
}
.text-green-800\/30 {
  color: rgb(3 84 63 / 0.3);
}
.text-green-800\/40 {
  color: rgb(3 84 63 / 0.4);
}
.text-green-800\/5 {
  color: rgb(3 84 63 / 0.05);
}
.text-green-800\/50 {
  color: rgb(3 84 63 / 0.5);
}
.text-green-800\/60 {
  color: rgb(3 84 63 / 0.6);
}
.text-green-800\/70 {
  color: rgb(3 84 63 / 0.7);
}
.text-green-800\/75 {
  color: rgb(3 84 63 / 0.75);
}
.text-green-800\/80 {
  color: rgb(3 84 63 / 0.8);
}
.text-green-800\/90 {
  color: rgb(3 84 63 / 0.9);
}
.text-green-800\/95 {
  color: rgb(3 84 63 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(1 71 55 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(1 71 55 / 0);
}
.text-green-900\/10 {
  color: rgb(1 71 55 / 0.1);
}
.text-green-900\/100 {
  color: rgb(1 71 55 / 1);
}
.text-green-900\/20 {
  color: rgb(1 71 55 / 0.2);
}
.text-green-900\/25 {
  color: rgb(1 71 55 / 0.25);
}
.text-green-900\/30 {
  color: rgb(1 71 55 / 0.3);
}
.text-green-900\/40 {
  color: rgb(1 71 55 / 0.4);
}
.text-green-900\/5 {
  color: rgb(1 71 55 / 0.05);
}
.text-green-900\/50 {
  color: rgb(1 71 55 / 0.5);
}
.text-green-900\/60 {
  color: rgb(1 71 55 / 0.6);
}
.text-green-900\/70 {
  color: rgb(1 71 55 / 0.7);
}
.text-green-900\/75 {
  color: rgb(1 71 55 / 0.75);
}
.text-green-900\/80 {
  color: rgb(1 71 55 / 0.8);
}
.text-green-900\/90 {
  color: rgb(1 71 55 / 0.9);
}
.text-green-900\/95 {
  color: rgb(1 71 55 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(104 117 245 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(81 69 205 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(255 90 31 / var(--tw-text-opacity));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(253 232 232 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(253 232 232 / 0);
}
.text-red-100\/10 {
  color: rgb(253 232 232 / 0.1);
}
.text-red-100\/100 {
  color: rgb(253 232 232 / 1);
}
.text-red-100\/20 {
  color: rgb(253 232 232 / 0.2);
}
.text-red-100\/25 {
  color: rgb(253 232 232 / 0.25);
}
.text-red-100\/30 {
  color: rgb(253 232 232 / 0.3);
}
.text-red-100\/40 {
  color: rgb(253 232 232 / 0.4);
}
.text-red-100\/5 {
  color: rgb(253 232 232 / 0.05);
}
.text-red-100\/50 {
  color: rgb(253 232 232 / 0.5);
}
.text-red-100\/60 {
  color: rgb(253 232 232 / 0.6);
}
.text-red-100\/70 {
  color: rgb(253 232 232 / 0.7);
}
.text-red-100\/75 {
  color: rgb(253 232 232 / 0.75);
}
.text-red-100\/80 {
  color: rgb(253 232 232 / 0.8);
}
.text-red-100\/90 {
  color: rgb(253 232 232 / 0.9);
}
.text-red-100\/95 {
  color: rgb(253 232 232 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(251 213 213 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(251 213 213 / 0);
}
.text-red-200\/10 {
  color: rgb(251 213 213 / 0.1);
}
.text-red-200\/100 {
  color: rgb(251 213 213 / 1);
}
.text-red-200\/20 {
  color: rgb(251 213 213 / 0.2);
}
.text-red-200\/25 {
  color: rgb(251 213 213 / 0.25);
}
.text-red-200\/30 {
  color: rgb(251 213 213 / 0.3);
}
.text-red-200\/40 {
  color: rgb(251 213 213 / 0.4);
}
.text-red-200\/5 {
  color: rgb(251 213 213 / 0.05);
}
.text-red-200\/50 {
  color: rgb(251 213 213 / 0.5);
}
.text-red-200\/60 {
  color: rgb(251 213 213 / 0.6);
}
.text-red-200\/70 {
  color: rgb(251 213 213 / 0.7);
}
.text-red-200\/75 {
  color: rgb(251 213 213 / 0.75);
}
.text-red-200\/80 {
  color: rgb(251 213 213 / 0.8);
}
.text-red-200\/90 {
  color: rgb(251 213 213 / 0.9);
}
.text-red-200\/95 {
  color: rgb(251 213 213 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(248 180 180 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(248 180 180 / 0);
}
.text-red-300\/10 {
  color: rgb(248 180 180 / 0.1);
}
.text-red-300\/100 {
  color: rgb(248 180 180 / 1);
}
.text-red-300\/20 {
  color: rgb(248 180 180 / 0.2);
}
.text-red-300\/25 {
  color: rgb(248 180 180 / 0.25);
}
.text-red-300\/30 {
  color: rgb(248 180 180 / 0.3);
}
.text-red-300\/40 {
  color: rgb(248 180 180 / 0.4);
}
.text-red-300\/5 {
  color: rgb(248 180 180 / 0.05);
}
.text-red-300\/50 {
  color: rgb(248 180 180 / 0.5);
}
.text-red-300\/60 {
  color: rgb(248 180 180 / 0.6);
}
.text-red-300\/70 {
  color: rgb(248 180 180 / 0.7);
}
.text-red-300\/75 {
  color: rgb(248 180 180 / 0.75);
}
.text-red-300\/80 {
  color: rgb(248 180 180 / 0.8);
}
.text-red-300\/90 {
  color: rgb(248 180 180 / 0.9);
}
.text-red-300\/95 {
  color: rgb(248 180 180 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(249 128 128 / 0);
}
.text-red-400\/10 {
  color: rgb(249 128 128 / 0.1);
}
.text-red-400\/100 {
  color: rgb(249 128 128 / 1);
}
.text-red-400\/20 {
  color: rgb(249 128 128 / 0.2);
}
.text-red-400\/25 {
  color: rgb(249 128 128 / 0.25);
}
.text-red-400\/30 {
  color: rgb(249 128 128 / 0.3);
}
.text-red-400\/40 {
  color: rgb(249 128 128 / 0.4);
}
.text-red-400\/5 {
  color: rgb(249 128 128 / 0.05);
}
.text-red-400\/50 {
  color: rgb(249 128 128 / 0.5);
}
.text-red-400\/60 {
  color: rgb(249 128 128 / 0.6);
}
.text-red-400\/70 {
  color: rgb(249 128 128 / 0.7);
}
.text-red-400\/75 {
  color: rgb(249 128 128 / 0.75);
}
.text-red-400\/80 {
  color: rgb(249 128 128 / 0.8);
}
.text-red-400\/90 {
  color: rgb(249 128 128 / 0.9);
}
.text-red-400\/95 {
  color: rgb(249 128 128 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(240 82 82 / 0);
}
.text-red-500\/10 {
  color: rgb(240 82 82 / 0.1);
}
.text-red-500\/100 {
  color: rgb(240 82 82 / 1);
}
.text-red-500\/20 {
  color: rgb(240 82 82 / 0.2);
}
.text-red-500\/25 {
  color: rgb(240 82 82 / 0.25);
}
.text-red-500\/30 {
  color: rgb(240 82 82 / 0.3);
}
.text-red-500\/40 {
  color: rgb(240 82 82 / 0.4);
}
.text-red-500\/5 {
  color: rgb(240 82 82 / 0.05);
}
.text-red-500\/50 {
  color: rgb(240 82 82 / 0.5);
}
.text-red-500\/60 {
  color: rgb(240 82 82 / 0.6);
}
.text-red-500\/70 {
  color: rgb(240 82 82 / 0.7);
}
.text-red-500\/75 {
  color: rgb(240 82 82 / 0.75);
}
.text-red-500\/80 {
  color: rgb(240 82 82 / 0.8);
}
.text-red-500\/90 {
  color: rgb(240 82 82 / 0.9);
}
.text-red-500\/95 {
  color: rgb(240 82 82 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(224 36 36 / 0);
}
.text-red-600\/10 {
  color: rgb(224 36 36 / 0.1);
}
.text-red-600\/100 {
  color: rgb(224 36 36 / 1);
}
.text-red-600\/20 {
  color: rgb(224 36 36 / 0.2);
}
.text-red-600\/25 {
  color: rgb(224 36 36 / 0.25);
}
.text-red-600\/30 {
  color: rgb(224 36 36 / 0.3);
}
.text-red-600\/40 {
  color: rgb(224 36 36 / 0.4);
}
.text-red-600\/5 {
  color: rgb(224 36 36 / 0.05);
}
.text-red-600\/50 {
  color: rgb(224 36 36 / 0.5);
}
.text-red-600\/60 {
  color: rgb(224 36 36 / 0.6);
}
.text-red-600\/70 {
  color: rgb(224 36 36 / 0.7);
}
.text-red-600\/75 {
  color: rgb(224 36 36 / 0.75);
}
.text-red-600\/80 {
  color: rgb(224 36 36 / 0.8);
}
.text-red-600\/90 {
  color: rgb(224 36 36 / 0.9);
}
.text-red-600\/95 {
  color: rgb(224 36 36 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(200 30 30 / 0);
}
.text-red-700\/10 {
  color: rgb(200 30 30 / 0.1);
}
.text-red-700\/100 {
  color: rgb(200 30 30 / 1);
}
.text-red-700\/20 {
  color: rgb(200 30 30 / 0.2);
}
.text-red-700\/25 {
  color: rgb(200 30 30 / 0.25);
}
.text-red-700\/30 {
  color: rgb(200 30 30 / 0.3);
}
.text-red-700\/40 {
  color: rgb(200 30 30 / 0.4);
}
.text-red-700\/5 {
  color: rgb(200 30 30 / 0.05);
}
.text-red-700\/50 {
  color: rgb(200 30 30 / 0.5);
}
.text-red-700\/60 {
  color: rgb(200 30 30 / 0.6);
}
.text-red-700\/70 {
  color: rgb(200 30 30 / 0.7);
}
.text-red-700\/75 {
  color: rgb(200 30 30 / 0.75);
}
.text-red-700\/80 {
  color: rgb(200 30 30 / 0.8);
}
.text-red-700\/90 {
  color: rgb(200 30 30 / 0.9);
}
.text-red-700\/95 {
  color: rgb(200 30 30 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(155 28 28 / 0);
}
.text-red-800\/10 {
  color: rgb(155 28 28 / 0.1);
}
.text-red-800\/100 {
  color: rgb(155 28 28 / 1);
}
.text-red-800\/20 {
  color: rgb(155 28 28 / 0.2);
}
.text-red-800\/25 {
  color: rgb(155 28 28 / 0.25);
}
.text-red-800\/30 {
  color: rgb(155 28 28 / 0.3);
}
.text-red-800\/40 {
  color: rgb(155 28 28 / 0.4);
}
.text-red-800\/5 {
  color: rgb(155 28 28 / 0.05);
}
.text-red-800\/50 {
  color: rgb(155 28 28 / 0.5);
}
.text-red-800\/60 {
  color: rgb(155 28 28 / 0.6);
}
.text-red-800\/70 {
  color: rgb(155 28 28 / 0.7);
}
.text-red-800\/75 {
  color: rgb(155 28 28 / 0.75);
}
.text-red-800\/80 {
  color: rgb(155 28 28 / 0.8);
}
.text-red-800\/90 {
  color: rgb(155 28 28 / 0.9);
}
.text-red-800\/95 {
  color: rgb(155 28 28 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(119 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(119 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(119 29 29 / 1);
}
.text-red-900\/20 {
  color: rgb(119 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(119 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(119 29 29 / 0.3);
}
.text-red-900\/40 {
  color: rgb(119 29 29 / 0.4);
}
.text-red-900\/5 {
  color: rgb(119 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(119 29 29 / 0.5);
}
.text-red-900\/60 {
  color: rgb(119 29 29 / 0.6);
}
.text-red-900\/70 {
  color: rgb(119 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(119 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(119 29 29 / 0.8);
}
.text-red-900\/90 {
  color: rgb(119 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(119 29 29 / 0.95);
}
.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-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.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-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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-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-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#table_pagination nav > div.hidden > div:nth-child(2) > span span.relative.text-gray-500 {
    background-color: #6777ef !important;
    color: white;
}

#table_pagination nav > div.hidden > div:nth-child(2) > span button.relative,
#table_pagination nav > div.hidden > div:nth-child(2) > span span.relative {
    padding: 8px 12px !important;
}

#form-create > div > div.mt-5,
.section-body > div > div.max-w-7xl div.md\:grid div.mt-5 {
    margin-top: 0 !important;
}

textarea.form-control {
    height: 64px !important;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 0 25px;
    height: 35px;
    vertical-align: middle; 
}

#form-create > div > div.mt-5,
.section-body > div > div.max-w-7xl div.md\:grid div.mt-5 {
    margin-top: 0 !important;
}

textarea.form-control {
    height: 64px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
}

.card .card-header {
    min-height: 20px;
}

/* Post-It */
.post-it{
    text-decoration: none;
    color: #000;
    background: #fff59d;
    display: block;
    padding: 0.4em;
}

.post-it.form-control[readonly] {
    text-decoration: none;
    color: #000;
    background: #fff59d;
    display: block;
    padding: 0.4em;
}

.h-128 {
    height: 50rem;
} 

.text-schedule-color-white {
    color: #FFFFFF;
}

.text-schedule-color-1 {
    color: #00c853;
}

.text-schedule-color-2 {
    color:#d50000;
} 

.text-schedule-color-3 {
    color: #ffab00;
} 

.text-schedule-color-4 {
    color: #c51162;
    color: #00b8d4;
} 

.text-schedule-color-5 {
    color: #ffd600;
} 

.text-schedule-color-6 {
    color: #afb42b;
} 

.text-schedule-color-7 {
    color: #5d4037;
} 

.text-schedule-color-8 {
    color: #f06292;
} 

.text-schedule-color-9 {
    color: #616161;
} 

.text-schedule-color-10 {
    color: #e65100;
} 

.text-schedule-color-11 {
    color: #8b6b61;
} 

.text-schedule-color-12 {
    color: #aee571;
} 

.text-schedule-color-13 {
    color: #67daff;
} 

.text-schedule-color-14 {
    color: #b085f5;
} 

.text-schedule-color-15 {
    color: #827717;
} 

.marker {
    position: "absolute";
    top: 0;
    left: 0;
}

.td-class {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.td-class:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.td-class:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

@media (min-width: 640px) {

  .td-class {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .td-class:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .td-class:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
} 

.td-class-saved {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
} 

.td-class-saved:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
} 

.td-class-saved:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
} 

@media (min-width: 640px) {

  .td-class-saved {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .td-class-saved:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .td-class-saved:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

.td-class-deposit {
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.td-class-deposit:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.td-class-deposit:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

@media (min-width: 640px) {

  .td-class-deposit {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .td-class-deposit:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .td-class-deposit:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
} 
  
.tr-class {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
} 
  
@media (min-width: 640px) {

  .tr-class {
    display: table-row;
  }
}

.th-class {
  display: none;
}

#table_pagination nav > div.th-class > div:nth-child(2) > span span.relative.text-gray-500 {
    background-color: #6777ef;
    color: white;
}

#table_pagination nav > div.th-class > div:nth-child(2) > span button.relative,
#table_pagination nav > div.th-class > div:nth-child(2) > span span.relative {
    padding: 8px 12px;
}

@media (min-width: 640px) {

  .th-class {
    display: table-row;
  }
}
  
.suspended-text {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
  
#table_pagination nav > div.hidden > div:nth-child(2) > span span.relative.suspended-text {
    background-color: #6777ef;
    color: white;
}

.btn-trash {
  margin-left: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-trash:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}

.btn-trash:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-add {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-add:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}

.btn-add:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.toast-danger {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  max-width: 20rem;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#table_pagination nav > div.hidden > div:nth-child(2) > span span.relative.toast-danger {
    background-color: #6777ef;
    color: white;
}

.dark .toast-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
  

@media (max-width: 576px) {
    .select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
        min-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 35%;
    }
}
  

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
  

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}
  

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
  

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
  

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
  

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
  

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}
  

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}
  

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 56 1 / var(--tw-bg-opacity));
}
  

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}
  

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
  

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 30 30 / var(--tw-bg-opacity));
}
  

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
  

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
  

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
  

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
  

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
  

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
  

.hover\:no-underline:hover {
  text-decoration-line: none;
}
  

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 254 / var(--tw-border-opacity));
}
  

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}
  

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
  

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
  

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
  

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(81 69 205 / var(--tw-border-opacity));
}
  

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(200 30 30 / var(--tw-border-opacity));
}
  

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
  

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
  

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 237 255 / var(--tw-bg-opacity));
}
  

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
  

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
  

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(66 56 157 / var(--tw-text-opacity));
}
  

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
  

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
  

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}
  

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
  

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
  

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
  

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
  

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(119 29 29 / var(--tw-bg-opacity));
}
  

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
  

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
  

.dark .dark\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
  

.dark .dark\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
  

.dark .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
  

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

.dark .dark\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
  

.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 52 3 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 28 / var(--tw-bg-opacity));
}
  

.dark .dark\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
  

.dark .dark\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
  

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
  

.dark .dark\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(252 217 189 / var(--tw-text-opacity));
}
  

.dark .dark\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(251 213 213 / var(--tw-text-opacity));
}
  

.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  

.dark .dark\:hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
  

.dark .dark\:hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
  

.dark .dark\:hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
  

.dark .dark\:hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
  

.dark .dark\:hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
  

.dark .dark\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  

.dark .dark\:focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
}
  

@media (min-width: 640px) {

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-full {
    width: 100%;
  }

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

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

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

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

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }
}
  

@media (min-width: 768px) {

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

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

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

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

  .md\:grid {
    display: grid;
  }

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

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

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

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

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
  

@media (min-width: 1024px) {

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

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

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

@media (min-width: 1280px) {

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

