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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

input {
  --tw-text-opacity: 1;
  color: rgb(98 105 115 / var(--tw-text-opacity, 1));
}

.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;
  }
}

/* Input border when validation fails */

.input-validation-error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.input-validation-error:focus {
  border-color: #ef4444 !important;
  /* red-500 */
  outline: none;
  box-shadow: 0 0 0 0.5px rgba(239, 68, 68, 0.5) !important;
  /* similar to ring */
}

.field-validation-error {
  margin-top: -0.5rem;
  margin-left: 0.25rem;
  display: block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.field-validation-error span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Hide valid messages if needed */

.field-validation-valid {
  display: none !important;
}

.btn-primary {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(163 161 244 / 0.2);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.btn-secondary {
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-secondary:hover {
  background-color: rgb(79 70 229 / 0.9);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-right-10 {
  right: -2.5rem;
}

.-right-5 {
  right: -1.25rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-40 {
  left: 10rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[9px\] {
  right: 9px;
}

.top-0 {
  top: 0px;
}

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

.top-16 {
  top: 4rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[7px\] {
  top: 7px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-6 {
  margin: 1.5rem;
}

.m-auto {
  margin: auto;
}

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

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

.-mt-44 {
  margin-top: -11rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.mb-\[0\.69px\] {
  margin-bottom: 0.69px;
}

.mb-\[1\.49px\] {
  margin-bottom: 1.49px;
}

.mb-\[1px\] {
  margin-bottom: 1px;
}

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-24 {
  margin-right: 6rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[750px\] {
  margin-top: 750px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

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

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

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

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[8\.33px\] {
  height: 8.33px;
}

.h-\[94\%\] {
  height: 94%;
}

.h-\[full\] {
  height: full;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-full {
  max-height: 100%;
}

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

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

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

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[123px\] {
  width: 123px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[172px\] {
  width: 172px;
}

.w-\[182px\] {
  width: 182px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[298px\] {
  width: 298px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[370px\] {
  width: 370px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[40\%\] {
  width: 40%;
}

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

.w-\[40px\] {
  width: 40px;
}

.w-\[42px\] {
  width: 42px;
}

.w-\[450px\] {
  width: 450px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[474px\] {
  width: 474px;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[76\%\] {
  width: 76%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[85px\] {
  width: 85px;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[93\%\] {
  width: 93%;
}

.w-\[94\%\] {
  width: 94%;
}

.w-\[95px\] {
  width: 95px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[12rem\] {
  min-width: 12rem;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[190px\] {
  min-width: 190px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[320px\] {
  min-width: 320px;
}

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

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[16rem\] {
  max-width: 16rem;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[233px\] {
  max-width: 233px;
}

.max-w-\[40vw\] {
  max-width: 40vw;
}

.max-w-full {
  max-width: 100%;
}

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

.max-w-none {
  max-width: none;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0\.8\] {
  flex: 0.8;
}

.flex-\[2\] {
  flex: 2;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.table-auto {
  table-layout: auto;
}

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

.-translate-x-4 {
  --tw-translate-x: -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-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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-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));
}

.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));
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-\[0\.69px\] {
  list-style-type: 0.69px;
}

.list-\[1px\] {
  list-style-type: 1px;
}

.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-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[120px_repeat\(5\2c 90px\)\] {
  grid-template-columns: 120px repeat(5,90px);
}

.grid-cols-\[150px_repeat\(5\2c 90px\)\] {
  grid-template-columns: 150px repeat(5,90px);
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-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-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

.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;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl-\[32px\] {
  border-top-left-radius: 32px;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[0\.5px\] {
  border-width: 0.5px;
}

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

.border-y-\[0\.5px\] {
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
}

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

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

.border-b-\[0\.26px\] {
  border-bottom-width: 0.26px;
}

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#4F46E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-\[\#5B45FA\] {
  --tw-border-opacity: 1;
  border-color: rgb(91 69 250 / var(--tw-border-opacity, 1));
}

.border-\[\#C5C1FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 193 255 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#DFE3E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 227 232 / var(--tw-border-opacity, 1));
}

.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.border-\[\#F59E0B\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-\[\#F5F5FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 255 / var(--tw-border-opacity, 1));
}

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

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-custom-blue {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.border-custom-blue\/0 {
  border-color: rgb(14 165 233 / 0);
}

.border-custom-blue\/10 {
  border-color: rgb(14 165 233 / 0.1);
}

.border-custom-blue\/100 {
  border-color: rgb(14 165 233 / 1);
}

.border-custom-blue\/15 {
  border-color: rgb(14 165 233 / 0.15);
}

.border-custom-blue\/20 {
  border-color: rgb(14 165 233 / 0.2);
}

.border-custom-blue\/25 {
  border-color: rgb(14 165 233 / 0.25);
}

.border-custom-blue\/30 {
  border-color: rgb(14 165 233 / 0.3);
}

.border-custom-blue\/35 {
  border-color: rgb(14 165 233 / 0.35);
}

.border-custom-blue\/40 {
  border-color: rgb(14 165 233 / 0.4);
}

.border-custom-blue\/45 {
  border-color: rgb(14 165 233 / 0.45);
}

.border-custom-blue\/5 {
  border-color: rgb(14 165 233 / 0.05);
}

.border-custom-blue\/50 {
  border-color: rgb(14 165 233 / 0.5);
}

.border-custom-blue\/55 {
  border-color: rgb(14 165 233 / 0.55);
}

.border-custom-blue\/60 {
  border-color: rgb(14 165 233 / 0.6);
}

.border-custom-blue\/65 {
  border-color: rgb(14 165 233 / 0.65);
}

.border-custom-blue\/70 {
  border-color: rgb(14 165 233 / 0.7);
}

.border-custom-blue\/75 {
  border-color: rgb(14 165 233 / 0.75);
}

.border-custom-blue\/80 {
  border-color: rgb(14 165 233 / 0.8);
}

.border-custom-blue\/85 {
  border-color: rgb(14 165 233 / 0.85);
}

.border-custom-blue\/90 {
  border-color: rgb(14 165 233 / 0.9);
}

.border-custom-blue\/95 {
  border-color: rgb(14 165 233 / 0.95);
}

.border-custom-indigo {
  --tw-border-opacity: 1;
  border-color: rgb(163 161 244 / var(--tw-border-opacity, 1));
}

.border-custom-indigo\/0 {
  border-color: rgb(163 161 244 / 0);
}

.border-custom-indigo\/10 {
  border-color: rgb(163 161 244 / 0.1);
}

.border-custom-indigo\/100 {
  border-color: rgb(163 161 244 / 1);
}

.border-custom-indigo\/15 {
  border-color: rgb(163 161 244 / 0.15);
}

.border-custom-indigo\/20 {
  border-color: rgb(163 161 244 / 0.2);
}

.border-custom-indigo\/25 {
  border-color: rgb(163 161 244 / 0.25);
}

.border-custom-indigo\/30 {
  border-color: rgb(163 161 244 / 0.3);
}

.border-custom-indigo\/35 {
  border-color: rgb(163 161 244 / 0.35);
}

.border-custom-indigo\/40 {
  border-color: rgb(163 161 244 / 0.4);
}

.border-custom-indigo\/45 {
  border-color: rgb(163 161 244 / 0.45);
}

.border-custom-indigo\/5 {
  border-color: rgb(163 161 244 / 0.05);
}

.border-custom-indigo\/50 {
  border-color: rgb(163 161 244 / 0.5);
}

.border-custom-indigo\/55 {
  border-color: rgb(163 161 244 / 0.55);
}

.border-custom-indigo\/60 {
  border-color: rgb(163 161 244 / 0.6);
}

.border-custom-indigo\/65 {
  border-color: rgb(163 161 244 / 0.65);
}

.border-custom-indigo\/70 {
  border-color: rgb(163 161 244 / 0.7);
}

.border-custom-indigo\/75 {
  border-color: rgb(163 161 244 / 0.75);
}

.border-custom-indigo\/80 {
  border-color: rgb(163 161 244 / 0.8);
}

.border-custom-indigo\/85 {
  border-color: rgb(163 161 244 / 0.85);
}

.border-custom-indigo\/90 {
  border-color: rgb(163 161 244 / 0.9);
}

.border-custom-indigo\/95 {
  border-color: rgb(163 161 244 / 0.95);
}

.border-custom-mint {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-custom-mint\/0 {
  border-color: rgb(16 185 129 / 0);
}

.border-custom-mint\/10 {
  border-color: rgb(16 185 129 / 0.1);
}

.border-custom-mint\/100 {
  border-color: rgb(16 185 129 / 1);
}

.border-custom-mint\/15 {
  border-color: rgb(16 185 129 / 0.15);
}

.border-custom-mint\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-custom-mint\/25 {
  border-color: rgb(16 185 129 / 0.25);
}

.border-custom-mint\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-custom-mint\/35 {
  border-color: rgb(16 185 129 / 0.35);
}

.border-custom-mint\/40 {
  border-color: rgb(16 185 129 / 0.4);
}

.border-custom-mint\/45 {
  border-color: rgb(16 185 129 / 0.45);
}

.border-custom-mint\/5 {
  border-color: rgb(16 185 129 / 0.05);
}

.border-custom-mint\/50 {
  border-color: rgb(16 185 129 / 0.5);
}

.border-custom-mint\/55 {
  border-color: rgb(16 185 129 / 0.55);
}

.border-custom-mint\/60 {
  border-color: rgb(16 185 129 / 0.6);
}

.border-custom-mint\/65 {
  border-color: rgb(16 185 129 / 0.65);
}

.border-custom-mint\/70 {
  border-color: rgb(16 185 129 / 0.7);
}

.border-custom-mint\/75 {
  border-color: rgb(16 185 129 / 0.75);
}

.border-custom-mint\/80 {
  border-color: rgb(16 185 129 / 0.8);
}

.border-custom-mint\/85 {
  border-color: rgb(16 185 129 / 0.85);
}

.border-custom-mint\/90 {
  border-color: rgb(16 185 129 / 0.9);
}

.border-custom-mint\/95 {
  border-color: rgb(16 185 129 / 0.95);
}

.border-custom-pink {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.border-custom-pink\/0 {
  border-color: rgb(249 168 212 / 0);
}

.border-custom-pink\/10 {
  border-color: rgb(249 168 212 / 0.1);
}

.border-custom-pink\/100 {
  border-color: rgb(249 168 212 / 1);
}

.border-custom-pink\/15 {
  border-color: rgb(249 168 212 / 0.15);
}

.border-custom-pink\/20 {
  border-color: rgb(249 168 212 / 0.2);
}

.border-custom-pink\/25 {
  border-color: rgb(249 168 212 / 0.25);
}

.border-custom-pink\/30 {
  border-color: rgb(249 168 212 / 0.3);
}

.border-custom-pink\/35 {
  border-color: rgb(249 168 212 / 0.35);
}

.border-custom-pink\/40 {
  border-color: rgb(249 168 212 / 0.4);
}

.border-custom-pink\/45 {
  border-color: rgb(249 168 212 / 0.45);
}

.border-custom-pink\/5 {
  border-color: rgb(249 168 212 / 0.05);
}

.border-custom-pink\/50 {
  border-color: rgb(249 168 212 / 0.5);
}

.border-custom-pink\/55 {
  border-color: rgb(249 168 212 / 0.55);
}

.border-custom-pink\/60 {
  border-color: rgb(249 168 212 / 0.6);
}

.border-custom-pink\/65 {
  border-color: rgb(249 168 212 / 0.65);
}

.border-custom-pink\/70 {
  border-color: rgb(249 168 212 / 0.7);
}

.border-custom-pink\/75 {
  border-color: rgb(249 168 212 / 0.75);
}

.border-custom-pink\/80 {
  border-color: rgb(249 168 212 / 0.8);
}

.border-custom-pink\/85 {
  border-color: rgb(249 168 212 / 0.85);
}

.border-custom-pink\/90 {
  border-color: rgb(249 168 212 / 0.9);
}

.border-custom-pink\/95 {
  border-color: rgb(249 168 212 / 0.95);
}

.border-custom-red {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-custom-red\/0 {
  border-color: rgb(252 165 165 / 0);
}

.border-custom-red\/10 {
  border-color: rgb(252 165 165 / 0.1);
}

.border-custom-red\/100 {
  border-color: rgb(252 165 165 / 1);
}

.border-custom-red\/15 {
  border-color: rgb(252 165 165 / 0.15);
}

.border-custom-red\/20 {
  border-color: rgb(252 165 165 / 0.2);
}

.border-custom-red\/25 {
  border-color: rgb(252 165 165 / 0.25);
}

.border-custom-red\/30 {
  border-color: rgb(252 165 165 / 0.3);
}

.border-custom-red\/35 {
  border-color: rgb(252 165 165 / 0.35);
}

.border-custom-red\/40 {
  border-color: rgb(252 165 165 / 0.4);
}

.border-custom-red\/45 {
  border-color: rgb(252 165 165 / 0.45);
}

.border-custom-red\/5 {
  border-color: rgb(252 165 165 / 0.05);
}

.border-custom-red\/50 {
  border-color: rgb(252 165 165 / 0.5);
}

.border-custom-red\/55 {
  border-color: rgb(252 165 165 / 0.55);
}

.border-custom-red\/60 {
  border-color: rgb(252 165 165 / 0.6);
}

.border-custom-red\/65 {
  border-color: rgb(252 165 165 / 0.65);
}

.border-custom-red\/70 {
  border-color: rgb(252 165 165 / 0.7);
}

.border-custom-red\/75 {
  border-color: rgb(252 165 165 / 0.75);
}

.border-custom-red\/80 {
  border-color: rgb(252 165 165 / 0.8);
}

.border-custom-red\/85 {
  border-color: rgb(252 165 165 / 0.85);
}

.border-custom-red\/90 {
  border-color: rgb(252 165 165 / 0.9);
}

.border-custom-red\/95 {
  border-color: rgb(252 165 165 / 0.95);
}

.border-custom-teal {
  --tw-border-opacity: 1;
  border-color: rgb(191 88 181 / var(--tw-border-opacity, 1));
}

.border-custom-teal\/0 {
  border-color: rgb(191 88 181 / 0);
}

.border-custom-teal\/10 {
  border-color: rgb(191 88 181 / 0.1);
}

.border-custom-teal\/100 {
  border-color: rgb(191 88 181 / 1);
}

.border-custom-teal\/15 {
  border-color: rgb(191 88 181 / 0.15);
}

.border-custom-teal\/20 {
  border-color: rgb(191 88 181 / 0.2);
}

.border-custom-teal\/25 {
  border-color: rgb(191 88 181 / 0.25);
}

.border-custom-teal\/30 {
  border-color: rgb(191 88 181 / 0.3);
}

.border-custom-teal\/35 {
  border-color: rgb(191 88 181 / 0.35);
}

.border-custom-teal\/40 {
  border-color: rgb(191 88 181 / 0.4);
}

.border-custom-teal\/45 {
  border-color: rgb(191 88 181 / 0.45);
}

.border-custom-teal\/5 {
  border-color: rgb(191 88 181 / 0.05);
}

.border-custom-teal\/50 {
  border-color: rgb(191 88 181 / 0.5);
}

.border-custom-teal\/55 {
  border-color: rgb(191 88 181 / 0.55);
}

.border-custom-teal\/60 {
  border-color: rgb(191 88 181 / 0.6);
}

.border-custom-teal\/65 {
  border-color: rgb(191 88 181 / 0.65);
}

.border-custom-teal\/70 {
  border-color: rgb(191 88 181 / 0.7);
}

.border-custom-teal\/75 {
  border-color: rgb(191 88 181 / 0.75);
}

.border-custom-teal\/80 {
  border-color: rgb(191 88 181 / 0.8);
}

.border-custom-teal\/85 {
  border-color: rgb(191 88 181 / 0.85);
}

.border-custom-teal\/90 {
  border-color: rgb(191 88 181 / 0.9);
}

.border-custom-teal\/95 {
  border-color: rgb(191 88 181 / 0.95);
}

.border-custom-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-custom-yellow\/0 {
  border-color: rgb(245 158 11 / 0);
}

.border-custom-yellow\/10 {
  border-color: rgb(245 158 11 / 0.1);
}

.border-custom-yellow\/100 {
  border-color: rgb(245 158 11 / 1);
}

.border-custom-yellow\/15 {
  border-color: rgb(245 158 11 / 0.15);
}

.border-custom-yellow\/20 {
  border-color: rgb(245 158 11 / 0.2);
}

.border-custom-yellow\/25 {
  border-color: rgb(245 158 11 / 0.25);
}

.border-custom-yellow\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-custom-yellow\/35 {
  border-color: rgb(245 158 11 / 0.35);
}

.border-custom-yellow\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-custom-yellow\/45 {
  border-color: rgb(245 158 11 / 0.45);
}

.border-custom-yellow\/5 {
  border-color: rgb(245 158 11 / 0.05);
}

.border-custom-yellow\/50 {
  border-color: rgb(245 158 11 / 0.5);
}

.border-custom-yellow\/55 {
  border-color: rgb(245 158 11 / 0.55);
}

.border-custom-yellow\/60 {
  border-color: rgb(245 158 11 / 0.6);
}

.border-custom-yellow\/65 {
  border-color: rgb(245 158 11 / 0.65);
}

.border-custom-yellow\/70 {
  border-color: rgb(245 158 11 / 0.7);
}

.border-custom-yellow\/75 {
  border-color: rgb(245 158 11 / 0.75);
}

.border-custom-yellow\/80 {
  border-color: rgb(245 158 11 / 0.8);
}

.border-custom-yellow\/85 {
  border-color: rgb(245 158 11 / 0.85);
}

.border-custom-yellow\/90 {
  border-color: rgb(245 158 11 / 0.9);
}

.border-custom-yellow\/95 {
  border-color: rgb(245 158 11 / 0.95);
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

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

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

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

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-primary-main {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-primary-main\/30 {
  border-color: rgb(79 70 229 / 0.3);
}

.border-primary-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(163 161 244 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

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

.border-b-\[\#62697366\] {
  border-bottom-color: #62697366;
}

.border-l-\[\#4ADE80\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-l-\[\#E9E9FD\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 233 253 / var(--tw-border-opacity, 1));
}

.border-t-\[\#150E67\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 14 103 / var(--tw-border-opacity, 1));
}

.border-t-primary-main {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-t-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0E9C6D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 156 109 / var(--tw-bg-opacity, 1));
}

.bg-\[\#150E67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 14 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#150e67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 14 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4ADE80\]\/20 {
  background-color: rgb(74 222 128 / 0.2);
}

.bg-\[\#4F46E512\] {
  background-color: #4F46E512;
}

.bg-\[\#4F46E51A\] {
  background-color: #4F46E51A;
}

.bg-\[\#4F46E5B2\] {
  background-color: #4F46E5B2;
}

.bg-\[\#4F46E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5B45FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 69 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#919EAB\]\/10 {
  background-color: rgb(145 158 171 / 0.1);
}

.bg-\[\#B7EAD966\] {
  background-color: #B7EAD966;
}

.bg-\[\#BCF0DF99\] {
  background-color: #BCF0DF99;
}

.bg-\[\#C0C0C0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D6D6D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D8EEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 238 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DEDBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 219 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E1FFF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 255 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E2F7F066\] {
  background-color: #E2F7F066;
}

.bg-\[\#E3E3FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9E8FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9E9FD\]\/50 {
  background-color: rgb(233 233 253 / 0.5);
}

.bg-\[\#EBEAFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBF8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECEBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 235 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1FFFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 255 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F2FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F3FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F7F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCE2B666\] {
  background-color: #FCE2B666;
}

.bg-\[\#FDE9E966\] {
  background-color: #FDE9E966;
}

.bg-\[\#FEE2E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF1F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF3E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF8EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d3fff0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 255 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e6e6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ececff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#edecfd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 236 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(79\2c 70\2c 229\2c 0\.2\)\] {
  background-color: rgba(79,70,229,0.2);
}

.bg-alert-error-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 239 / var(--tw-bg-opacity, 1));
}

.bg-alert-error-bg\/0 {
  background-color: rgb(255 239 239 / 0);
}

.bg-alert-error-bg\/10 {
  background-color: rgb(255 239 239 / 0.1);
}

.bg-alert-error-bg\/100 {
  background-color: rgb(255 239 239 / 1);
}

.bg-alert-error-bg\/15 {
  background-color: rgb(255 239 239 / 0.15);
}

.bg-alert-error-bg\/20 {
  background-color: rgb(255 239 239 / 0.2);
}

.bg-alert-error-bg\/25 {
  background-color: rgb(255 239 239 / 0.25);
}

.bg-alert-error-bg\/30 {
  background-color: rgb(255 239 239 / 0.3);
}

.bg-alert-error-bg\/35 {
  background-color: rgb(255 239 239 / 0.35);
}

.bg-alert-error-bg\/40 {
  background-color: rgb(255 239 239 / 0.4);
}

.bg-alert-error-bg\/45 {
  background-color: rgb(255 239 239 / 0.45);
}

.bg-alert-error-bg\/5 {
  background-color: rgb(255 239 239 / 0.05);
}

.bg-alert-error-bg\/50 {
  background-color: rgb(255 239 239 / 0.5);
}

.bg-alert-error-bg\/55 {
  background-color: rgb(255 239 239 / 0.55);
}

.bg-alert-error-bg\/60 {
  background-color: rgb(255 239 239 / 0.6);
}

.bg-alert-error-bg\/65 {
  background-color: rgb(255 239 239 / 0.65);
}

.bg-alert-error-bg\/70 {
  background-color: rgb(255 239 239 / 0.7);
}

.bg-alert-error-bg\/75 {
  background-color: rgb(255 239 239 / 0.75);
}

.bg-alert-error-bg\/80 {
  background-color: rgb(255 239 239 / 0.8);
}

.bg-alert-error-bg\/85 {
  background-color: rgb(255 239 239 / 0.85);
}

.bg-alert-error-bg\/90 {
  background-color: rgb(255 239 239 / 0.9);
}

.bg-alert-error-bg\/95 {
  background-color: rgb(255 239 239 / 0.95);
}

.bg-alert-success-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(239 255 250 / var(--tw-bg-opacity, 1));
}

.bg-alert-success-bg\/0 {
  background-color: rgb(239 255 250 / 0);
}

.bg-alert-success-bg\/10 {
  background-color: rgb(239 255 250 / 0.1);
}

.bg-alert-success-bg\/100 {
  background-color: rgb(239 255 250 / 1);
}

.bg-alert-success-bg\/15 {
  background-color: rgb(239 255 250 / 0.15);
}

.bg-alert-success-bg\/20 {
  background-color: rgb(239 255 250 / 0.2);
}

.bg-alert-success-bg\/25 {
  background-color: rgb(239 255 250 / 0.25);
}

.bg-alert-success-bg\/30 {
  background-color: rgb(239 255 250 / 0.3);
}

.bg-alert-success-bg\/35 {
  background-color: rgb(239 255 250 / 0.35);
}

.bg-alert-success-bg\/40 {
  background-color: rgb(239 255 250 / 0.4);
}

.bg-alert-success-bg\/45 {
  background-color: rgb(239 255 250 / 0.45);
}

.bg-alert-success-bg\/5 {
  background-color: rgb(239 255 250 / 0.05);
}

.bg-alert-success-bg\/50 {
  background-color: rgb(239 255 250 / 0.5);
}

.bg-alert-success-bg\/55 {
  background-color: rgb(239 255 250 / 0.55);
}

.bg-alert-success-bg\/60 {
  background-color: rgb(239 255 250 / 0.6);
}

.bg-alert-success-bg\/65 {
  background-color: rgb(239 255 250 / 0.65);
}

.bg-alert-success-bg\/70 {
  background-color: rgb(239 255 250 / 0.7);
}

.bg-alert-success-bg\/75 {
  background-color: rgb(239 255 250 / 0.75);
}

.bg-alert-success-bg\/80 {
  background-color: rgb(239 255 250 / 0.8);
}

.bg-alert-success-bg\/85 {
  background-color: rgb(239 255 250 / 0.85);
}

.bg-alert-success-bg\/90 {
  background-color: rgb(239 255 250 / 0.9);
}

.bg-alert-success-bg\/95 {
  background-color: rgb(239 255 250 / 0.95);
}

.bg-alert-warning-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 225 / var(--tw-bg-opacity, 1));
}

.bg-alert-warning-bg\/0 {
  background-color: rgb(255 248 225 / 0);
}

.bg-alert-warning-bg\/10 {
  background-color: rgb(255 248 225 / 0.1);
}

.bg-alert-warning-bg\/100 {
  background-color: rgb(255 248 225 / 1);
}

.bg-alert-warning-bg\/15 {
  background-color: rgb(255 248 225 / 0.15);
}

.bg-alert-warning-bg\/20 {
  background-color: rgb(255 248 225 / 0.2);
}

.bg-alert-warning-bg\/25 {
  background-color: rgb(255 248 225 / 0.25);
}

.bg-alert-warning-bg\/30 {
  background-color: rgb(255 248 225 / 0.3);
}

.bg-alert-warning-bg\/35 {
  background-color: rgb(255 248 225 / 0.35);
}

.bg-alert-warning-bg\/40 {
  background-color: rgb(255 248 225 / 0.4);
}

.bg-alert-warning-bg\/45 {
  background-color: rgb(255 248 225 / 0.45);
}

.bg-alert-warning-bg\/5 {
  background-color: rgb(255 248 225 / 0.05);
}

.bg-alert-warning-bg\/50 {
  background-color: rgb(255 248 225 / 0.5);
}

.bg-alert-warning-bg\/55 {
  background-color: rgb(255 248 225 / 0.55);
}

.bg-alert-warning-bg\/60 {
  background-color: rgb(255 248 225 / 0.6);
}

.bg-alert-warning-bg\/65 {
  background-color: rgb(255 248 225 / 0.65);
}

.bg-alert-warning-bg\/70 {
  background-color: rgb(255 248 225 / 0.7);
}

.bg-alert-warning-bg\/75 {
  background-color: rgb(255 248 225 / 0.75);
}

.bg-alert-warning-bg\/80 {
  background-color: rgb(255 248 225 / 0.8);
}

.bg-alert-warning-bg\/85 {
  background-color: rgb(255 248 225 / 0.85);
}

.bg-alert-warning-bg\/90 {
  background-color: rgb(255 248 225 / 0.9);
}

.bg-alert-warning-bg\/95 {
  background-color: rgb(255 248 225 / 0.95);
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}

.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}

.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}

.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}

.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}

.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}

.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}

.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}

.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}

.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}

.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}

.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}

.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}

.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}

.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}

.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}

.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}

.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}

.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}

.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}

.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}

.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}

.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}

.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}

