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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

*, ::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}
.-left-10 {
  left: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-\[17\%\] {
  left: 17%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[84px\] {
  left: 84px;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[7px\] {
  right: 7px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[70px\] {
  top: 70px;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[51\] {
  z-index: 51;
}
.z-\[52\] {
  z-index: 52;
}
.z-\[53\] {
  z-index: 53;
}
.z-\[54\] {
  z-index: 54;
}
.z-\[55\] {
  z-index: 55;
}
.z-\[56\] {
  z-index: 56;
}
.z-\[57\] {
  z-index: 57;
}
.z-\[58\] {
  z-index: 58;
}
.z-\[59\] {
  z-index: 59;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[61\] {
  z-index: 61;
}
.z-\[62\] {
  z-index: 62;
}
.z-\[63\] {
  z-index: 63;
}
.z-\[64\] {
  z-index: 64;
}
.z-\[65\] {
  z-index: 65;
}
.z-\[66\] {
  z-index: 66;
}
.z-\[67\] {
  z-index: 67;
}
.z-\[68\] {
  z-index: 68;
}
.z-\[69\] {
  z-index: 69;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[71\] {
  z-index: 71;
}
.z-\[72\] {
  z-index: 72;
}
.z-\[73\] {
  z-index: 73;
}
.z-\[74\] {
  z-index: 74;
}
.z-\[75\] {
  z-index: 75;
}
.z-\[76\] {
  z-index: 76;
}
.z-\[77\] {
  z-index: 77;
}
.z-\[78\] {
  z-index: 78;
}
.z-\[79\] {
  z-index: 79;
}
.z-\[80\] {
  z-index: 80;
}
.z-\[81\] {
  z-index: 81;
}
.z-\[82\] {
  z-index: 82;
}
.z-\[83\] {
  z-index: 83;
}
.z-\[84\] {
  z-index: 84;
}
.z-\[85\] {
  z-index: 85;
}
.z-\[86\] {
  z-index: 86;
}
.z-\[87\] {
  z-index: 87;
}
.z-\[88\] {
  z-index: 88;
}
.z-\[89\] {
  z-index: 89;
}
.z-\[90\] {
  z-index: 90;
}
.z-\[91\] {
  z-index: 91;
}
.z-\[92\] {
  z-index: 92;
}
.z-\[93\] {
  z-index: 93;
}
.z-\[94\] {
  z-index: 94;
}
.z-\[95\] {
  z-index: 95;
}
.z-\[96\] {
  z-index: 96;
}
.z-\[97\] {
  z-index: 97;
}
.z-\[98\] {
  z-index: 98;
}
.z-\[99\] {
  z-index: 99;
}
.col-auto {
  grid-column: auto;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.me-4 {
  margin-inline-end: 1rem;
}
.me-8 {
  margin-inline-end: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-\[60px\] {
  height: 60px !important;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[85px\] {
  height: 85px;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[330px\] {
  max-height: 330px;
}
.max-h-dvh {
  max-height: 100dvh;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[50\%\] {
  min-height: 50%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[60px\] {
  width: 60px !important;
}
.\!w-\[auto\] {
  width: auto !important;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-96 {
  width: 24rem;
}
.w-\[293px\] {
  width: 293px;
}
.w-\[339px\] {
  width: 339px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[85px\] {
  width: 85px;
}
.w-full {
  width: 100%;
}
.max-w-\[295px\] {
  max-width: 295px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[322px\] {
  max-width: 322px;
}
.max-w-\[339px\] {
  max-width: 339px;
}
.max-w-\[363px\] {
  max-width: 363px;
}
.max-w-\[456px\] {
  max-width: 456px;
}
.max-w-\[510px\] {
  max-width: 510px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-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-\[-50\%\] {
  --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));
}
.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 blink {

  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity:  0.2;
  }
}
.animate-blink {
  animation: blink 1.4s infinite both;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-slowspin {
  animation: spin 1.4s infinite both;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-px {
  gap: 1px;
}
.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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[--hero-border-radius\] {
  border-radius: var(--hero-border-radius);
}
.rounded-\[--input-border-radius\] {
  border-radius: var(--input-border-radius);
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-\[18px\] {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#55544E\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 84 78 / var(--tw-border-opacity));
}
.border-\[--card-border-color\] {
  border-color: var(--card-border-color);
}
.border-\[--card-btn-border-color\] {
  border-color: var(--card-btn-border-color);
}
.border-\[--sendbtn-bgcolor\] {
  border-color: var(--sendbtn-bgcolor);
}
.border-\[--startbtn-bg\] {
  border-color: var(--startbtn-bg);
}
.bg-\[\#252525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}
.bg-\[--card-bg\] {
  background-color: var(--card-bg);
}
.bg-\[--card-btn-bg\] {
  background-color: var(--card-btn-bg);
}
.bg-\[--chatbot-bg\] {
  background-color: var(--chatbot-bg);
}
.bg-\[--loader-bg\] {
  background-color: var(--loader-bg);
}
.bg-\[--loader-dots\] {
  background-color: var(--loader-dots);
}
.bg-\[--loader-line\] {
  background-color: var(--loader-line);
}
.bg-\[--loader-spinner-bg\] {
  background-color: var(--loader-spinner-bg);
}
.bg-\[--sendbtn-bgcolor\] {
  background-color: var(--sendbtn-bgcolor);
}
.bg-\[--sidebar-bg\] {
  background-color: var(--sidebar-bg);
}
.bg-\[--sidebar-progressbar-bg\] {
  background-color: var(--sidebar-progressbar-bg);
}
.bg-\[--sidebar-progressbar-progress-bg\] {
  background-color: var(--sidebar-progressbar-progress-bg);
}
.bg-\[--sidebar-togglebtn-bg\] {
  background-color: var(--sidebar-togglebtn-bg);
}
.bg-\[--startbtn-bg\] {
  background-color: var(--startbtn-bg);
}
.bg-\[color\:--input-bgcolor\] {
  background-color: var(--input-bgcolor);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-grey-color {
  --tw-bg-opacity: 1;
  background-color: rgb(43 41 34 / var(--tw-bg-opacity));
}
.bg-grey02-color {
  --tw-bg-opacity: 1;
  background-color: rgb(230 213 193 / var(--tw-bg-opacity));
}
.bg-grey03-color {
  --tw-bg-opacity: 1;
  background-color: rgb(85 84 78 / var(--tw-bg-opacity));
}
.bg-lightgrey-color {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-\[\#FF2D00\] {
  fill: #FF2D00;
}
.stroke-\[\#2ECC71\] {
  stroke: #2ECC71;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[11px\] {
  padding: 11px;
}
.p-\[16px\] {
  padding: 16px;
}
.\!px-\[44px\] {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.\!px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.\!pt-\[27px\] {
  padding-top: 27px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}
.text-\[--loader-spinner\] {
  color: var(--loader-spinner);
}
.text-\[--primary-negative\] {
  color: var(--primary-negative);
}
.text-\[--sendbtn-bgcolor\] {
  color: var(--sendbtn-bgcolor);
}
.text-\[--sendbtn-textcolor\] {
  color: var(--sendbtn-textcolor);
}
.text-\[color\:--card-btn-text-color\] {
  color: var(--card-btn-text-color);
}
.text-\[color\:--chat-assistant-message\] {
  color: var(--chat-assistant-message);
}
.text-\[color\:--chat-assistant-title\] {
  color: var(--chat-assistant-title);
}
.text-\[color\:--chat-user-message\] {
  color: var(--chat-user-message);
}
.text-\[color\:--chat-user-title\] {
  color: var(--chat-user-title);
}
.text-\[color\:--input-placeholder-textcolor\] {
  color: var(--input-placeholder-textcolor);
}
.text-\[color\:--input-textcolor\] {
  color: var(--input-textcolor);
}
.text-\[color\:--loader-spinner\] {
  color: var(--loader-spinner);
}
.text-\[color\:--sendbtn-bgcolor\] {
  color: var(--sendbtn-bgcolor);
}
.text-\[color\:--sidebar-calculate-progress-text\] {
  color: var(--sidebar-calculate-progress-text);
}
.text-\[color\:--sidebar-generate-response-text\] {
  color: var(--sidebar-generate-response-text);
}
.text-\[color\:--sidebar-progress-text\] {
  color: var(--sidebar-progress-text);
}
.text-\[color\:--sidebar-submitted-data-label\] {
  color: var(--sidebar-submitted-data-label);
}
.text-\[color\:--sidebar-submitted-data-text\] {
  color: var(--sidebar-submitted-data-text);
}
.text-\[color\:--sidebar-submitted-text\] {
  color: var(--sidebar-submitted-text);
}
.text-\[color\:--sidebar-togglebtn-text\] {
  color: var(--sidebar-togglebtn-text);
}
.text-\[color\:--startbtn-textcolor\] {
  color: var(--startbtn-textcolor);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-grey01-color {
  --tw-text-opacity: 1;
  color: rgb(137 127 113 / var(--tw-text-opacity));
}
.text-grey02-color {
  --tw-text-opacity: 1;
  color: rgb(230 213 193 / var(--tw-text-opacity));
}
.text-grey05-color {
  --tw-text-opacity: 1;
  color: rgb(149 148 144 / var(--tw-text-opacity));
}
.text-grey06-color {
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[2s\] {
  transition-duration: 2s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.animation-delay-200 {
  animation-delay: 200ms;
}
.animation-delay-\[400ms\] {
  animation-delay: 400ms;
}

.root,
#root,
#docs-root {
  --grey-color: #2B2922;
  --lightgrey-color: #333333;
  --grey01-color: #897F71;
  --grey02-color: #E6D5C1;
  --grey03-color: #55544E;
  --grey04-color: #AAA9A6;
  --grey05-color: #959490;
  --grey06-color: #636363;
}

html, body {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  opacity: 0;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 0;
  background: #636363;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:focus {
  background: #636363;
}

.card-list {
  overflow-x: scroll; /* Always show horizontal scrollbar */
  scrollbar-width: auto; /* Set width of scrollbar */
}

.card-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
    margin: 0 10px;
	/* background-color: #F5F5F5; */
}

.card-list::-webkit-scrollbar
{
	width: 12px;
    border-radius: 10px;
	/* background-color: #F5F5F5; */
}

.card-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(99,99,99,.3);
	background-color: rgb(99, 99, 99);
    overflow: hidden;
}

::-webkit-scrollbar:horizontal {
  height: 7px; /* Fixed height for horizontal scrollbar */
}

.youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-roboto{
  font-family:'Roboto', sans-serif;
}



@keyframes gradient-text {
    0% {
        background-position: 200% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.gradient-text {
    display: inline-block;
    /* background: linear-gradient(to right, #2a2a2a 0%, #2a2a2a 30%, var(--loader-spinner) 50%, #2a2a2a 70%, #2a2a2a 100%); */
    background: linear-gradient(to right, #2a2a2a 0%, #2a2a2a 30%, #fdfdfd 50%, #2a2a2a 70%, #2a2a2a 100%);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-text 2s linear infinite;
}


.blinking-text {
    font-weight: bold;
    font-family: monospace;
    color: var(--chat-assistant-message);
}

.blinking-text::after {
    content: '|';
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}

.blink {
    animation: blink 1s infinite;
}


input[type="radio"] {
    appearance: none;
    width: 21px;
    height: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--input-placeholder-textcolor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 21px;
    height: 21px;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: var(--input-placeholder-textcolor);
    border: none;
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M20 6L9 17l-5-5"/%3E%3C/svg%3E');

    background-size: 14px;
    background-repeat: no-repeat;
  }

.placeholder\:text-\[color\:--input-placeholder-textcolor\]::-moz-placeholder {
  color: var(--input-placeholder-textcolor);
}

.placeholder\:text-\[color\:--input-placeholder-textcolor\]::placeholder {
  color: var(--input-placeholder-textcolor);
}

.placeholder\:text-grey04-color::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 169 166 / var(--tw-text-opacity));
}

.placeholder\:text-grey04-color::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 169 166 / var(--tw-text-opacity));
}

.hover\:border-\[\#2ECC71\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 204 113 / var(--tw-border-opacity));
}

.hover\:border-\[\#FF2D00\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 45 0 / var(--tw-border-opacity));
}

.hover\:border-\[--card-btn-hover-border-color\]:hover {
  border-color: var(--card-btn-hover-border-color);
}

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

.hover\:bg-\[\#2ECC71\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 204 113 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FF2D00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 45 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[--card-btn-hover-bg\]:hover {
  background-color: var(--card-btn-hover-bg);
}

.hover\:bg-\[--sendbtn-hover-bgcolor\]:hover {
  background-color: var(--sendbtn-hover-bgcolor);
}

.hover\:bg-\[--sidebar-togglebtn-hover-bg\]:hover {
  background-color: var(--sidebar-togglebtn-hover-bg);
}

.hover\:bg-\[--startbtn-hover-bg\]:hover {
  background-color: var(--startbtn-hover-bg);
}

.hover\:bg-grey03-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 76 70 / var(--tw-bg-opacity));
}

.hover\:text-\[--sendbtn-hover-bgcolor\]:hover {
  color: var(--sendbtn-hover-bgcolor);
}

.hover\:text-\[--sendbtn-textcolor\]:hover {
  color: var(--sendbtn-textcolor);
}

.hover\:text-\[color\:--card-btn-hover-text-color\]:hover {
  color: var(--card-btn-hover-text-color);
}

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

.disabled\:cursor-progress:disabled {
  cursor: progress;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:resize-none:disabled {
  resize: none;
}

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

.disabled\:bg-\[--sendbtn-disabled-bgcolor\]:disabled {
  background-color: var(--sendbtn-disabled-bgcolor);
}

.disabled\:bg-\[color\:--input-disabled-bgcolor\]:disabled {
  background-color: var(--input-disabled-bgcolor);
}

.disabled\:bg-grey03-color:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(85 84 78 / var(--tw-bg-opacity));
}

.disabled\:text-\[--sendbtn-disabled-bgcolor\]:disabled {
  color: var(--sendbtn-disabled-bgcolor);
}

.group:hover .group-hover\:fill-\[\#FFFFFF\] {
  fill: #FFFFFF;
}

.group:hover .group-hover\:stroke-\[\#FFFFFF\] {
  stroke: #FFFFFF;
}

@media (min-width: 640px) {

  .sm\:relative {
    position: relative;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:top-auto {
    top: auto;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:\!flex-col {
    flex-direction: column !important;
  }

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

  .sm\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (min-width: 768px) {

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
}

@media (min-width: 1024px) {

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

  .lg\:\!flex-row {
    flex-direction: row !important;
  }

  .lg\:\!items-center {
    align-items: center !important;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (min-width: 1280px) {

  .xl\:hidden {
    display: none;
  }

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

  .xl\:text-\[90px\] {
    font-size: 90px;
  }
}