.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}

.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}

.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}

.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}

.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}

.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}

.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}

.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}

.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}

.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}

.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}

.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}

.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}

.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}

.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-current {
  background-color: currentColor;
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}

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

.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}

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

.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-icon-color-20 {
  background-color: rgb(98 105 115 / 0.2);
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-orion-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-primary-main-8 {
  background-color: rgba(79, 70, 229, 0.08);
}

.bg-primary-main\/10 {
  background-color: rgb(79 70 229 / 0.1);
}

.bg-primary-main\/20 {
  background-color: rgb(79 70 229 / 0.2);
}

.bg-primary-main\/70 {
  background-color: rgb(79 70 229 / 0.7);
}

.bg-primary-main\/\[7\%\] {
  background-color: rgb(79 70 229 / 7%);
}

.bg-primary-main\/\[8\%\] {
  background-color: rgb(79 70 229 / 8%);
}

.bg-primary-subtle\/20 {
  background-color: rgb(163 161 244 / 0.2);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-secondary-main-20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-success-10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-success-20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-toast-btn-error {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 224 / var(--tw-bg-opacity, 1));
}

.bg-toast-btn-error\/0 {
  background-color: rgb(255 224 224 / 0);
}

.bg-toast-btn-error\/10 {
  background-color: rgb(255 224 224 / 0.1);
}

.bg-toast-btn-error\/100 {
  background-color: rgb(255 224 224 / 1);
}

.bg-toast-btn-error\/15 {
  background-color: rgb(255 224 224 / 0.15);
}

.bg-toast-btn-error\/20 {
  background-color: rgb(255 224 224 / 0.2);
}

.bg-toast-btn-error\/25 {
  background-color: rgb(255 224 224 / 0.25);
}

.bg-toast-btn-error\/30 {
  background-color: rgb(255 224 224 / 0.3);
}

.bg-toast-btn-error\/35 {
  background-color: rgb(255 224 224 / 0.35);
}

.bg-toast-btn-error\/40 {
  background-color: rgb(255 224 224 / 0.4);
}

.bg-toast-btn-error\/45 {
  background-color: rgb(255 224 224 / 0.45);
}

.bg-toast-btn-error\/5 {
  background-color: rgb(255 224 224 / 0.05);
}

.bg-toast-btn-error\/50 {
  background-color: rgb(255 224 224 / 0.5);
}

.bg-toast-btn-error\/55 {
  background-color: rgb(255 224 224 / 0.55);
}

.bg-toast-btn-error\/60 {
  background-color: rgb(255 224 224 / 0.6);
}

.bg-toast-btn-error\/65 {
  background-color: rgb(255 224 224 / 0.65);
}

.bg-toast-btn-error\/70 {
  background-color: rgb(255 224 224 / 0.7);
}

.bg-toast-btn-error\/75 {
  background-color: rgb(255 224 224 / 0.75);
}

.bg-toast-btn-error\/80 {
  background-color: rgb(255 224 224 / 0.8);
}

.bg-toast-btn-error\/85 {
  background-color: rgb(255 224 224 / 0.85);
}

.bg-toast-btn-error\/90 {
  background-color: rgb(255 224 224 / 0.9);
}

.bg-toast-btn-error\/95 {
  background-color: rgb(255 224 224 / 0.95);
}

.bg-toast-btn-info {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-toast-btn-info\/0 {
  background-color: rgb(229 231 235 / 0);
}

.bg-toast-btn-info\/10 {
  background-color: rgb(229 231 235 / 0.1);
}

.bg-toast-btn-info\/100 {
  background-color: rgb(229 231 235 / 1);
}

.bg-toast-btn-info\/15 {
  background-color: rgb(229 231 235 / 0.15);
}

.bg-toast-btn-info\/20 {
  background-color: rgb(229 231 235 / 0.2);
}

.bg-toast-btn-info\/25 {
  background-color: rgb(229 231 235 / 0.25);
}

.bg-toast-btn-info\/30 {
  background-color: rgb(229 231 235 / 0.3);
}

.bg-toast-btn-info\/35 {
  background-color: rgb(229 231 235 / 0.35);
}

.bg-toast-btn-info\/40 {
  background-color: rgb(229 231 235 / 0.4);
}

.bg-toast-btn-info\/45 {
  background-color: rgb(229 231 235 / 0.45);
}

.bg-toast-btn-info\/5 {
  background-color: rgb(229 231 235 / 0.05);
}

.bg-toast-btn-info\/50 {
  background-color: rgb(229 231 235 / 0.5);
}

.bg-toast-btn-info\/55 {
  background-color: rgb(229 231 235 / 0.55);
}

.bg-toast-btn-info\/60 {
  background-color: rgb(229 231 235 / 0.6);
}

.bg-toast-btn-info\/65 {
  background-color: rgb(229 231 235 / 0.65);
}

.bg-toast-btn-info\/70 {
  background-color: rgb(229 231 235 / 0.7);
}

.bg-toast-btn-info\/75 {
  background-color: rgb(229 231 235 / 0.75);
}

.bg-toast-btn-info\/80 {
  background-color: rgb(229 231 235 / 0.8);
}

.bg-toast-btn-info\/85 {
  background-color: rgb(229 231 235 / 0.85);
}

.bg-toast-btn-info\/90 {
  background-color: rgb(229 231 235 / 0.9);
}

.bg-toast-btn-info\/95 {
  background-color: rgb(229 231 235 / 0.95);
}

.bg-toast-btn-success {
  background-color: #BCF0DF99;
}

.bg-toast-btn-success\/0 {
  background-color: rgb(188 240 223 / 0);
}

.bg-toast-btn-success\/10 {
  background-color: rgb(188 240 223 / 0.1);
}

.bg-toast-btn-success\/100 {
  background-color: rgb(188 240 223 / 1);
}

.bg-toast-btn-success\/15 {
  background-color: rgb(188 240 223 / 0.15);
}

.bg-toast-btn-success\/20 {
  background-color: rgb(188 240 223 / 0.2);
}

.bg-toast-btn-success\/25 {
  background-color: rgb(188 240 223 / 0.25);
}

.bg-toast-btn-success\/30 {
  background-color: rgb(188 240 223 / 0.3);
}

.bg-toast-btn-success\/35 {
  background-color: rgb(188 240 223 / 0.35);
}

.bg-toast-btn-success\/40 {
  background-color: rgb(188 240 223 / 0.4);
}

.bg-toast-btn-success\/45 {
  background-color: rgb(188 240 223 / 0.45);
}

.bg-toast-btn-success\/5 {
  background-color: rgb(188 240 223 / 0.05);
}

.bg-toast-btn-success\/50 {
  background-color: rgb(188 240 223 / 0.5);
}

.bg-toast-btn-success\/55 {
  background-color: rgb(188 240 223 / 0.55);
}

.bg-toast-btn-success\/60 {
  background-color: rgb(188 240 223 / 0.6);
}

.bg-toast-btn-success\/65 {
  background-color: rgb(188 240 223 / 0.65);
}

.bg-toast-btn-success\/70 {
  background-color: rgb(188 240 223 / 0.7);
}

.bg-toast-btn-success\/75 {
  background-color: rgb(188 240 223 / 0.75);
}

.bg-toast-btn-success\/80 {
  background-color: rgb(188 240 223 / 0.8);
}

.bg-toast-btn-success\/85 {
  background-color: rgb(188 240 223 / 0.85);
}

.bg-toast-btn-success\/90 {
  background-color: rgb(188 240 223 / 0.9);
}

.bg-toast-btn-success\/95 {
  background-color: rgb(188 240 223 / 0.95);
}

.bg-toast-btn-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-toast-btn-warning\/0 {
  background-color: rgb(254 243 199 / 0);
}

.bg-toast-btn-warning\/10 {
  background-color: rgb(254 243 199 / 0.1);
}

.bg-toast-btn-warning\/100 {
  background-color: rgb(254 243 199 / 1);
}

.bg-toast-btn-warning\/15 {
  background-color: rgb(254 243 199 / 0.15);
}

.bg-toast-btn-warning\/20 {
  background-color: rgb(254 243 199 / 0.2);
}

.bg-toast-btn-warning\/25 {
  background-color: rgb(254 243 199 / 0.25);
}

.bg-toast-btn-warning\/30 {
  background-color: rgb(254 243 199 / 0.3);
}

.bg-toast-btn-warning\/35 {
  background-color: rgb(254 243 199 / 0.35);
}

.bg-toast-btn-warning\/40 {
  background-color: rgb(254 243 199 / 0.4);
}

.bg-toast-btn-warning\/45 {
  background-color: rgb(254 243 199 / 0.45);
}

.bg-toast-btn-warning\/5 {
  background-color: rgb(254 243 199 / 0.05);
}

.bg-toast-btn-warning\/50 {
  background-color: rgb(254 243 199 / 0.5);
}

.bg-toast-btn-warning\/55 {
  background-color: rgb(254 243 199 / 0.55);
}

.bg-toast-btn-warning\/60 {
  background-color: rgb(254 243 199 / 0.6);
}

.bg-toast-btn-warning\/65 {
  background-color: rgb(254 243 199 / 0.65);
}

.bg-toast-btn-warning\/70 {
  background-color: rgb(254 243 199 / 0.7);
}

.bg-toast-btn-warning\/75 {
  background-color: rgb(254 243 199 / 0.75);
}

.bg-toast-btn-warning\/80 {
  background-color: rgb(254 243 199 / 0.8);
}

.bg-toast-btn-warning\/85 {
  background-color: rgb(254 243 199 / 0.85);
}

.bg-toast-btn-warning\/90 {
  background-color: rgb(254 243 199 / 0.9);
}

.bg-toast-btn-warning\/95 {
  background-color: rgb(254 243 199 / 0.95);
}

.bg-toast-error {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 244 / var(--tw-bg-opacity, 1));
}

.bg-toast-info {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-toast-success {
  --tw-bg-opacity: 1;
  background-color: rgb(241 255 250 / var(--tw-bg-opacity, 1));
}

.bg-toast-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-warning-10 {
  background-color: rgb(245 158 11 / 0.1);
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[linear-gradient\(to_right\2c \#4F46E5_10\%\2c \#150E67_90\%\)\] {
  background-image: linear-gradient(to right,#4F46E5 10%,#150E67 90%);
}

.bg-\[url\(\'images\/current-period-bg\.svg\'\)\] {
  background-image: url('images/current-period-bg.svg');
}

.bg-\[url\(\'images\/insight-pattern\.svg\'\)\] {
  background-image: url('images/insight-pattern.svg');
}

.bg-\[url\(\'images\/phone-Pattern\.svg\'\)\] {
  background-image: url('images/phone-Pattern.svg');
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#F2F1Ff\] {
  --tw-gradient-from: #F2F1Ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-main {
  --tw-gradient-from: #4F46E5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#A3A1F4\] {
  --tw-gradient-to: #A3A1F4 var(--tw-gradient-to-position);
}

.to-primary-subtle {
  --tw-gradient-to: #A3A1F4 var(--tw-gradient-to-position);
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[48px\] {
  padding: 48px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[90px\] {
  padding-left: 90px;
  padding-right: 90px;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-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;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[5\.5px\] {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[70px\] {
  padding-top: 70px;
}

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

.text-center {
  text-align: center;
}

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

.font-\[\#CBCBCB\] {
  font-family: #CBCBCB;
}

.font-\[Rubik\] {
  font-family: Rubik;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11\.12px\] {
  font-size: 11.12px;
}

.text-\[12\.33px\] {
  font-size: 12.33px;
}

.text-\[12\.42px\] {
  font-size: 12.42px;
}

.text-\[12\.4px\] {
  font-size: 12.4px;
}

.text-\[12\.73px\] {
  font-size: 12.73px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13\.44px\] {
  font-size: 13.44px;
}

.text-\[13\.62px\] {
  font-size: 13.62px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14\.4px\] {
  font-size: 14.4px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15\.2px\] {
  font-size: 15.2px;
}

.text-\[15\.56px\] {
  font-size: 15.56px;
}

.text-\[15\.5px\] {
  font-size: 15.5px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17\.5px\] {
  font-size: 17.5px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19\.26px\] {
  font-size: 19.26px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20\.36px\] {
  font-size: 20.36px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[27\.94px\] {
  font-size: 27.94px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[29\.45px\] {
  font-size: 29.45px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[33\.26px\] {
  font-size: 33.26px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[46px\] {
  font-size: 46px;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-\[9\.81px\] {
  font-size: 9.81px;
}

.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-\[Plus_Jakarta_Sans\2c sans-serif\] {
  font-weight: Plus Jakarta Sans,sans-serif;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[15\.89px\] {
  line-height: 15.89px;
}

.leading-\[16\.5px\] {
  line-height: 16.5px;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[20\.91px\] {
  line-height: 20.91px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[26px\] {
  line-height: 26px;
}

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

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[34\.16px\] {
  line-height: 34.16px;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\%\] {
  letter-spacing: 0%;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#000112\] {
  --tw-text-opacity: 1;
  color: rgb(0 1 18 / var(--tw-text-opacity, 1));
}

.text-\[\#10B981\] {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-\[\#14181F\] {
  --tw-text-opacity: 1;
  color: rgb(20 24 31 / var(--tw-text-opacity, 1));
}

.text-\[\#150E67\] {
  --tw-text-opacity: 1;
  color: rgb(21 14 103 / var(--tw-text-opacity, 1));
}

.text-\[\#1C274C\] {
  --tw-text-opacity: 1;
  color: rgb(28 39 76 / var(--tw-text-opacity, 1));
}

.text-\[\#1F293780\] {
  color: #1F293780;
}

.text-\[\#1F2937\] {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-\[\#1f2937\] {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-\[\#27303A\] {
  --tw-text-opacity: 1;
  color: rgb(39 48 58 / var(--tw-text-opacity, 1));
}

.text-\[\#2F3F53\] {
  --tw-text-opacity: 1;
  color: rgb(47 63 83 / var(--tw-text-opacity, 1));
}

.text-\[\#34343F\] {
  --tw-text-opacity: 1;
  color: rgb(52 52 63 / var(--tw-text-opacity, 1));
}

.text-\[\#464665\] {
  --tw-text-opacity: 1;
  color: rgb(70 70 101 / var(--tw-text-opacity, 1));
}

.text-\[\#4F46E5\] {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-\[\#5B45FA\] {
  --tw-text-opacity: 1;
  color: rgb(91 69 250 / var(--tw-text-opacity, 1));
}

.text-\[\#6269734D\] {
  color: #6269734D;
}

.text-\[\#62697366\] {
  color: #62697366;
}

.text-\[\#626973\] {
  --tw-text-opacity: 1;
  color: rgb(98 105 115 / var(--tw-text-opacity, 1));
}

.text-\[\#637381\] {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}

.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-\[\#909090\] {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity, 1));
}

.text-\[\#919EAB\] {
  --tw-text-opacity: 1;
  color: rgb(145 158 171 / var(--tw-text-opacity, 1));
}

.text-\[\#98999A\] {
  --tw-text-opacity: 1;
  color: rgb(152 153 154 / var(--tw-text-opacity, 1));
}

.text-\[\#A3A1F4\] {
  --tw-text-opacity: 1;
  color: rgb(163 161 244 / var(--tw-text-opacity, 1));
}

.text-\[\#A6A6A6\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.text-\[\#B91C1C\] {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-\[\#CBCBCB\] {
  --tw-text-opacity: 1;
  color: rgb(203 203 203 / var(--tw-text-opacity, 1));
}

.text-\[\#EF4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#F59E0B\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-\[\#F9FAFB\] {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFFCC\] {
  color: #FFFFFFCC;
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(79\2c 70\2c 229\)\] {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity, 1));
}

.text-alert-error-text {
  --tw-text-opacity: 1;
  color: rgb(169 68 66 / var(--tw-text-opacity, 1));
}

.text-alert-error-text\/0 {
  color: rgb(169 68 66 / 0);
}

.text-alert-error-text\/10 {
  color: rgb(169 68 66 / 0.1);
}

.text-alert-error-text\/100 {
  color: rgb(169 68 66 / 1);
}

.text-alert-error-text\/15 {
  color: rgb(169 68 66 / 0.15);
}

.text-alert-error-text\/20 {
  color: rgb(169 68 66 / 0.2);
}

.text-alert-error-text\/25 {
  color: rgb(169 68 66 / 0.25);
}

.text-alert-error-text\/30 {
  color: rgb(169 68 66 / 0.3);
}

.text-alert-error-text\/35 {
  color: rgb(169 68 66 / 0.35);
}

.text-alert-error-text\/40 {
  color: rgb(169 68 66 / 0.4);
}

.text-alert-error-text\/45 {
  color: rgb(169 68 66 / 0.45);
}

.text-alert-error-text\/5 {
  color: rgb(169 68 66 / 0.05);
}

.text-alert-error-text\/50 {
  color: rgb(169 68 66 / 0.5);
}

.text-alert-error-text\/55 {
  color: rgb(169 68 66 / 0.55);
}

.text-alert-error-text\/60 {
  color: rgb(169 68 66 / 0.6);
}

.text-alert-error-text\/65 {
  color: rgb(169 68 66 / 0.65);
}

.text-alert-error-text\/70 {
  color: rgb(169 68 66 / 0.7);
}

.text-alert-error-text\/75 {
  color: rgb(169 68 66 / 0.75);
}

.text-alert-error-text\/80 {
  color: rgb(169 68 66 / 0.8);
}

.text-alert-error-text\/85 {
  color: rgb(169 68 66 / 0.85);
}

.text-alert-error-text\/90 {
  color: rgb(169 68 66 / 0.9);
}

.text-alert-error-text\/95 {
  color: rgb(169 68 66 / 0.95);
}

.text-alert-success-text {
  --tw-text-opacity: 1;
  color: rgb(39 48 58 / var(--tw-text-opacity, 1));
}

.text-alert-success-text\/0 {
  color: rgb(39 48 58 / 0);
}

.text-alert-success-text\/10 {
  color: rgb(39 48 58 / 0.1);
}

.text-alert-success-text\/100 {
  color: rgb(39 48 58 / 1);
}

.text-alert-success-text\/15 {
  color: rgb(39 48 58 / 0.15);
}

.text-alert-success-text\/20 {
  color: rgb(39 48 58 / 0.2);
}

.text-alert-success-text\/25 {
  color: rgb(39 48 58 / 0.25);
}

.text-alert-success-text\/30 {
  color: rgb(39 48 58 / 0.3);
}

.text-alert-success-text\/35 {
  color: rgb(39 48 58 / 0.35);
}

.text-alert-success-text\/40 {
  color: rgb(39 48 58 / 0.4);
}

.text-alert-success-text\/45 {
  color: rgb(39 48 58 / 0.45);
}

.text-alert-success-text\/5 {
  color: rgb(39 48 58 / 0.05);
}

.text-alert-success-text\/50 {
  color: rgb(39 48 58 / 0.5);
}

.text-alert-success-text\/55 {
  color: rgb(39 48 58 / 0.55);
}

.text-alert-success-text\/60 {
  color: rgb(39 48 58 / 0.6);
}

.text-alert-success-text\/65 {
  color: rgb(39 48 58 / 0.65);
}

.text-alert-success-text\/70 {
  color: rgb(39 48 58 / 0.7);
}

.text-alert-success-text\/75 {
  color: rgb(39 48 58 / 0.75);
}

.text-alert-success-text\/80 {
  color: rgb(39 48 58 / 0.8);
}

.text-alert-success-text\/85 {
  color: rgb(39 48 58 / 0.85);
}

.text-alert-success-text\/90 {
  color: rgb(39 48 58 / 0.9);
}

.text-alert-success-text\/95 {
  color: rgb(39 48 58 / 0.95);
}

.text-alert-warning-text {
  --tw-text-opacity: 1;
  color: rgb(133 100 4 / var(--tw-text-opacity, 1));
}

.text-alert-warning-text\/0 {
  color: rgb(133 100 4 / 0);
}

.text-alert-warning-text\/10 {
  color: rgb(133 100 4 / 0.1);
}

.text-alert-warning-text\/100 {
  color: rgb(133 100 4 / 1);
}

.text-alert-warning-text\/15 {
  color: rgb(133 100 4 / 0.15);
}

.text-alert-warning-text\/20 {
  color: rgb(133 100 4 / 0.2);
}

.text-alert-warning-text\/25 {
  color: rgb(133 100 4 / 0.25);
}

.text-alert-warning-text\/30 {
  color: rgb(133 100 4 / 0.3);
}

.text-alert-warning-text\/35 {
  color: rgb(133 100 4 / 0.35);
}

.text-alert-warning-text\/40 {
  color: rgb(133 100 4 / 0.4);
}

.text-alert-warning-text\/45 {
  color: rgb(133 100 4 / 0.45);
}

.text-alert-warning-text\/5 {
  color: rgb(133 100 4 / 0.05);
}

.text-alert-warning-text\/50 {
  color: rgb(133 100 4 / 0.5);
}

.text-alert-warning-text\/55 {
  color: rgb(133 100 4 / 0.55);
}

.text-alert-warning-text\/60 {
  color: rgb(133 100 4 / 0.6);
}

.text-alert-warning-text\/65 {
  color: rgb(133 100 4 / 0.65);
}

.text-alert-warning-text\/70 {
  color: rgb(133 100 4 / 0.7);
}

.text-alert-warning-text\/75 {
  color: rgb(133 100 4 / 0.75);
}

.text-alert-warning-text\/80 {
  color: rgb(133 100 4 / 0.8);
}

.text-alert-warning-text\/85 {
  color: rgb(133 100 4 / 0.85);
}

.text-alert-warning-text\/90 {
  color: rgb(133 100 4 / 0.9);
}

.text-alert-warning-text\/95 {
  color: rgb(133 100 4 / 0.95);
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

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

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

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

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}

.text-icon-color {
  --tw-text-opacity: 1;
  color: rgb(98 105 115 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-orion-purple-dark {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-primary-main {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-primary-main\/80 {
  color: rgb(79 70 229 / 0.8);
}

.text-primary-subtle {
  --tw-text-opacity: 1;
  color: rgb(163 161 244 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-secondary-deep {
  --tw-text-opacity: 1;
  color: rgb(0 23 38 / var(--tw-text-opacity, 1));
}

.text-secondary-main {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-success-10 {
  color: rgb(16 185 129 / 0.1);
}

.text-success-20 {
  color: rgb(16 185 129 / 0.2);
}

.text-toast-text-error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-toast-text-info {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-toast-text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-toast-text-warning {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.underline {
  text-decoration-line: underline;
}

.placeholder-\[\#6269734D\]::-moz-placeholder {
  color: #6269734D;
}

.placeholder-\[\#6269734D\]::placeholder {
  color: #6269734D;
}

.placeholder-\[\#919EAB\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(145 158 171 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#919EAB\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(145 158 171 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 20px 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-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);
}

.shadow-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow-color: rgba(0,0,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.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);
}

.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);
}

.sepia {
  --tw-sepia: sepia(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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-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-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Alternative class name that was used */

.hover\:input-validation-error:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:input-validation-error:hover:focus {
  border-color: #ef4444 !important;
  /* red-500 */
  outline: none;
  box-shadow: 0 0 0 0.5px rgba(239, 68, 68, 0.5) !important;
  /* similar to ring */
}

.hover\:field-validation-error:hover {
  margin-top: -0.5rem;
  margin-left: 0.25rem;
  display: block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:field-validation-error:hover span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.hover\:field-validation-valid:hover {
  display: none !important;
}

.focus\:input-validation-error:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:input-validation-error:focus:focus {
  border-color: #ef4444 !important;
  /* red-500 */
  outline: none;
  box-shadow: 0 0 0 0.5px rgba(239, 68, 68, 0.5) !important;
  /* similar to ring */
}

.focus\:field-validation-error:focus {
  margin-top: -0.5rem;
  margin-left: 0.25rem;
  display: block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.focus\:field-validation-error:focus span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.focus\:field-validation-valid:focus {
  display: none !important;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

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

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

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.odd\:bg-\[\#F3F2FF\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 255 / var(--tw-bg-opacity, 1));
}

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

.even\:bg-\[\#4F46E512\]:nth-child(even) {
  background-color: #4F46E512;
}

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

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

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

.hover\:border-custom-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-blue\/0:hover {
  border-color: rgb(14 165 233 / 0);
}

.hover\:border-custom-blue\/10:hover {
  border-color: rgb(14 165 233 / 0.1);
}

.hover\:border-custom-blue\/100:hover {
  border-color: rgb(14 165 233 / 1);
}

.hover\:border-custom-blue\/15:hover {
  border-color: rgb(14 165 233 / 0.15);
}

.hover\:border-custom-blue\/20:hover {
  border-color: rgb(14 165 233 / 0.2);
}

.hover\:border-custom-blue\/25:hover {
  border-color: rgb(14 165 233 / 0.25);
}

.hover\:border-custom-blue\/30:hover {
  border-color: rgb(14 165 233 / 0.3);
}

.hover\:border-custom-blue\/35:hover {
  border-color: rgb(14 165 233 / 0.35);
}

.hover\:border-custom-blue\/40:hover {
  border-color: rgb(14 165 233 / 0.4);
}

.hover\:border-custom-blue\/45:hover {
  border-color: rgb(14 165 233 / 0.45);
}

.hover\:border-custom-blue\/5:hover {
  border-color: rgb(14 165 233 / 0.05);
}

.hover\:border-custom-blue\/50:hover {
  border-color: rgb(14 165 233 / 0.5);
}

.hover\:border-custom-blue\/55:hover {
  border-color: rgb(14 165 233 / 0.55);
}

.hover\:border-custom-blue\/60:hover {
  border-color: rgb(14 165 233 / 0.6);
}

.hover\:border-custom-blue\/65:hover {
  border-color: rgb(14 165 233 / 0.65);
}

.hover\:border-custom-blue\/70:hover {
  border-color: rgb(14 165 233 / 0.7);
}

.hover\:border-custom-blue\/75:hover {
  border-color: rgb(14 165 233 / 0.75);
}

.hover\:border-custom-blue\/80:hover {
  border-color: rgb(14 165 233 / 0.8);
}

.hover\:border-custom-blue\/85:hover {
  border-color: rgb(14 165 233 / 0.85);
}

.hover\:border-custom-blue\/90:hover {
  border-color: rgb(14 165 233 / 0.9);
}

.hover\:border-custom-blue\/95:hover {
  border-color: rgb(14 165 233 / 0.95);
}

.hover\:border-custom-indigo:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 161 244 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-indigo\/0:hover {
  border-color: rgb(163 161 244 / 0);
}

.hover\:border-custom-indigo\/10:hover {
  border-color: rgb(163 161 244 / 0.1);
}

.hover\:border-custom-indigo\/100:hover {
  border-color: rgb(163 161 244 / 1);
}

.hover\:border-custom-indigo\/15:hover {
  border-color: rgb(163 161 244 / 0.15);
}

.hover\:border-custom-indigo\/20:hover {
  border-color: rgb(163 161 244 / 0.2);
}

.hover\:border-custom-indigo\/25:hover {
  border-color: rgb(163 161 244 / 0.25);
}

.hover\:border-custom-indigo\/30:hover {
  border-color: rgb(163 161 244 / 0.3);
}

.hover\:border-custom-indigo\/35:hover {
  border-color: rgb(163 161 244 / 0.35);
}

.hover\:border-custom-indigo\/40:hover {
  border-color: rgb(163 161 244 / 0.4);
}

.hover\:border-custom-indigo\/45:hover {
  border-color: rgb(163 161 244 / 0.45);
}

.hover\:border-custom-indigo\/5:hover {
  border-color: rgb(163 161 244 / 0.05);
}

.hover\:border-custom-indigo\/50:hover {
  border-color: rgb(163 161 244 / 0.5);
}

.hover\:border-custom-indigo\/55:hover {
  border-color: rgb(163 161 244 / 0.55);
}

.hover\:border-custom-indigo\/60:hover {
  border-color: rgb(163 161 244 / 0.6);
}

.hover\:border-custom-indigo\/65:hover {
  border-color: rgb(163 161 244 / 0.65);
}

.hover\:border-custom-indigo\/70:hover {
  border-color: rgb(163 161 244 / 0.7);
}

.hover\:border-custom-indigo\/75:hover {
  border-color: rgb(163 161 244 / 0.75);
}

.hover\:border-custom-indigo\/80:hover {
  border-color: rgb(163 161 244 / 0.8);
}

.hover\:border-custom-indigo\/85:hover {
  border-color: rgb(163 161 244 / 0.85);
}

.hover\:border-custom-indigo\/90:hover {
  border-color: rgb(163 161 244 / 0.9);
}

.hover\:border-custom-indigo\/95:hover {
  border-color: rgb(163 161 244 / 0.95);
}

.hover\:border-custom-mint:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-mint\/0:hover {
  border-color: rgb(16 185 129 / 0);
}

.hover\:border-custom-mint\/10:hover {
  border-color: rgb(16 185 129 / 0.1);
}

.hover\:border-custom-mint\/100:hover {
  border-color: rgb(16 185 129 / 1);
}

.hover\:border-custom-mint\/15:hover {
  border-color: rgb(16 185 129 / 0.15);
}

.hover\:border-custom-mint\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}

.hover\:border-custom-mint\/25:hover {
  border-color: rgb(16 185 129 / 0.25);
}

.hover\:border-custom-mint\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}

.hover\:border-custom-mint\/35:hover {
  border-color: rgb(16 185 129 / 0.35);
}

.hover\:border-custom-mint\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-custom-mint\/45:hover {
  border-color: rgb(16 185 129 / 0.45);
}

.hover\:border-custom-mint\/5:hover {
  border-color: rgb(16 185 129 / 0.05);
}

.hover\:border-custom-mint\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}

.hover\:border-custom-mint\/55:hover {
  border-color: rgb(16 185 129 / 0.55);
}

.hover\:border-custom-mint\/60:hover {
  border-color: rgb(16 185 129 / 0.6);
}

.hover\:border-custom-mint\/65:hover {
  border-color: rgb(16 185 129 / 0.65);
}

.hover\:border-custom-mint\/70:hover {
  border-color: rgb(16 185 129 / 0.7);
}

.hover\:border-custom-mint\/75:hover {
  border-color: rgb(16 185 129 / 0.75);
}

.hover\:border-custom-mint\/80:hover {
  border-color: rgb(16 185 129 / 0.8);
}

.hover\:border-custom-mint\/85:hover {
  border-color: rgb(16 185 129 / 0.85);
}

.hover\:border-custom-mint\/90:hover {
  border-color: rgb(16 185 129 / 0.9);
}

.hover\:border-custom-mint\/95:hover {
  border-color: rgb(16 185 129 / 0.95);
}

.hover\:border-custom-pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-pink\/0:hover {
  border-color: rgb(249 168 212 / 0);
}

.hover\:border-custom-pink\/10:hover {
  border-color: rgb(249 168 212 / 0.1);
}

.hover\:border-custom-pink\/100:hover {
  border-color: rgb(249 168 212 / 1);
}

.hover\:border-custom-pink\/15:hover {
  border-color: rgb(249 168 212 / 0.15);
}

.hover\:border-custom-pink\/20:hover {
  border-color: rgb(249 168 212 / 0.2);
}

.hover\:border-custom-pink\/25:hover {
  border-color: rgb(249 168 212 / 0.25);
}

.hover\:border-custom-pink\/30:hover {
  border-color: rgb(249 168 212 / 0.3);
}

.hover\:border-custom-pink\/35:hover {
  border-color: rgb(249 168 212 / 0.35);
}

.hover\:border-custom-pink\/40:hover {
  border-color: rgb(249 168 212 / 0.4);
}

.hover\:border-custom-pink\/45:hover {
  border-color: rgb(249 168 212 / 0.45);
}

.hover\:border-custom-pink\/5:hover {
  border-color: rgb(249 168 212 / 0.05);
}

.hover\:border-custom-pink\/50:hover {
  border-color: rgb(249 168 212 / 0.5);
}

.hover\:border-custom-pink\/55:hover {
  border-color: rgb(249 168 212 / 0.55);
}

.hover\:border-custom-pink\/60:hover {
  border-color: rgb(249 168 212 / 0.6);
}

.hover\:border-custom-pink\/65:hover {
  border-color: rgb(249 168 212 / 0.65);
}

.hover\:border-custom-pink\/70:hover {
  border-color: rgb(249 168 212 / 0.7);
}

.hover\:border-custom-pink\/75:hover {
  border-color: rgb(249 168 212 / 0.75);
}

.hover\:border-custom-pink\/80:hover {
  border-color: rgb(249 168 212 / 0.8);
}

.hover\:border-custom-pink\/85:hover {
  border-color: rgb(249 168 212 / 0.85);
}

.hover\:border-custom-pink\/90:hover {
  border-color: rgb(249 168 212 / 0.9);
}

.hover\:border-custom-pink\/95:hover {
  border-color: rgb(249 168 212 / 0.95);
}

.hover\:border-custom-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-red\/0:hover {
  border-color: rgb(252 165 165 / 0);
}

.hover\:border-custom-red\/10:hover {
  border-color: rgb(252 165 165 / 0.1);
}

.hover\:border-custom-red\/100:hover {
  border-color: rgb(252 165 165 / 1);
}

.hover\:border-custom-red\/15:hover {
  border-color: rgb(252 165 165 / 0.15);
}

.hover\:border-custom-red\/20:hover {
  border-color: rgb(252 165 165 / 0.2);
}

.hover\:border-custom-red\/25:hover {
  border-color: rgb(252 165 165 / 0.25);
}

.hover\:border-custom-red\/30:hover {
  border-color: rgb(252 165 165 / 0.3);
}

.hover\:border-custom-red\/35:hover {
  border-color: rgb(252 165 165 / 0.35);
}

.hover\:border-custom-red\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}

.hover\:border-custom-red\/45:hover {
  border-color: rgb(252 165 165 / 0.45);
}

.hover\:border-custom-red\/5:hover {
  border-color: rgb(252 165 165 / 0.05);
}

.hover\:border-custom-red\/50:hover {
  border-color: rgb(252 165 165 / 0.5);
}

.hover\:border-custom-red\/55:hover {
  border-color: rgb(252 165 165 / 0.55);
}

.hover\:border-custom-red\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}

.hover\:border-custom-red\/65:hover {
  border-color: rgb(252 165 165 / 0.65);
}

.hover\:border-custom-red\/70:hover {
  border-color: rgb(252 165 165 / 0.7);
}

.hover\:border-custom-red\/75:hover {
  border-color: rgb(252 165 165 / 0.75);
}

.hover\:border-custom-red\/80:hover {
  border-color: rgb(252 165 165 / 0.8);
}

.hover\:border-custom-red\/85:hover {
  border-color: rgb(252 165 165 / 0.85);
}

.hover\:border-custom-red\/90:hover {
  border-color: rgb(252 165 165 / 0.9);
}

.hover\:border-custom-red\/95:hover {
  border-color: rgb(252 165 165 / 0.95);
}

.hover\:border-custom-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 88 181 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-teal\/0:hover {
  border-color: rgb(191 88 181 / 0);
}

.hover\:border-custom-teal\/10:hover {
  border-color: rgb(191 88 181 / 0.1);
}

.hover\:border-custom-teal\/100:hover {
  border-color: rgb(191 88 181 / 1);
}

.hover\:border-custom-teal\/15:hover {
  border-color: rgb(191 88 181 / 0.15);
}

.hover\:border-custom-teal\/20:hover {
  border-color: rgb(191 88 181 / 0.2);
}

.hover\:border-custom-teal\/25:hover {
  border-color: rgb(191 88 181 / 0.25);
}

.hover\:border-custom-teal\/30:hover {
  border-color: rgb(191 88 181 / 0.3);
}

.hover\:border-custom-teal\/35:hover {
  border-color: rgb(191 88 181 / 0.35);
}

.hover\:border-custom-teal\/40:hover {
  border-color: rgb(191 88 181 / 0.4);
}

.hover\:border-custom-teal\/45:hover {
  border-color: rgb(191 88 181 / 0.45);
}

.hover\:border-custom-teal\/5:hover {
  border-color: rgb(191 88 181 / 0.05);
}

.hover\:border-custom-teal\/50:hover {
  border-color: rgb(191 88 181 / 0.5);
}

.hover\:border-custom-teal\/55:hover {
  border-color: rgb(191 88 181 / 0.55);
}

.hover\:border-custom-teal\/60:hover {
  border-color: rgb(191 88 181 / 0.6);
}

.hover\:border-custom-teal\/65:hover {
  border-color: rgb(191 88 181 / 0.65);
}

.hover\:border-custom-teal\/70:hover {
  border-color: rgb(191 88 181 / 0.7);
}

.hover\:border-custom-teal\/75:hover {
  border-color: rgb(191 88 181 / 0.75);
}

.hover\:border-custom-teal\/80:hover {
  border-color: rgb(191 88 181 / 0.8);
}

.hover\:border-custom-teal\/85:hover {
  border-color: rgb(191 88 181 / 0.85);
}

.hover\:border-custom-teal\/90:hover {
  border-color: rgb(191 88 181 / 0.9);
}

.hover\:border-custom-teal\/95:hover {
  border-color: rgb(191 88 181 / 0.95);
}

.hover\:border-custom-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.hover\:border-custom-yellow\/0:hover {
  border-color: rgb(245 158 11 / 0);
}

.hover\:border-custom-yellow\/10:hover {
  border-color: rgb(245 158 11 / 0.1);
}

.hover\:border-custom-yellow\/100:hover {
  border-color: rgb(245 158 11 / 1);
}

.hover\:border-custom-yellow\/15:hover {
  border-color: rgb(245 158 11 / 0.15);
}

.hover\:border-custom-yellow\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}

.hover\:border-custom-yellow\/25:hover {
  border-color: rgb(245 158 11 / 0.25);
}

.hover\:border-custom-yellow\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}

.hover\:border-custom-yellow\/35:hover {
  border-color: rgb(245 158 11 / 0.35);
}

.hover\:border-custom-yellow\/40:hover {
  border-color: rgb(245 158 11 / 0.4);
}

.hover\:border-custom-yellow\/45:hover {
  border-color: rgb(245 158 11 / 0.45);
}

.hover\:border-custom-yellow\/5:hover {
  border-color: rgb(245 158 11 / 0.05);
}

.hover\:border-custom-yellow\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}

.hover\:border-custom-yellow\/55:hover {
  border-color: rgb(245 158 11 / 0.55);
}

.hover\:border-custom-yellow\/60:hover {
  border-color: rgb(245 158 11 / 0.6);
}

.hover\:border-custom-yellow\/65:hover {
  border-color: rgb(245 158 11 / 0.65);
}

.hover\:border-custom-yellow\/70:hover {
  border-color: rgb(245 158 11 / 0.7);
}

.hover\:border-custom-yellow\/75:hover {
  border-color: rgb(245 158 11 / 0.75);
}

.hover\:border-custom-yellow\/80:hover {
  border-color: rgb(245 158 11 / 0.8);
}

.hover\:border-custom-yellow\/85:hover {
  border-color: rgb(245 158 11 / 0.85);
}

.hover\:border-custom-yellow\/90:hover {
  border-color: rgb(245 158 11 / 0.9);
}

.hover\:border-custom-yellow\/95:hover {
  border-color: rgb(245 158 11 / 0.95);
}

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

.hover\:border-primary-main:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#3C33C1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 51 193 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#4338CA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#4A37E8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 55 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E9E8FC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F6F6FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFEBC7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orion-purple-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-main\/30:hover {
  background-color: rgb(79 70 229 / 0.3);
}

.hover\:bg-primary-main\/90:hover {
  background-color: rgb(79 70 229 / 0.9);
}

.hover\:bg-primary-subtle\/30:hover {
  background-color: rgb(163 161 244 / 0.3);
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-\[\#1F2937\]:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#4338CA\]:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-main:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-main\/80:hover {
  color: rgb(79 70 229 / 0.8);
}

.hover\:text-primary-subtle\/80:hover {
  color: rgb(163 161 244 / 0.8);
}

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

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

.hover\:shadow:hover {
  --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);
}

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

.hover\:ring-blue-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-main\/20:hover {
  --tw-ring-color: rgb(79 70 229 / 0.2);
}

.focus\:border-\[\#4F46E5\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-blue\/0:focus {
  border-color: rgb(14 165 233 / 0);
}

.focus\:border-custom-blue\/10:focus {
  border-color: rgb(14 165 233 / 0.1);
}

.focus\:border-custom-blue\/100:focus {
  border-color: rgb(14 165 233 / 1);
}

.focus\:border-custom-blue\/15:focus {
  border-color: rgb(14 165 233 / 0.15);
}

.focus\:border-custom-blue\/20:focus {
  border-color: rgb(14 165 233 / 0.2);
}

.focus\:border-custom-blue\/25:focus {
  border-color: rgb(14 165 233 / 0.25);
}

.focus\:border-custom-blue\/30:focus {
  border-color: rgb(14 165 233 / 0.3);
}

.focus\:border-custom-blue\/35:focus {
  border-color: rgb(14 165 233 / 0.35);
}

.focus\:border-custom-blue\/40:focus {
  border-color: rgb(14 165 233 / 0.4);
}

.focus\:border-custom-blue\/45:focus {
  border-color: rgb(14 165 233 / 0.45);
}

.focus\:border-custom-blue\/5:focus {
  border-color: rgb(14 165 233 / 0.05);
}

.focus\:border-custom-blue\/50:focus {
  border-color: rgb(14 165 233 / 0.5);
}

.focus\:border-custom-blue\/55:focus {
  border-color: rgb(14 165 233 / 0.55);
}

.focus\:border-custom-blue\/60:focus {
  border-color: rgb(14 165 233 / 0.6);
}

.focus\:border-custom-blue\/65:focus {
  border-color: rgb(14 165 233 / 0.65);
}

.focus\:border-custom-blue\/70:focus {
  border-color: rgb(14 165 233 / 0.7);
}

.focus\:border-custom-blue\/75:focus {
  border-color: rgb(14 165 233 / 0.75);
}

.focus\:border-custom-blue\/80:focus {
  border-color: rgb(14 165 233 / 0.8);
}

.focus\:border-custom-blue\/85:focus {
  border-color: rgb(14 165 233 / 0.85);
}

.focus\:border-custom-blue\/90:focus {
  border-color: rgb(14 165 233 / 0.9);
}

.focus\:border-custom-blue\/95:focus {
  border-color: rgb(14 165 233 / 0.95);
}

.focus\:border-custom-indigo:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 161 244 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-indigo\/0:focus {
  border-color: rgb(163 161 244 / 0);
}

.focus\:border-custom-indigo\/10:focus {
  border-color: rgb(163 161 244 / 0.1);
}

.focus\:border-custom-indigo\/100:focus {
  border-color: rgb(163 161 244 / 1);
}

.focus\:border-custom-indigo\/15:focus {
  border-color: rgb(163 161 244 / 0.15);
}

.focus\:border-custom-indigo\/20:focus {
  border-color: rgb(163 161 244 / 0.2);
}

.focus\:border-custom-indigo\/25:focus {
  border-color: rgb(163 161 244 / 0.25);
}

.focus\:border-custom-indigo\/30:focus {
  border-color: rgb(163 161 244 / 0.3);
}

.focus\:border-custom-indigo\/35:focus {
  border-color: rgb(163 161 244 / 0.35);
}

.focus\:border-custom-indigo\/40:focus {
  border-color: rgb(163 161 244 / 0.4);
}

.focus\:border-custom-indigo\/45:focus {
  border-color: rgb(163 161 244 / 0.45);
}

.focus\:border-custom-indigo\/5:focus {
  border-color: rgb(163 161 244 / 0.05);
}

.focus\:border-custom-indigo\/50:focus {
  border-color: rgb(163 161 244 / 0.5);
}

.focus\:border-custom-indigo\/55:focus {
  border-color: rgb(163 161 244 / 0.55);
}

.focus\:border-custom-indigo\/60:focus {
  border-color: rgb(163 161 244 / 0.6);
}

.focus\:border-custom-indigo\/65:focus {
  border-color: rgb(163 161 244 / 0.65);
}

.focus\:border-custom-indigo\/70:focus {
  border-color: rgb(163 161 244 / 0.7);
}

.focus\:border-custom-indigo\/75:focus {
  border-color: rgb(163 161 244 / 0.75);
}

.focus\:border-custom-indigo\/80:focus {
  border-color: rgb(163 161 244 / 0.8);
}

.focus\:border-custom-indigo\/85:focus {
  border-color: rgb(163 161 244 / 0.85);
}

.focus\:border-custom-indigo\/90:focus {
  border-color: rgb(163 161 244 / 0.9);
}

.focus\:border-custom-indigo\/95:focus {
  border-color: rgb(163 161 244 / 0.95);
}

.focus\:border-custom-mint:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-mint\/0:focus {
  border-color: rgb(16 185 129 / 0);
}

.focus\:border-custom-mint\/10:focus {
  border-color: rgb(16 185 129 / 0.1);
}

.focus\:border-custom-mint\/100:focus {
  border-color: rgb(16 185 129 / 1);
}

.focus\:border-custom-mint\/15:focus {
  border-color: rgb(16 185 129 / 0.15);
}

.focus\:border-custom-mint\/20:focus {
  border-color: rgb(16 185 129 / 0.2);
}

.focus\:border-custom-mint\/25:focus {
  border-color: rgb(16 185 129 / 0.25);
}

.focus\:border-custom-mint\/30:focus {
  border-color: rgb(16 185 129 / 0.3);
}

.focus\:border-custom-mint\/35:focus {
  border-color: rgb(16 185 129 / 0.35);
}

.focus\:border-custom-mint\/40:focus {
  border-color: rgb(16 185 129 / 0.4);
}

.focus\:border-custom-mint\/45:focus {
  border-color: rgb(16 185 129 / 0.45);
}

.focus\:border-custom-mint\/5:focus {
  border-color: rgb(16 185 129 / 0.05);
}

.focus\:border-custom-mint\/50:focus {
  border-color: rgb(16 185 129 / 0.5);
}

.focus\:border-custom-mint\/55:focus {
  border-color: rgb(16 185 129 / 0.55);
}

.focus\:border-custom-mint\/60:focus {
  border-color: rgb(16 185 129 / 0.6);
}

.focus\:border-custom-mint\/65:focus {
  border-color: rgb(16 185 129 / 0.65);
}

.focus\:border-custom-mint\/70:focus {
  border-color: rgb(16 185 129 / 0.7);
}

.focus\:border-custom-mint\/75:focus {
  border-color: rgb(16 185 129 / 0.75);
}

.focus\:border-custom-mint\/80:focus {
  border-color: rgb(16 185 129 / 0.8);
}

.focus\:border-custom-mint\/85:focus {
  border-color: rgb(16 185 129 / 0.85);
}

.focus\:border-custom-mint\/90:focus {
  border-color: rgb(16 185 129 / 0.9);
}

.focus\:border-custom-mint\/95:focus {
  border-color: rgb(16 185 129 / 0.95);
}

.focus\:border-custom-pink:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-pink\/0:focus {
  border-color: rgb(249 168 212 / 0);
}

.focus\:border-custom-pink\/10:focus {
  border-color: rgb(249 168 212 / 0.1);
}

.focus\:border-custom-pink\/100:focus {
  border-color: rgb(249 168 212 / 1);
}

.focus\:border-custom-pink\/15:focus {
  border-color: rgb(249 168 212 / 0.15);
}

.focus\:border-custom-pink\/20:focus {
  border-color: rgb(249 168 212 / 0.2);
}

.focus\:border-custom-pink\/25:focus {
  border-color: rgb(249 168 212 / 0.25);
}

.focus\:border-custom-pink\/30:focus {
  border-color: rgb(249 168 212 / 0.3);
}

.focus\:border-custom-pink\/35:focus {
  border-color: rgb(249 168 212 / 0.35);
}

.focus\:border-custom-pink\/40:focus {
  border-color: rgb(249 168 212 / 0.4);
}

.focus\:border-custom-pink\/45:focus {
  border-color: rgb(249 168 212 / 0.45);
}

.focus\:border-custom-pink\/5:focus {
  border-color: rgb(249 168 212 / 0.05);
}

.focus\:border-custom-pink\/50:focus {
  border-color: rgb(249 168 212 / 0.5);
}

.focus\:border-custom-pink\/55:focus {
  border-color: rgb(249 168 212 / 0.55);
}

.focus\:border-custom-pink\/60:focus {
  border-color: rgb(249 168 212 / 0.6);
}

.focus\:border-custom-pink\/65:focus {
  border-color: rgb(249 168 212 / 0.65);
}

.focus\:border-custom-pink\/70:focus {
  border-color: rgb(249 168 212 / 0.7);
}

.focus\:border-custom-pink\/75:focus {
  border-color: rgb(249 168 212 / 0.75);
}

.focus\:border-custom-pink\/80:focus {
  border-color: rgb(249 168 212 / 0.8);
}

.focus\:border-custom-pink\/85:focus {
  border-color: rgb(249 168 212 / 0.85);
}

.focus\:border-custom-pink\/90:focus {
  border-color: rgb(249 168 212 / 0.9);
}

.focus\:border-custom-pink\/95:focus {
  border-color: rgb(249 168 212 / 0.95);
}

.focus\:border-custom-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-red\/0:focus {
  border-color: rgb(252 165 165 / 0);
}

.focus\:border-custom-red\/10:focus {
  border-color: rgb(252 165 165 / 0.1);
}

.focus\:border-custom-red\/100:focus {
  border-color: rgb(252 165 165 / 1);
}

.focus\:border-custom-red\/15:focus {
  border-color: rgb(252 165 165 / 0.15);
}

.focus\:border-custom-red\/20:focus {
  border-color: rgb(252 165 165 / 0.2);
}

.focus\:border-custom-red\/25:focus {
  border-color: rgb(252 165 165 / 0.25);
}

.focus\:border-custom-red\/30:focus {
  border-color: rgb(252 165 165 / 0.3);
}

.focus\:border-custom-red\/35:focus {
  border-color: rgb(252 165 165 / 0.35);
}

.focus\:border-custom-red\/40:focus {
  border-color: rgb(252 165 165 / 0.4);
}

.focus\:border-custom-red\/45:focus {
  border-color: rgb(252 165 165 / 0.45);
}

.focus\:border-custom-red\/5:focus {
  border-color: rgb(252 165 165 / 0.05);
}

.focus\:border-custom-red\/50:focus {
  border-color: rgb(252 165 165 / 0.5);
}

.focus\:border-custom-red\/55:focus {
  border-color: rgb(252 165 165 / 0.55);
}

.focus\:border-custom-red\/60:focus {
  border-color: rgb(252 165 165 / 0.6);
}

.focus\:border-custom-red\/65:focus {
  border-color: rgb(252 165 165 / 0.65);
}

.focus\:border-custom-red\/70:focus {
  border-color: rgb(252 165 165 / 0.7);
}

.focus\:border-custom-red\/75:focus {
  border-color: rgb(252 165 165 / 0.75);
}

.focus\:border-custom-red\/80:focus {
  border-color: rgb(252 165 165 / 0.8);
}

.focus\:border-custom-red\/85:focus {
  border-color: rgb(252 165 165 / 0.85);
}

.focus\:border-custom-red\/90:focus {
  border-color: rgb(252 165 165 / 0.9);
}

.focus\:border-custom-red\/95:focus {
  border-color: rgb(252 165 165 / 0.95);
}

.focus\:border-custom-teal:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 88 181 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-teal\/0:focus {
  border-color: rgb(191 88 181 / 0);
}

.focus\:border-custom-teal\/10:focus {
  border-color: rgb(191 88 181 / 0.1);
}

.focus\:border-custom-teal\/100:focus {
  border-color: rgb(191 88 181 / 1);
}

.focus\:border-custom-teal\/15:focus {
  border-color: rgb(191 88 181 / 0.15);
}

.focus\:border-custom-teal\/20:focus {
  border-color: rgb(191 88 181 / 0.2);
}

.focus\:border-custom-teal\/25:focus {
  border-color: rgb(191 88 181 / 0.25);
}

.focus\:border-custom-teal\/30:focus {
  border-color: rgb(191 88 181 / 0.3);
}

.focus\:border-custom-teal\/35:focus {
  border-color: rgb(191 88 181 / 0.35);
}

.focus\:border-custom-teal\/40:focus {
  border-color: rgb(191 88 181 / 0.4);
}

.focus\:border-custom-teal\/45:focus {
  border-color: rgb(191 88 181 / 0.45);
}

.focus\:border-custom-teal\/5:focus {
  border-color: rgb(191 88 181 / 0.05);
}

.focus\:border-custom-teal\/50:focus {
  border-color: rgb(191 88 181 / 0.5);
}

.focus\:border-custom-teal\/55:focus {
  border-color: rgb(191 88 181 / 0.55);
}

.focus\:border-custom-teal\/60:focus {
  border-color: rgb(191 88 181 / 0.6);
}

.focus\:border-custom-teal\/65:focus {
  border-color: rgb(191 88 181 / 0.65);
}

.focus\:border-custom-teal\/70:focus {
  border-color: rgb(191 88 181 / 0.7);
}

.focus\:border-custom-teal\/75:focus {
  border-color: rgb(191 88 181 / 0.75);
}

.focus\:border-custom-teal\/80:focus {
  border-color: rgb(191 88 181 / 0.8);
}

.focus\:border-custom-teal\/85:focus {
  border-color: rgb(191 88 181 / 0.85);
}

.focus\:border-custom-teal\/90:focus {
  border-color: rgb(191 88 181 / 0.9);
}

.focus\:border-custom-teal\/95:focus {
  border-color: rgb(191 88 181 / 0.95);
}

.focus\:border-custom-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.focus\:border-custom-yellow\/0:focus {
  border-color: rgb(245 158 11 / 0);
}

.focus\:border-custom-yellow\/10:focus {
  border-color: rgb(245 158 11 / 0.1);
}

.focus\:border-custom-yellow\/100:focus {
  border-color: rgb(245 158 11 / 1);
}

.focus\:border-custom-yellow\/15:focus {
  border-color: rgb(245 158 11 / 0.15);
}

.focus\:border-custom-yellow\/20:focus {
  border-color: rgb(245 158 11 / 0.2);
}

.focus\:border-custom-yellow\/25:focus {
  border-color: rgb(245 158 11 / 0.25);
}

.focus\:border-custom-yellow\/30:focus {
  border-color: rgb(245 158 11 / 0.3);
}

.focus\:border-custom-yellow\/35:focus {
  border-color: rgb(245 158 11 / 0.35);
}

.focus\:border-custom-yellow\/40:focus {
  border-color: rgb(245 158 11 / 0.4);
}

.focus\:border-custom-yellow\/45:focus {
  border-color: rgb(245 158 11 / 0.45);
}

.focus\:border-custom-yellow\/5:focus {
  border-color: rgb(245 158 11 / 0.05);
}

.focus\:border-custom-yellow\/50:focus {
  border-color: rgb(245 158 11 / 0.5);
}

.focus\:border-custom-yellow\/55:focus {
  border-color: rgb(245 158 11 / 0.55);
}

.focus\:border-custom-yellow\/60:focus {
  border-color: rgb(245 158 11 / 0.6);
}

.focus\:border-custom-yellow\/65:focus {
  border-color: rgb(245 158 11 / 0.65);
}

.focus\:border-custom-yellow\/70:focus {
  border-color: rgb(245 158 11 / 0.7);
}

.focus\:border-custom-yellow\/75:focus {
  border-color: rgb(245 158 11 / 0.75);
}

.focus\:border-custom-yellow\/80:focus {
  border-color: rgb(245 158 11 / 0.8);
}

.focus\:border-custom-yellow\/85:focus {
  border-color: rgb(245 158 11 / 0.85);
}

.focus\:border-custom-yellow\/90:focus {
  border-color: rgb(245 158 11 / 0.9);
}

.focus\:border-custom-yellow\/95:focus {
  border-color: rgb(245 158 11 / 0.95);
}

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

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-main:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.focus\:ring-\[\#4F46E5\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#5B45FA\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 69 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#A3A1F4\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 161 244 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#F59E0B\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-main:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-main\/20:focus {
  --tw-ring-color: rgb(79 70 229 / 0.2);
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white\/30:focus {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

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

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-\[\#818CF8\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.disabled\:text-gray-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.peer:checked ~ .peer-checked\:bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --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));
}

.group[aria-expanded="true"] .group-aria-expanded\: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));
}

@media (min-width: 640px) {
  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

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

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

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

  .sm\:mt-\[40px\] {
    margin-top: 40px;
  }

  .sm\:mt-\[780px\] {
    margin-top: 780px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

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

  .sm\:w-48 {
    width: 12rem;
  }

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

  .sm\:min-w-\[420px\] {
    min-width: 420px;
  }

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

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

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

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:mt-\[720px\] {
    margin-top: 720px;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[100\%\] {
    width: 100%;
  }

  .md\:w-\[1200px\] {
    width: 1200px;
  }

  .md\:w-\[250px\] {
    width: 250px;
  }

  .md\:w-\[298px\] {
    width: 298px;
  }

  .md\:w-\[360px\] {
    width: 360px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[956px\] {
    width: 956px;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

  .md\:grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
  }

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

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

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px;
  }

  .md\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:text-\[12\.73px\] {
    font-size: 12.73px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[36\.36px\] {
    font-size: 36.36px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .lg\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-\[64\] {
    margin-left: 64;
  }

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

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

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

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

  .lg\:max-h-\[200px\] {
    max-height: 200px;
  }

  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[50px\] {
    width: 50px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-\[280px\] {
    min-width: 280px;
  }

  .lg\: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));
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:divide-primary-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(163 161 244 / 0.2);
  }

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

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[45\.59px\] {
    font-size: 45.59px;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:leading-\[47\.66px\] {
    line-height: 47.66px;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:mt-\[88px\] {
    margin-top: 88px;
  }
}
