/*make sure to import all the other css files here for them to work in the project*/

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

.container {
  width: 100%;
}

@media (min-width: 90%) {
  .container {
    max-width: 90%;
  }
}

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

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

@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: 1279px) {
  .container {
    max-width: 1279px;
  }
}

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

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

.top-0 {
  top: 0px !important;
}

.top-1 {
  top: 0.25rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-4 {
  top: 16px !important;
}

.top-5 {
  top: 1.25rem !important;
}

.top-6 {
  top: 24px !important;
}

.top-9 {
  top: 36px !important;
}

.top-10 {
  top: 40px !important;
}

.top-12 {
  top: 48px !important;
}

.top-13 {
  top: 52px !important;
}

.top-15 {
  top: 60px !important;
}

.top-16 {
  top: 64px !important;
}

.top-20 {
  top: 80px !important;
}

.top-21 {
  top: 84px !important;
}

.top-22 {
  top: 88px !important;
}

.top-26 {
  top: 104px !important;
}

.top-30 {
  top: 120px !important;
}

.top-35 {
  top: 140px !important;
}

.top-36 {
  top: 144px !important;
}

.top-40 {
  top: 10rem !important;
}

.top-44 {
  top: 11rem !important;
}

.top-48 {
  top: 12rem !important;
}

.top-57 {
  top: 57px !important;
}

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

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

.top-16\.5 {
  top: 66px !important;
}

.top-31\.5 {
  top: 126px !important;
}

.top-57\.5 {
  top: 230px !important;
}

.top-40per {
  top: 40% !important;
}

.top-44\.5per {
  top: 44.5% !important;
}

.top-50per {
  top: 50% !important;
}

.-top-1 {
  top: -0.25rem !important;
}

.-top-4 {
  top: -16px !important;
}

.-top-5 {
  top: -1.25rem !important;
}

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

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

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

.top-full {
  top: 100% !important;
}

.right-0 {
  right: 0px !important;
}

.right-1 {
  right: 0.25rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.right-3 {
  right: 0.75rem !important;
}

.right-4 {
  right: 16px !important;
}

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

.right-6 {
  right: 24px !important;
}

.right-7 {
  right: 28px !important;
}

.right-8 {
  right: 2rem !important;
}

.right-10 {
  right: 40px !important;
}

.right-30 {
  right: 120px !important;
}

.right-52 {
  right: 13rem !important;
}

.right-auto {
  right: auto !important;
}

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

.right-2\.5 {
  right: 10px !important;
}

.right-50per {
  right: 50% !important;
}

.right-52\.25per {
  right: 52.25% !important;
}

.right-52\.5per {
  right: 52.5% !important;
}

.-right-1 {
  right: -0.25rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.-right-7 {
  right: -28px !important;
}

.-right-20 {
  right: -80px !important;
}

.-right-40 {
  right: -10rem !important;
}

.-right-20\.5 {
  right: -82px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.bottom-3 {
  bottom: 0.75rem !important;
}

.bottom-4 {
  bottom: 16px !important;
}

.bottom-5 {
  bottom: 1.25rem !important;
}

.bottom-17 {
  bottom: 68px !important;
}

.bottom-2\.5 {
  bottom: 10px !important;
}

.bottom-3\.5 {
  bottom: 14px !important;
}

.bottom-4\.5 {
  bottom: 18px !important;
}

.left-0 {
  left: 0px !important;
}

.left-2 {
  left: 0.5rem !important;
}

.left-3 {
  left: 0.75rem !important;
}

.left-4 {
  left: 16px !important;
}

.left-5 {
  left: 1.25rem !important;
}

.left-10 {
  left: 40px !important;
}

.left-14 {
  left: 56px !important;
}

.left-24 {
  left: 6rem !important;
}

.left-34 {
  left: 136px !important;
}

.left-44 {
  left: 11rem !important;
}

.left-48 {
  left: 12rem !important;
}

.left-2\.5 {
  left: 10px !important;
}

.left-4\.5 {
  left: 18px !important;
}

.-left-2 {
  left: -0.5rem !important;
}

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

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

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

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

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

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

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

.z-1000 {
  z-index: 1000 !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.-m-px {
  margin: -1px !important;
}

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

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

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

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

.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

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

.mx-2\.5 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-4\.5 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.mx-5\.5 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

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

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

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

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

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

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

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

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

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

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

.my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2\.5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-4\.5 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-7\.5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-10per {
  margin-top: 10% !important;
  margin-bottom: 10% !important;
}

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

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

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

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

.mt-4 {
  margin-top: 16px !important;
}

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

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

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

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.mt-21 {
  margin-top: 84px !important;
}

.mt-25 {
  margin-top: 100px !important;
}

.mt-28 {
  margin-top: 112px !important;
}

.mt-36 {
  margin-top: 144px !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

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

.mt-px {
  margin-top: 1px !important;
}

.mt-0\.5 {
  margin-top: 0.125rem !important;
}

.mt-1\.5 {
  margin-top: 0.375rem !important;
}

.mt-2\.5 {
  margin-top: 10px !important;
}

.mt-3\.5 {
  margin-top: 14px !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-9px {
  margin-top: 9px !important;
}

.mt-11px {
  margin-top: 11px !important;
}

.mt-13px {
  margin-top: 13px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-4\.5 {
  margin-top: 18px !important;
}

.mt-21px {
  margin-top: 21px !important;
}

.mt-5\.5 {
  margin-top: 22px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-6\.5 {
  margin-top: 26px !important;
}

.mt-27px {
  margin-top: 27px !important;
}

.mt-7\.5 {
  margin-top: 30px !important;
}

.mt-7\.75 {
  margin-top: 31px !important;
}

.mt-33px {
  margin-top: 33px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-8\.5 {
  margin-top: 34px !important;
}

.mt-10\.5 {
  margin-top: 42px !important;
}

.mt-11\.5 {
  margin-top: 46px !important;
}

.mt-18\.5 {
  margin-top: 74px !important;
}

.mt-10per {
  margin-top: 10% !important;
}

.mt-20per {
  margin-top: 20% !important;
}

.mt-40per {
  margin-top: 40% !important;
}

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

.-mt-4 {
  margin-top: -16px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

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

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mr-13 {
  margin-right: 52px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-0\.5 {
  margin-right: 0.125rem !important;
}

.mr-1\.5 {
  margin-right: 0.375rem !important;
}

.mr-2\.5 {
  margin-right: 10px !important;
}

.mr-4\.5 {
  margin-right: 18px !important;
}

.-mr-4 {
  margin-right: -16px !important;
}

.-mr-13px {
  margin-right: -13px !important;
}

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

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

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

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

.mb-4 {
  margin-bottom: 16px !important;
}

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

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

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

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

.mb-26 {
  margin-bottom: 104px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

.mb-2\.5 {
  margin-bottom: 10px !important;
}

.mb-3\.5 {
  margin-bottom: 14px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-9px {
  margin-bottom: 9px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-17px {
  margin-bottom: 17px !important;
}

.mb-19px {
  margin-bottom: 19px !important;
}

.mb-4\.5 {
  margin-bottom: 18px !important;
}

.mb-5\.5 {
  margin-bottom: 22px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-6\.5 {
  margin-bottom: 26px !important;
}

.mb-7\.5 {
  margin-bottom: 30px !important;
}

.mb-9\.5 {
  margin-bottom: 38px !important;
}

.mb-18\.5 {
  margin-bottom: 74px !important;
}

.mb-20\.5 {
  margin-bottom: 82px !important;
}

.mb-26\.5 {
  margin-bottom: 106px !important;
}

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

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

.-mb-2px {
  margin-bottom: -2px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

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

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

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

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

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

.ml-10 {
  margin-left: 40px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.ml-22 {
  margin-left: 88px !important;
}

.ml-36 {
  margin-left: 144px !important;
}

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

.ml-0\.5 {
  margin-left: 0.125rem !important;
}

.ml-1\.5 {
  margin-left: 0.375rem !important;
}

.ml-2\.5 {
  margin-left: 10px !important;
}

.ml-3\.5 {
  margin-left: 14px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.ml-21px {
  margin-left: 21px !important;
}

.ml-5\.5 {
  margin-left: 22px !important;
}

.ml-263px {
  margin-left: 263px !important;
}

.-ml-0 {
  margin-left: 0px !important;
}

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

.-ml-4 {
  margin-left: -16px !important;
}

.-ml-0\.5 {
  margin-left: -0.125rem !important;
}

.-ml-1\.5 {
  margin-left: -0.375rem !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.group:hover .group-hover\:block {
  display: block !important;
}

.group:hover .group-hover\:inline-block {
  display: inline-block !important;
}

.group:hover .group-hover\:inline {
  display: inline !important;
}

.group:hover .group-hover\:flex {
  display: flex !important;
}

.group:hover .group-hover\:hidden {
  display: none !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 16px !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 24px !important;
}

.h-7 {
  height: 28px !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 36px !important;
}

.h-10 {
  height: 40px !important;
}

.h-11 {
  height: 44px !important;
}

.h-12 {
  height: 48px !important;
}

.h-13 {
  height: 52px !important;
}

.h-14 {
  height: 56px !important;
}

.h-15 {
  height: 60px !important;
}

.h-16 {
  height: 64px !important;
}

.h-17 {
  height: 68px !important;
}

.h-20 {
  height: 80px !important;
}

.h-21 {
  height: 84px !important;
}

.h-22 {
  height: 88px !important;
}

.h-24 {
  height: 6rem !important;
}

.h-25 {
  height: 100px !important;
}

.h-26 {
  height: 104px !important;
}

.h-28 {
  height: 112px !important;
}

.h-30 {
  height: 120px !important;
}

.h-32 {
  height: 8rem !important;
}

.h-35 {
  height: 140px !important;
}

.h-36 {
  height: 144px !important;
}

.h-40 {
  height: 10rem !important;
}

.h-45 {
  height: 180px !important;
}

.h-47 {
  height: 187px !important;
}

.h-52 {
  height: 13rem !important;
}

.h-60 {
  height: 240px !important;
}

.h-64 {
  height: 16rem !important;
}

.h-71 {
  height: 284px !important;
}

.h-72 {
  height: 18rem !important;
}

.h-75 {
  height: 300px !important;
}

.h-83 {
  height: 332px !important;
}

.h-85 {
  height: 340px !important;
}

.h-88 {
  height: 352px !important;
}

.h-90 {
  height: 360px !important;
}

.h-96 {
  height: 24rem !important;
}

.h-111 {
  height: 444px !important;
}

.h-128 {
  height: 508px !important;
}

.h-150 {
  height: 600px !important;
}

.h-228 {
  height: 915px !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

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

.h-2\.5 {
  height: 10px !important;
}

.h-3\.5 {
  height: 14px !important;
}

.h-7px {
  height: 7px !important;
}

.h-9px {
  height: 9px !important;
}

.h-11px {
  height: 11px !important;
}

.h-13px {
  height: 13px !important;
}

.h-15px {
  height: 15px !important;
}

.h-17px {
  height: 17px !important;
}

.h-19px {
  height: 19px !important;
}

.h-4\.5 {
  height: 18px !important;
}

.h-21px {
  height: 21px !important;
}

.h-5\.5 {
  height: 22px !important;
}

.h-25px {
  height: 25px !important;
}

.h-6\.5 {
  height: 26px !important;
}

.h-27px {
  height: 27px !important;
}

.h-7\.5 {
  height: 30px !important;
}

.h-33px {
  height: 33px !important;
}

.h-8\.5 {
  height: 34px !important;
}

.h-37px {
  height: 37px !important;
}

.h-9\.5 {
  height: 38px !important;
}

.h-41px {
  height: 41px !important;
}

.h-10\.5 {
  height: 42px !important;
}

.h-45px {
  height: 45px !important;
}

.h-11\.5 {
  height: 46px !important;
}

.h-47px {
  height: 47px !important;
}

.h-55px {
  height: 55px !important;
}

.h-14\.5 {
  height: 58px !important;
}

.h-17\.5 {
  height: 70px !important;
}

.h-18\.5 {
  height: 74px !important;
}

.h-79px {
  height: 79px !important;
}

.h-20\.5 {
  height: 82px !important;
}

.h-22\.5 {
  height: 90px !important;
}

.h-93px {
  height: 93px !important;
}

.h-96px {
  height: 96px !important;
}

.h-25\.5 {
  height: 98px !important;
}

.h-105px {
  height: 105px !important;
}

.h-28\.5 {
  height: 114px !important;
}

.h-117px {
  height: 117px !important;
}

.h-30\.5 {
  height: 122px !important;
}

.h-125px {
  height: 125px !important;
}

.h-31\.5 {
  height: 126px !important;
}

.h-127px {
  height: 127px !important;
}

.h-137px {
  height: 137px !important;
}

.h-141px {
  height: 141px !important;
}

.h-143px {
  height: 143px !important;
}

.h-36\.5 {
  height: 146px !important;
}

.h-153px {
  height: 153px !important;
}

.h-171px {
  height: 171px !important;
}

.h-43px {
  height: 43px !important;
}

.h-195px {
  height: 195px !important;
}

.h-205px {
  height: 205px !important;
}

.h-233px {
  height: 233px !important;
}

.h-293px {
  height: 293px !important;
}

.h-337px {
  height: 337px !important;
}

.h-354px {
  height: 354px !important;
}

.h-380px {
  height: 380px !important;
}

.h-397px {
  height: 397px !important;
}

.h-400px {
  height: 400px !important;
}

.h-416px {
  height: 416px !important;
}

.h-429px {
  height: 429px !important;
}

.h-465px {
  height: 465px !important;
}

.h-489px {
  height: 489px !important;
}

.h-515px {
  height: 515px !important;
}

.h-560px {
  height: 560px !important;
}

.h-573px {
  height: 573px !important;
}

.h-624px {
  height: 624px !important;
}

.h-163\.5 {
  height: 654px !important;
}

.h-711px {
  height: 711px !important;
}

.h-30per {
  height: 30% !important;
}

.h-45per {
  height: 45% !important;
}

.h-50per {
  height: 50% !important;
}

.h-60per {
  height: 60% !important;
}

.h-80per {
  height: 80% !important;
}

.h-85per {
  height: 85% !important;
}

.h-90per {
  height: 90% !important;
}

.h-95per {
  height: 95% !important;
}

.h-100per {
  height: 100% !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-80vh {
  height: 80vh !important;
}

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

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

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-161\.5 {
  height: 646px !important;
}

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

.max-h-45 {
  max-height: 180px !important;
}

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

.max-h-60 {
  max-height: 240px !important;
}

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

.max-h-75 {
  max-height: 300px !important;
}

.max-h-76 {
  max-height: 304px !important;
}

.max-h-80 {
  max-height: 20rem !important;
}

.max-h-100 {
  max-height: 400px !important;
}

.max-h-150 {
  max-height: 600px !important;
}

.max-h-195px {
  max-height: 195px !important;
}

.max-h-357px {
  max-height: 357px !important;
}

.max-h-711px {
  max-height: 711px !important;
}

.max-h-90per {
  max-height: 90% !important;
}

.max-h-60vh {
  max-height: 60vh !important;
}

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

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-14 {
  min-height: 56px !important;
}

.min-h-16 {
  min-height: 64px !important;
}

.min-h-45 {
  min-height: 180px !important;
}

.min-h-50 {
  min-height: 200px !important;
}

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

.min-h-96px {
  min-height: 96px !important;
}

.min-h-134px {
  min-height: 134px !important;
}

.min-h-195px {
  min-height: 195px !important;
}

.min-h-172px {
  min-height: 172px !important;
}

.min-h-168px {
  min-height: 168px !important;
}

.min-h-161\.5 {
  min-height: 646px !important;
}

.min-h-733px {
  min-height: 733px !important;
}

.min-h-100per {
  min-height: 100% !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 16px !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 24px !important;
}

.w-7 {
  width: 28px !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 36px !important;
}

.w-10 {
  width: 40px !important;
}

.w-11 {
  width: 44px !important;
}

.w-12 {
  width: 48px !important;
}

.w-13 {
  width: 52px !important;
}

.w-14 {
  width: 56px !important;
}

.w-15 {
  width: 60px !important;
}

.w-16 {
  width: 64px !important;
}

.w-17 {
  width: 68px !important;
}

.w-20 {
  width: 80px !important;
}

.w-21 {
  width: 84px !important;
}

.w-22 {
  width: 88px !important;
}

.w-24 {
  width: 6rem !important;
}

.w-25 {
  width: 100px !important;
}

.w-26 {
  width: 104px !important;
}

.w-28 {
  width: 112px !important;
}

.w-30 {
  width: 120px !important;
}

.w-32 {
  width: 8rem !important;
}

.w-35 {
  width: 140px !important;
}

.w-36 {
  width: 144px !important;
}

.w-40 {
  width: 10rem !important;
}

.w-43 {
  width: 172px !important;
}

.w-44 {
  width: 11rem !important;
}

.w-45 {
  width: 180px !important;
}

.w-48 {
  width: 12rem !important;
}

.w-49 {
  width: 196px !important;
}

.w-50 {
  width: 200px !important;
}

.w-52 {
  width: 13rem !important;
}

.w-55 {
  width: 220px !important;
}

.w-56 {
  width: 14rem !important;
}

.w-60 {
  width: 240px !important;
}

.w-61 {
  width: 244px !important;
}

.w-64 {
  width: 16rem !important;
}

.w-65 {
  width: 260px !important;
}

.w-71 {
  width: 284px !important;
}

.w-72 {
  width: 18rem !important;
}

.w-74 {
  width: 296px !important;
}

.w-75 {
  width: 300px !important;
}

.w-76 {
  width: 304px !important;
}

.w-80 {
  width: 20rem !important;
}

.w-81 {
  width: 324px !important;
}

.w-85 {
  width: 340px !important;
}

.w-88 {
  width: 352px !important;
}

.w-90 {
  width: 360px !important;
}

.w-96 {
  width: 24rem !important;
}

.w-110 {
  width: 440px !important;
}

.w-128 {
  width: 508px !important;
}

.w-150 {
  width: 600px !important;
}

.w-196 {
  width: 784px !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-1\.5 {
  width: 0.375rem !important;
}

.w-2\.5 {
  width: 10px !important;
}

.w-3\.5 {
  width: 14px !important;
}

.w-1px {
  width: 1px !important;
}

.w-7px {
  width: 7px !important;
}

.w-8px {
  width: 8px !important;
}

.w-9px {
  width: 9px !important;
}

.w-11px {
  width: 11px !important;
}

.w-12px {
  width: 12px !important;
}

.w-13px {
  width: 13px !important;
}

.w-15px {
  width: 15px !important;
}

.w-17px {
  width: 17px !important;
}

.w-19px {
  width: 19px !important;
}

.w-4\.5 {
  width: 18px !important;
}

.w-21px {
  width: 21px !important;
}

.w-5\.5 {
  width: 22px !important;
}

.w-6\.5 {
  width: 26px !important;
}

.w-7\.5 {
  width: 30px !important;
}

.w-7\.75 {
  width: 31px !important;
}

.w-33px {
  width: 33px !important;
}

.w-8\.5 {
  width: 34px !important;
}

.w-9\.5 {
  width: 38px !important;
}

.w-10\.5 {
  width: 42px !important;
}

.w-11\.5 {
  width: 46px !important;
}

.w-49px {
  width: 49px !important;
}

.w-50px {
  width: 50px !important;
}

.w-55px {
  width: 55px !important;
}

.w-14\.5 {
  width: 58px !important;
}

.w-15\.5 {
  width: 62px !important;
}

.w-63px {
  width: 63px !important;
}

.w-17\.5 {
  width: 70px !important;
}

.w-18\.5 {
  width: 74px !important;
}

.w-19\.25 {
  width: 77px !important;
}

.w-79px {
  width: 79px !important;
}

.w-21\.25 {
  width: 85px !important;
}

.w-22\.5 {
  width: 90px !important;
}

.w-96px {
  width: 96px !important;
}

.w-102px {
  width: 102px !important;
}

.w-105px {
  width: 105px !important;
}

.w-26\.5 {
  width: 106px !important;
}

.w-115px {
  width: 115px !important;
}

.w-132px {
  width: 132px !important;
}

.w-33\.5 {
  width: 134px !important;
}

.w-35\.5 {
  width: 142px !important;
}

.w-143px {
  width: 143px !important;
}

.w-149px {
  width: 149px !important;
}

.w-37\.5 {
  width: 150px !important;
}

.w-153px {
  width: 153px !important;
}

.w-161px {
  width: 161px !important;
}

.w-41\.5 {
  width: 166px !important;
}

.w-169px {
  width: 169px !important;
}

.w-171px {
  width: 171px !important;
}

.w-43px {
  width: 43px !important;
}

.w-158px {
  width: 158px !important;
}

.w-181px {
  width: 181px !important;
}

.w-182px {
  width: 182px !important;
}

.w-46\.5 {
  width: 186px !important;
}

.w-205px {
  width: 205px !important;
}

.w-207px {
  width: 207px !important;
}

.w-215px {
  width: 215px !important;
}

.w-251px {
  width: 251px !important;
}

.w-263px {
  width: 263px !important;
}

.w-273px {
  width: 273px !important;
}

.w-81\.5 {
  width: 326px !important;
}

.w-343px {
  width: 343px !important;
}

.w-354px {
  width: 354px !important;
}

.w-365px {
  width: 365px !important;
}

.w-371px {
  width: 371px !important;
}

.w-375px {
  width: 375px !important;
}

.w-380px {
  width: 380px !important;
}

.w-387px {
  width: 387px !important;
}

.w-400px {
  width: 400px !important;
}

.w-420px {
  width: 420px !important;
}

.w-422px {
  width: 422px !important;
}

.w-429px {
  width: 429px !important;
}

.w-440px {
  width: 440px !important;
}

.w-445px {
  width: 445px !important;
}

.w-457px {
  width: 457px !important;
}

.w-460px {
  width: 460px !important;
}

.w-499px {
  width: 499px !important;
}

.w-500px {
  width: 500px !important;
}

.w-518px {
  width: 518px !important;
}

.w-520px {
  width: 520px !important;
}

.w-539px {
  width: 539px !important;
}

.w-551px {
  width: 551px !important;
}

.w-558px {
  width: 558px !important;
}

.w-560px {
  width: 560px !important;
}

.w-572px {
  width: 572px !important;
}

.w-590px {
  width: 590px !important;
}

.w-360px {
  width: 360px !important;
}

.w-621px {
  width: 621px !important;
}

.w-700px {
  width: 700px !important;
}

.w-200\.5 {
  width: 802px !important;
}

.w-920px {
  width: 920px !important;
}

.w-7per {
  width: 7% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-32per {
  width: 32% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-78per {
  width: 78% !important;
}

.w-74per {
  width: 74% !important;
}

.w-80per {
  width: 80% !important;
}

.w-84per {
  width: 84% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-98per {
  width: 98% !important;
}

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

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

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

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

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

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

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: max-content !important;
}

.min-w-10 {
  min-width: 40px !important;
}

.min-w-28 {
  min-width: 112px !important;
}

.min-w-30 {
  min-width: 122px !important;
}

.min-w-47 {
  min-width: 188px !important;
}

.min-w-50 {
  min-width: 200px !important;
}

.min-w-61 {
  min-width: 244px !important;
}

.min-w-75 {
  min-width: 300px !important;
}

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

.min-w-16\.5 {
  min-width: 66px !important;
}

.min-w-115px {
  min-width: 115px !important;
}

.max-w-52 {
  max-width: 204px !important;
}

.max-w-140 {
  max-width: 560px !important;
}

.max-w-150 {
  max-width: 600px !important;
}

.max-w-155 {
  max-width: 620px !important;
}

.max-w-166 {
  max-width: 664px !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

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

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

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

.max-w-2xl {
  max-width: 42rem !important;
}

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

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

.max-w-screen-sm {
  max-width: 640px !important;
}

.max-w-screen-lg {
  max-width: 1024px !important;
}

.max-w-screen-2xl {
  max-width: 1440px !important;
}

.max-w-screen-3xl {
  max-width: 1600px !important;
}

.max-w-62\.5 {
  max-width: 250px !important;
}

.max-w-102\.5 {
  max-width: 410px !important;
}

.max-w-510px {
  max-width: 510px !important;
}

.max-w-572px {
  max-width: 572px !important;
}

.max-w-711px {
  max-width: 711px !important;
}

.max-w-1400px {
  max-width: 1400px !important;
}

.max-w-4\/5 {
  max-width: 80% !important;
}

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

.flex-none {
  flex: none !important;
}

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

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

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

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

.border-separate {
  border-collapse: separate !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

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

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  animation: bounce 1s infinite !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

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

.select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.resize-none {
  resize: none !important;
}

.resize {
  resize: both !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.appearance-none {
  -webkit-appearance: none !important;
          appearance: none !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

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

.place-content-center {
  place-content: center !important;
}

.place-items-start {
  place-items: start !important;
}

.content-between {
  align-content: space-between !important;
}

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

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

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

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

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-center {
  justify-items: center !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 16px !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 24px !important;
}

.gap-7 {
  gap: 28px !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 36px !important;
}

.gap-10 {
  gap: 40px !important;
}

.gap-12 {
  gap: 48px !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-2\.5 {
  gap: 10px !important;
}

.gap-3\.5 {
  gap: 14px !important;
}

.gap-5px {
  gap: 5px !important;
}

.gap-9px {
  gap: 9px !important;
}

.gap-11px {
  gap: 11px !important;
}

.gap-13px {
  gap: 13px !important;
}

.gap-15px {
  gap: 15px !important;
}

.gap-4\.5 {
  gap: 18px !important;
}

.gap-6\.5 {
  gap: 26px !important;
}

.gap-7\.5 {
  gap: 30px !important;
}

.gap-8\.5 {
  gap: 34px !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-y-6 {
  row-gap: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.divide-grey-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 217, 217, var(--tw-divide-opacity)) !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

.whitespace-normal {
  white-space: normal !important;
}

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

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-7 {
  border-radius: 21px !important;
}

.rounded-8 {
  border-radius: 32px !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

.rounded-1\.5 {
  border-radius: 6px !important;
}

.rounded-2\.5 {
  border-radius: 10px !important;
}

.rounded-14px {
  border-radius: 14px !important;
}

.rounded-20px {
  border-radius: 20px !important;
}

.rounded-28px {
  border-radius: 28px !important;
}

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-b-2\.5 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.rounded-tl-2\.5 {
  border-top-left-radius: 10px !important;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.rounded-tr-2\.5 {
  border-top-right-radius: 10px !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-br-2\.5 {
  border-bottom-right-radius: 10px !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-bl-2\.5 {
  border-bottom-left-radius: 10px !important;
}

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

.border-1 {
  border-width: 1px !important;
}

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

.border-6 {
  border-width: 6px !important;
}

.border {
  border-width: 1px !important;
}

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

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

.border-r-0 {
  border-right-width: 0px !important;
}

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

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-6 {
  border-right-width: 6px !important;
}

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

.border-b-0 {
  border-bottom-width: 0px !important;
}

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

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

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

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

.border-l-3 {
  border-left-width: 3px !important;
}

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

.border-l-6 {
  border-left-width: 6px !important;
}

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

.border-solid {
  border-style: solid !important;
}

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

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

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

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

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-black-10 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 20, 38, var(--tw-border-opacity)) !important;
}

.border-primary-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 227, 227, var(--tw-border-opacity)) !important;
}

.border-blue-20 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 102, 214, var(--tw-border-opacity)) !important;
}

.border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 97, 176, var(--tw-border-opacity)) !important;
}

.border-blue-130 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity)) !important;
}

.border-blue-DADCEB {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 220, 235, var(--tw-border-opacity)) !important;
}

.border-blue-1A55F9 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity)) !important;
}

.border-blue-0641e6 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 65, 230, var(--tw-border-opacity)) !important;
}

.border-blue-DFE8FF {
  --tw-border-opacity: 1 !important;
  border-color: rgba(223, 232, 255, var(--tw-border-opacity)) !important;
}

.border-blue-DDDFDE {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 223, 222, var(--tw-border-opacity)) !important;
}

.border-grey-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(170, 169, 174, var(--tw-border-opacity)) !important;
}

.border-grey-10 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}

.border-grey-20 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 199, 208, var(--tw-border-opacity)) !important;
}

.border-grey-70 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.border-grey-80 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 172, 186, var(--tw-border-opacity)) !important;
}

.border-grey-120 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity)) !important;
}

.border-grey-130 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 237, 241, var(--tw-border-opacity)) !important;
}

.border-grey-180 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(141, 141, 141, var(--tw-border-opacity)) !important;
}

.border-grey-343434 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 52, 52, var(--tw-border-opacity)) !important;
}

.border-grey-626262 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(98, 98, 98, var(--tw-border-opacity)) !important;
}

.border-grey-848484 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity)) !important;
}

.border-grey-EAEAEA {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

.border-grey-DADADA {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.border-grey-DBDBDB {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 219, 219, var(--tw-border-opacity)) !important;
}

.border-grey-D0D0D0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 208, 208, var(--tw-border-opacity)) !important;
}

.border-grey-DDDFDE {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 223, 222, var(--tw-border-opacity)) !important;
}

.border-grey-DFDFDF {
  --tw-border-opacity: 1 !important;
  border-color: rgba(223, 223, 223, var(--tw-border-opacity)) !important;
}

.border-grey-FACBA {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 172, 186, var(--tw-border-opacity)) !important;
}

.border-grey-EBEBEB {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity)) !important;
}

.border-grey-DEDEDE {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 222, 222, var(--tw-border-opacity)) !important;
}

.border-grey-DDDDDD {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity)) !important;
}

.border-grey-E0E0E01A {
  border-color: #E0E0E01A !important;
}

.border-grey-E6E6E6 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
}

.border-grey-DDDEDE {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 222, 222, var(--tw-border-opacity)) !important;
}

.border-grey-B4B4B4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 180, 180, var(--tw-border-opacity)) !important;
}

.border-grey-F0F0F0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}

.border-grey-E4E4E4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity)) !important;
}

.border-grey-B3B3B3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 179, 179, var(--tw-border-opacity)) !important;
}

.border-grey-B9B9B9 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity)) !important;
}

.border-grey-EAEEF8 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 238, 248, var(--tw-border-opacity)) !important;
}

.border-grey-E1E1E1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 225, 225, var(--tw-border-opacity)) !important;
}

.border-grey-A0A0A0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(160, 160, 160, var(--tw-border-opacity)) !important;
}

.border-grey-D6D6D6 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity)) !important;
}

.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 97, 66, var(--tw-border-opacity)) !important;
}

.border-red-FF736C {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 115, 108, var(--tw-border-opacity)) !important;
}

.border-red-FF0505 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 5, 5, var(--tw-border-opacity)) !important;
}

.border-red-EA4335 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 67, 53, var(--tw-border-opacity)) !important;
}

.border-red-EA4435 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 68, 53, var(--tw-border-opacity)) !important;
}

.border-green-11953E {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 149, 62, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-1A55F9:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-130:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-1A55F9:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-grey-10:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}

.focus\:border-black-10:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 20, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-1A55F9:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity)) !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-black-0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-black-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 20, 38, var(--tw-bg-opacity)) !important;
}

.bg-black-30 {
  background-color:  #1C1C1F !important;
}

.bg-black-90 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
}

.bg-black-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-black-00000080 {
  background-color: #00000080 !important;
}

.bg-primary-80 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 183, 183, var(--tw-bg-opacity)) !important;
}

.bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 240, 212, var(--tw-bg-opacity)) !important;
}

.bg-blue-0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 219, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-40 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 251, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-60 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-70 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 242, 253, var(--tw-bg-opacity)) !important;
}

.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 201, 244, var(--tw-bg-opacity)) !important;
}

.bg-blue-130 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 85, 249, var(--tw-bg-opacity)) !important;
}

.bg-blue-140 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 233, 249, var(--tw-bg-opacity)) !important;
}

.bg-blue-1A55F912 {
  background-color: #1A55F912 !important;
}

.bg-blue-2684FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 132, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-EFF0FB {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 240, 251, var(--tw-bg-opacity)) !important;
}

.bg-blue-EDEEFF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 238, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-F2F4FE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 244, 254, var(--tw-bg-opacity)) !important;
}

.bg-blue-FAFBFF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 251, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-454CB5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 76, 181, var(--tw-bg-opacity)) !important;
}

.bg-blue-E8EEFE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 238, 254, var(--tw-bg-opacity)) !important;
}

.bg-blue-E4E7FA {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 231, 250, var(--tw-bg-opacity)) !important;
}

.bg-blue-055AFF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 90, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-F6F6FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-BCC0FF1A {
  background-color: #BCC0FF1A !important;
}

.bg-blue-EFF0FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 240, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-1A55F9 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 85, 249, var(--tw-bg-opacity)) !important;
}

.bg-blue-EBEDFF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 237, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-5E66D61A {
  background-color: #5E66D61A !important;
}

.bg-blue-0641e6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 65, 230, var(--tw-bg-opacity)) !important;
}

.bg-blue-EEF5FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 245, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-F2F5FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 245, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-EFF3FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 243, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-DDDFDE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 223, 222, var(--tw-bg-opacity)) !important;
}

.bg-grey-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity)) !important;
}

.bg-grey-20 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 199, 208, var(--tw-bg-opacity)) !important;
}

.bg-grey-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 250, 252, var(--tw-bg-opacity)) !important;
}

.bg-grey-60 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 99, 99, var(--tw-bg-opacity)) !important;
}

.bg-grey-70 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.bg-grey-90 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 247, 249, var(--tw-bg-opacity)) !important;
}

.bg-grey-110 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 247, 255, var(--tw-bg-opacity)) !important;
}

.bg-grey-140 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity)) !important;
}

.bg-grey-150 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.bg-grey-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 239, 237, var(--tw-bg-opacity)) !important;
}

.bg-grey-343434 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 52, 52, var(--tw-bg-opacity)) !important;
}

.bg-grey-626262 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(98, 98, 98, var(--tw-bg-opacity)) !important;
}

.bg-grey-737373 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity)) !important;
}

.bg-grey-EAEAEA {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.bg-grey-FCFCFC {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity)) !important;
}

.bg-grey-DDDFDE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 223, 222, var(--tw-bg-opacity)) !important;
}

.bg-grey-F3F3F3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.bg-grey-ECF0F4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 240, 244, var(--tw-bg-opacity)) !important;
}

.bg-grey-EBEBEB {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity)) !important;
}

.bg-grey-F9F9F9 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
}

.bg-grey-F2F2F2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-grey-B4B4B4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 180, 180, var(--tw-bg-opacity)) !important;
}

.bg-grey-F4F5FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 245, 255, var(--tw-bg-opacity)) !important;
}

.bg-grey-F5F8FB {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 251, var(--tw-bg-opacity)) !important;
}

.bg-grey-ffffff4d {
  background-color: #ffffff4d !important;
}

.bg-grey-F8FAFC {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.bg-grey-F0F0F0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
}

.bg-grey-E4E4E4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.bg-grey-F6F6F6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
}

.bg-grey-B9B9B9 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity)) !important;
}

.bg-grey-F2F4FE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 244, 254, var(--tw-bg-opacity)) !important;
}

.bg-grey-C9C9C9 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 201, var(--tw-bg-opacity)) !important;
}

.bg-grey-F5F7FC {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 247, 252, var(--tw-bg-opacity)) !important;
}

.bg-grey-EEF5FF {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 245, 255, var(--tw-bg-opacity)) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 97, 66, var(--tw-bg-opacity)) !important;
}

.bg-red-FF736C {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 115, 108, var(--tw-bg-opacity)) !important;
}

.bg-red-FF0505 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 5, 5, var(--tw-bg-opacity)) !important;
}

.bg-red-F64D4A {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 77, 74, var(--tw-bg-opacity)) !important;
}

.bg-red-FFE7E7 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 231, 231, var(--tw-bg-opacity)) !important;
}

.bg-red-FF2116 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 33, 22, var(--tw-bg-opacity)) !important;
}

.bg-red-FFF4F4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity)) !important;
}

.bg-red-FF05051A {
  background-color: #FF05051A !important;
}

.bg-green-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 209, 140, var(--tw-bg-opacity)) !important;
}

.bg-green-40 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 255, 240, var(--tw-bg-opacity)) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(223, 255, 212, var(--tw-bg-opacity)) !important;
}

.bg-green-EAF9E6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 249, 230, var(--tw-bg-opacity)) !important;
}

.bg-green-6FBE0B {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(111, 190, 11, var(--tw-bg-opacity)) !important;
}

.bg-green-11953E {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 149, 62, var(--tw-bg-opacity)) !important;
}

.bg-green-\#34A853 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 168, 83, var(--tw-bg-opacity)) !important;
}

.bg-green-59C15D {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 193, 93, var(--tw-bg-opacity)) !important;
}

.bg-green-E7F4EC {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 244, 236, var(--tw-bg-opacity)) !important;
}

.bg-darkGrey-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.bg-lightGrey-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 247, 248, var(--tw-bg-opacity)) !important;
}

.bg-orange-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 147, 21, var(--tw-bg-opacity)) !important;
}

.bg-orange-F8F0D4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 240, 212, var(--tw-bg-opacity)) !important;
}

.bg-orange-FFF9DE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 249, 222, var(--tw-bg-opacity)) !important;
}

.bg-yellowLight {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 248, 229, var(--tw-bg-opacity)) !important;
}

.bg-yellowDark {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 187, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black-10:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 20, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 201, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-130:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 85, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-FAFBFF:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 251, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-E8EEFE:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 238, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-F6F6FF:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-E8E8FF:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 232, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-0641e6:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 65, 230, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-0:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(170, 169, 174, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-10:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 250, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-60:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 99, 99, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-70:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-150:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 239, 237, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-EAEAEA:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-E5E7F5:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-F9F9F9:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-EEEEEE:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-F2F2F2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-F5F8FB:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 251, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-E4E4E4:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-F6F6F6:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-C9C9C9:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 201, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-F4F4FF:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-EEF5FF:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 245, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-FF736C:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 115, 108, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-FF0505:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 5, 5, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-EA4335:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 67, 53, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-EF5A57:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 90, 87, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-12 {
  --tw-bg-opacity: 0.12 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.to-black-20 {
  --tw-gradient-to: #131426 !important;
}

.object-contain {
  object-fit: contain !important;
}

.object-cover {
  object-fit: cover !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 24px !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 40px !important;
}

.p-15 {
  padding: 60px !important;
}

.p-0\.5 {
  padding: 0.125rem !important;
}

.p-2\.5 {
  padding: 10px !important;
}

.p-3\.5 {
  padding: 14px !important;
}

.p-1px {
  padding: 1px !important;
}

.p-15px {
  padding: 15px !important;
}

.p-4\.5 {
  padding: 18px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-11 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.px-13 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-20 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-3\.5 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-9px {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.px-11px {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.px-13px {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.px-15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-17px {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.px-4\.5 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-21px {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.px-5\.5 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.px-25px {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-7\.5 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-7\.75 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

.px-11\.5 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.px-20per {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-21 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3\.5 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-4\.5 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.py-7\.5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-21\.25 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-14per {
  padding-top: 14% !important;
  padding-bottom: 14% !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

.pt-22 {
  padding-top: 88px !important;
}

.pt-0\.5 {
  padding-top: 0.125rem !important;
}

.pt-1\.5 {
  padding-top: 0.375rem !important;
}

.pt-2\.5 {
  padding-top: 10px !important;
}

.pt-3\.5 {
  padding-top: 14px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-4\.5 {
  padding-top: 18px !important;
}

.pt-8\.5 {
  padding-top: 34px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-18\.5 {
  padding-top: 74px !important;
}

.pt-10per {
  padding-top: 10% !important;
}

.pt-15per {
  padding-top: 15% !important;
}

.pt-20per {
  padding-top: 20% !important;
}

.pt-25per {
  padding-top: 25% !important;
}

.pt-40per {
  padding-top: 40% !important;
}

.pt-50per {
  padding-top: 50% !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pr-7 {
  padding-right: 28px !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pr-11 {
  padding-right: 44px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pr-7\.75 {
  padding-right: 31px !important;
}

.pr-8\.5 {
  padding-right: 34px !important;
}

.pr-45px {
  padding-right: 45px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.pb-2\.5 {
  padding-bottom: 10px !important;
}

.pb-3\.5 {
  padding-bottom: 14px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-13px {
  padding-bottom: 13px !important;
}

.pb-4\.5 {
  padding-bottom: 18px !important;
}

.pb-7\.5 {
  padding-bottom: 30px !important;
}

.pb-33px {
  padding-bottom: 33px !important;
}

.pb-8\.5 {
  padding-bottom: 34px !important;
}

.pb-18\.5 {
  padding-bottom: 74px !important;
}

.pb-15per {
  padding-bottom: 15% !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pl-7 {
  padding-left: 28px !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-9 {
  padding-left: 36px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.pl-13 {
  padding-left: 52px !important;
}

.pl-15 {
  padding-left: 60px !important;
}

.pl-81 {
  padding-left: 324px !important;
}

.pl-0\.5 {
  padding-left: 0.125rem !important;
}

.pl-1\.5 {
  padding-left: 0.375rem !important;
}

.pl-2\.5 {
  padding-left: 10px !important;
}

.pl-3\.5 {
  padding-left: 14px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.pl-4\.5 {
  padding-left: 18px !important;
}

.pl-6\.5 {
  padding-left: 26px !important;
}

.pl-7\.5 {
  padding-left: 30px !important;
}

.pl-7\.75 {
  padding-left: 31px !important;
}

.pl-8\.5 {
  padding-left: 34px !important;
}

.pl-45px {
  padding-left: 45px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.font-Poppins {
  font-family: Poppins, sans-serif !important;
}

.font-PoppinsBold {
  font-family: Poppins-Bold, sans-serif !important;
}

.font-PoppinsSemiBold {
  font-family: Poppins-SemiBold, sans-serif !important;
}

.font-PoppinsRegular {
  font-family: Poppins-Regular, sans-serif !important;
}

.font-PoppinsMedium {
  font-family: Poppins-Medium, sans-serif !important;
}

.font-InterRegular {
  font-family: Inter, Helvetica, Arial, Lucida, sans-serif !important;
}

.font-Inter {
  font-family: Inter !important;
}

.font-InterMedium {
  font-family: Inter-Medium, Helvetica, Arial, Lucida, sans-serif !important;
}

.font-InterSemiBold {
  font-family: Inter-SemiBold, Helvetica, Arial, Lucida, sans-serif !important;
}

.font-InterBold {
  font-family: Inter-Bold, Helvetica, Arial, Lucida, sans-serif !important;
}

.font-DMSans {
  font-family: DM Sans, sans-serif !important;
}

.font-DMSansBold {
  font-family: DM-Sans-Bold, sans-serif !important;
}

.font-DMSansMedium {
  font-family: DM-Sans-Medium, sans-serif !important;
}

.font-DMSansRegular {
  font-family: DM-Sans-Regular, sans-serif !important;
}

.font-PromptMedium {
  font-family: Prompt-Medium, sans-serif !important;
}

.text-ft0 {
  font-size: 8px !important;
  line-height: 8px !important;
  letter-spacing: 0em !important;
}

.text-ft0_5 {
  font-size: 7.5px !important;
  line-height: 12px !important;
  letter-spacing: 0em !important;
}

.text-ft0_5_1 {
  font-size: 7px !important;
  line-height: 12px !important;
  letter-spacing: 0em !important;
}

.text-ft1 {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
}

.text-ft1_5 {
  font-size: 13px !important;
  line-height: 18px !important;
  letter-spacing: 0em !important;
}

.text-ft2 {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0em !important;
}

.text-ft2_5 {
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: -0.02em !important;
}

.text-ft3 {
  font-size: 15px !important;
  line-height: 23px !important;
  letter-spacing: 0em !important;
}

.text-ft3_5 {
  font-size: 15px !important;
  line-height: 24px !important;
  letter-spacing: 0em !important;
}

.text-ft3_6 {
  font-size: 15px !important;
  line-height: 15px !important;
  letter-spacing: 0em !important;
}

.text-ft4 {
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: 0em !important;
}

.text-ft4_5 {
  font-size: 16px !important;
  line-height: 19.36px !important;
  letter-spacing: -2% !important;
}

.text-ft5 {
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0em !important;
}

.text-ft6 {
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0em !important;
}

.text-ft7 {
  font-size: 22px !important;
  line-height: 33px !important;
  letter-spacing: 0em !important;
}

.text-ft8 {
  font-size: 24px !important;
  line-height: 35px !important;
  letter-spacing: 0em !important;
}

.text-ft10 {
  font-size: 38px !important;
  line-height: 57px !important;
  letter-spacing: 0em !important;
}

.text-ft12 {
  font-size: 18px !important;
  line-height: 21.47px !important;
  letter-spacing: 0em !important;
}

.text-ft13 {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0em !important;
}

.text-ft14 {
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0em !important;
}

.text-ft15 {
  font-size: 15px !important;
  line-height: 22px !important;
  letter-spacing: -2 !important;
}

.text-ft15_5 {
  font-size: 15px !important;
  line-height: 49px !important;
  letter-spacing: -2% !important;
}

.text-ft16 {
  font-size: 24px !important;
  line-height: 36px !important;
  letter-spacing: -2 !important;
}

.text-ft16_5 {
  font-size: 24px !important;
  line-height: 1em !important;
  letter-spacing: 0px !important;
}

.text-ft20 {
  font-size: 20px !important;
  line-height: 27px !important;
  letter-spacing: 0em !important;
}

.text-ft20_5 {
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: -2 !important;
}

.text-ft22 {
  font-size: 25px !important;
  line-height: 37.5px !important;
  letter-spacing: 0rem !important;
}

.text-ft23 {
  font-size: 14px !important;
  line-height: 26px !important;
  letter-spacing: 0em !important;
}

.text-ft23_5 {
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0em !important;
}

.text-ft24 {
  font-size: 17px !important;
  line-height: 25.5px !important;
  letter-spacing: -2 !important;
}

.text-ft25 {
  font-size: 10px !important;
  line-height: 15px !important;
  letter-spacing: -2 !important;
}

.text-ft27 {
  font-size: 25px !important;
  line-height: 27px !important;
  letter-spacing: -2 !important;
}

.text-ft28 {
  font-size: 35px !important;
  line-height: 27px !important;
  letter-spacing: -1.05 !important;
}

.text-ft29 {
  font-size: 26px !important;
  line-height: normal !important;
}

.text-ft29_5 {
  font-size: 28px !important;
  line-height: 30px !important;
  letter-spacing: 0em !important;
}

.text-ft30 {
  font-size: 28px !important;
  line-height: normal !important;
}

.text-ft31 {
  font-size: 31px !important;
  line-height: normal !important;
}

.text-ft32 {
  font-size: 32px !important;
  line-height: 48px !important;
  letter-spacing: 0em !important;
}

.text-ft33 {
  font-size: 11px !important;
  line-height: 16.5px !important;
  letter-spacing: 0em !important;
}

.text-ft34 {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: -2% !important;
}

.text-ft42 {
  font-size: 42px !important;
  line-height: 1em !important;
  letter-spacing: -2.5px !important;
}

.text-ft21 {
  font-size: 21px !important;
  line-height: 31.75px !important;
  letter-spacing: 0em !important;
}

.text-ft43 {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: -2% !important;
}

.text-ft44 {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: -2% !important;
}

.text-ft45 {
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: -2% !important;
}

.text-ft47 {
  font-size: 14px !important;
  line-height: 15.75px !important;
  letter-spacing: -2% !important;
}

.text-ft48 {
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: -0.02em !important;
}

.text-ft50 {
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: -2% !important;
}

.text-ft51 {
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
}

.text-ft32_0 {
  font-size: 32px !important;
  line-height: 50px !important;
  letter-spacing: -2% !important;
}

.text-ft54 {
  font-size: 15px !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
}

.text-ft61 {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.02em !important;
}

.text-ft62 {
  font-size: 15px !important;
  line-height: 23px !important;
  letter-spacing: 0em !important;
}

.text-ft63 {
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: -0.01em !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-black-0 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-black-10 {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 20, 38, var(--tw-text-opacity)) !important;
}

.text-black-20 {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 20, 38, var(--tw-text-opacity)) !important;
}

.text-black-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 20, 20, var(--tw-text-opacity)) !important;
}

.text-black-70 {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 169, 174, var(--tw-text-opacity)) !important;
}

.text-black-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 69, 69, var(--tw-text-opacity)) !important;
}

.text-black-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(43, 43, 43, var(--tw-text-opacity)) !important;
}

.text-black-250 {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 35, 35, var(--tw-text-opacity)) !important;
}

.text-black-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 49, 49, var(--tw-text-opacity)) !important;
}

.text-black-8D8D8D {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 141, 141, var(--tw-text-opacity)) !important;
}

.text-black-1E1E1E {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 30, 30, var(--tw-text-opacity)) !important;
}

.text-black-070707 {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 7, 7, var(--tw-text-opacity)) !important;
}

.text-primary-80 {
  --tw-text-opacity: 1 !important;
  color: rgba(183, 183, 183, var(--tw-text-opacity)) !important;
}

.text-primary-90 {
  --tw-text-opacity: 1 !important;
  color: rgba(25, 25, 25, var(--tw-text-opacity)) !important;
}

.text-blue-20 {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 102, 214, var(--tw-text-opacity)) !important;
}

.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 97, 176, var(--tw-text-opacity)) !important;
}

.text-blue-90 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 171, 255, var(--tw-text-opacity)) !important;
}

.text-blue-110 {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 82, 255, var(--tw-text-opacity)) !important;
}

.text-blue-130 {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 85, 249, var(--tw-text-opacity)) !important;
}

.text-blue-64A2FE {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 162, 254, var(--tw-text-opacity)) !important;
}

.text-blue-0038FF {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 56, 255, var(--tw-text-opacity)) !important;
}

.text-blue-2684FF {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 132, 255, var(--tw-text-opacity)) !important;
}

.text-blue-055AFF {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 90, 255, var(--tw-text-opacity)) !important;
}

.text-blue-1A55F9 {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 85, 249, var(--tw-text-opacity)) !important;
}

.text-grey-0 {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 169, 174, var(--tw-text-opacity)) !important;
}

.text-grey-10 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 217, 217, var(--tw-text-opacity)) !important;
}

.text-grey-20 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 199, 208, var(--tw-text-opacity)) !important;
}

.text-grey-60 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 99, 99, var(--tw-text-opacity)) !important;
}

.text-grey-80 {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 172, 186, var(--tw-text-opacity)) !important;
}

.text-grey-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(138, 138, 138, var(--tw-text-opacity)) !important;
}

.text-grey-170 {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 232, 242, var(--tw-text-opacity)) !important;
}

.text-grey-180 {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 141, 141, var(--tw-text-opacity)) !important;
}

.text-grey-404040 {
  --tw-text-opacity: 1 !important;
  color: rgba(64, 64, 64, var(--tw-text-opacity)) !important;
}

.text-grey-484848 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 72, 72, var(--tw-text-opacity)) !important;
}

.text-grey-626262 {
  --tw-text-opacity: 1 !important;
  color: rgba(98, 98, 98, var(--tw-text-opacity)) !important;
}

.text-grey-737373 {
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity)) !important;
}

.text-grey-767676 {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 118, 118, var(--tw-text-opacity)) !important;
}

.text-grey-848484 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 132, 132, var(--tw-text-opacity)) !important;
}

.text-grey-868686 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 134, 134, var(--tw-text-opacity)) !important;
}

.text-grey-909090 {
  --tw-text-opacity: 1 !important;
  color: rgba(144, 144, 144, var(--tw-text-opacity)) !important;
}

.text-grey-939393 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 147, 147, var(--tw-text-opacity)) !important;
}

.text-grey-B5B5B {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 91, 91, var(--tw-text-opacity)) !important;
}

.text-grey-AAA9AE {
  --tw-text-opacity: 1 !important;
  color: rgba(170, 169, 174, var(--tw-text-opacity)) !important;
}

.text-grey-DDDFDE {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 223, 222, var(--tw-text-opacity)) !important;
}

.text-grey-FACBA {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 172, 186, var(--tw-text-opacity)) !important;
}

.text-grey-A3A3A3 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 163, 163, var(--tw-text-opacity)) !important;
}

.text-grey-69727B {
  --tw-text-opacity: 1 !important;
  color: rgba(105, 114, 123, var(--tw-text-opacity)) !important;
}

.text-grey-B4B4B4 {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 180, 180, var(--tw-text-opacity)) !important;
}

.text-grey-94A3B8 {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.text-grey-64748b {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.text-grey-1e293b {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.text-grey-B3B3B3 {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 179, 179, var(--tw-text-opacity)) !important;
}

.text-grey-50575C {
  --tw-text-opacity: 1 !important;
  color: rgba(80, 87, 92, var(--tw-text-opacity)) !important;
}

.text-grey-B9B9B9 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 185, 185, var(--tw-text-opacity)) !important;
}

.text-grey-B5B7DA {
  --tw-text-opacity: 1 !important;
  color: rgba(181, 183, 218, var(--tw-text-opacity)) !important;
}

.text-grey-A1A1A1 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 161, var(--tw-text-opacity)) !important;
}

.text-grey-A7A7A7 {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 122, 122, var(--tw-text-opacity)) !important;
}

.text-grey-A0A0A0 {
  --tw-text-opacity: 1 !important;
  color: rgba(160, 160, 160, var(--tw-text-opacity)) !important;
}

.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 97, 66, var(--tw-text-opacity)) !important;
}

.text-red-60 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 0, 30, var(--tw-text-opacity)) !important;
}

.text-red-FF0505 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 5, 5, var(--tw-text-opacity)) !important;
}

.text-red-EA4335 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 67, 53, var(--tw-text-opacity)) !important;
}

.text-red-FF2116 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 33, 22, var(--tw-text-opacity)) !important;
}

.text-red-EF4444 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.text-red-89431B {
  --tw-text-opacity: 1 !important;
  color: rgba(137, 67, 27, var(--tw-text-opacity)) !important;
}

.text-red-EA4435 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 68, 53, var(--tw-text-opacity)) !important;
}

.text-green-21A366 {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 163, 102, var(--tw-text-opacity)) !important;
}

.text-green-6FBE0B {
  --tw-text-opacity: 1 !important;
  color: rgba(111, 190, 11, var(--tw-text-opacity)) !important;
}

.text-green-11953E {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 149, 62, var(--tw-text-opacity)) !important;
}

.text-green-\#34A853 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 168, 83, var(--tw-text-opacity)) !important;
}

.text-green-23A566 {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 165, 102, var(--tw-text-opacity)) !important;
}

.text-darkGrey-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-yellowDark {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 187, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-130 {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 85, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-black-10:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 20, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-130:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 85, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-8A91FA:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(138, 145, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-0641e6:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 65, 230, var(--tw-text-opacity)) !important;
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 97, 66, var(--tw-text-opacity)) !important;
}

.focus\:text-black-10:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 20, 38, var(--tw-text-opacity)) !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

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

.placeholder-black-70::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 169, 174, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-0::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 169, 174, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-10::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 217, 217, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-20::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 199, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-80::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 172, 186, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-848484::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 132, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-AAA9AE::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(170, 169, 174, var(--tw-placeholder-opacity)) !important;
}

.caret-white {
  caret-color: #FFFFFF !important;
}

.caret-black-10 {
  caret-color: #131426 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-headerShadow {
  --tw-shadow:  0px 4px 4px 0px #0000000D !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner {
  --tw-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
  --tw-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xxl {
  --tw-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sidebarMobile {
  --tw-shadow: 0px 3px 6px #00000029 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-popupShadow {
  --tw-shadow:  0px 7px 30px 0px rgba(26, 33, 124, 0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-optionsShadow {
  --tw-shadow: 0px 7px 30px 0px #1A217C14 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-tooltipShadow {
  --tw-shadow: 1px 1px 4px 0px #0000000D !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-userShadow {
  --tw-shadow: 0px 4px 10px 0px #00000040 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  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) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -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) !important;
          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) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wrap-anywhere {
  overflow-wrap: anywhere !important;
}

@font-face {
  font-family: "Poppins-Bold";

  src: url(/static/media/Poppins-Bold.08c20a48.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";

  src: url(/static/media/Poppins-SemiBold.6f1520d1.ttf);
}

@font-face {
  font-family: "Poppins-Regular";

  src: url(/static/media/Poppins-Regular.093ee89b.ttf);
}

@font-face {
  font-family: "Poppins-Medium";

  src: url(/static/media/Poppins-Medium.bf59c687.ttf);
}

@font-face {
  font-family: "Poppins-Black";

  src: url(/static/media/Poppins-Black.14d00dab.ttf);
}

@font-face {
  font-family: "Poppins";

  src: url(/static/media/Poppins.093ee89b.ttf);
}

@font-face {
  font-family: "DM-Sans-Bold";

  src: url(/static/media/DMSans-Bold.b9cec521.ttf);
}

@font-face {
  font-family: "DM-Sans-Medium";

  src: url(/static/media/DMSans-Medium.24bfda97.ttf);
}

@font-face {
  font-family: "Inter";

  src: url(/static/media/Inter-Regular.079af0e2.ttf);
}

@font-face {
  font-family: "Inter-Light";

  src: url(/static/media/Inter-Light.d55f45d0.ttf);
}

@font-face {
  font-family: "Inter-Medium";

  src: url(/static/media/Inter-Medium.ed533866.ttf);
}

@font-face {
  font-family: "Inter-SemiBold";

  src: url(/static/media/Inter-SemiBold.07a48beb.ttf);
}

@font-face {
  font-family: "Inter-Thin";

  src: url(/static/media/Inter-Thin.2dce6221.ttf);
}

@font-face {
  font-family: "Inter-Bold";

  src: url(/static/media/Inter-Bold.275bfea5.ttf);
}

@font-face {
  font-family: "Inter-Black";

  src: url(/static/media/Inter-Black.980c7e87.ttf);
}

@font-face {
  font-family: "Prompt-Medium";

  src: url(/static/media/Prompt-Medium.e5b348d9.ttf);
}

.min-width-10px {
  min-width: 10px;
}

.max-width-400px {
  max-width: 400px;
}

.position-right-5vw {
  right: 5vw;
}

.max-width-243 {
  max-width: 243px;
}

.min-h-section {
  min-height: calc(100vh - 60px);
}

/*light*/

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #1f2328;
  background-color: #ffffff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  scroll-behavior: auto;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body th:nth-child(1),
.markdown td:nth-child(1) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(2),
.markdown-body td:nth-child(2) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(3),
.markdown-body td:nth-child(3) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(4),
.markdown-body td:nth-child(4) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(5),
.markdown-body td:nth-child(5) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(6),
.markdown-body td:nth-child(6) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(7),
.markdown-body td:nth-child(7) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(8),
.markdown-body td:nth-child(8) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(9),
.markdown-body td:nth-child(9) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(10),
.markdown-body td:nth-child(10) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(11),
.markdown-body td:nth-child(11) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th:nth-child(12),
.markdown-body td:nth-child(12) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown-body th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.markdown-body tbody {
  display: block;
  overflow: auto;
}

.markdown-body tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* Prevents column resizing issues */
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: ' ';
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.markdown-body abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body h1 {
  margin: .67em 0;
  font-weight: 600;
  padding-bottom: .1em;
  font-size: 1.5rem;
  border-bottom: 1px solid #d0d7deb3;
}

.markdown-body mark {
  background-color: #fff8c5;
  color: #1f2328;
}

.markdown-body small {
  font-size: 90%;
}

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

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
  width: 100%;
  overflow: auto;
}

.markdown-body figure {
  margin: 1em 40px;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d0d7deb3;
  height: .25em;
  padding: 0;
  margin: 24px 0;
  background-color: #d0d7de;
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body ::placeholder {
  color: #636c76;
  opacity: 1;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body details:not([open])>*:not(summary) {
  display: none;
}

.markdown-body a:focus,
.markdown-body [role=button]:focus,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=checkbox]:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:focus:not(:focus-visible),
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.markdown-body a:focus-visible,
.markdown-body [role=button]:focus-visible,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #1f2328;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px #afb8c133;
  border-bottom-color: #afb8c133;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #afb8c133;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h2 {
  font-weight: 600;
  padding-bottom: .1em;
  font-size: 1.4em;
  border-bottom: 1px solid #d0d7deb3;
}

.markdown-body h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.markdown-body h4 {
  font-weight: 600;
  font-size: 1em;
}

.markdown-body h5 {
  font-weight: 600;
  font-size: .875em;
}

.markdown-body h6 {
  font-weight: 600;
  font-size: .85em;
  color: #636c76;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 1em;
  color: #636c76;
  border-left: .25em solid #d0d7de;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body .mr-2 {
  margin-right: 0.5rem !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: #d1242f;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1f2328;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 .2em;
  font-size: inherit;
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}

.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}

.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}

.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div>ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body li+li {
  margin-top: .25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #d0d7de;
}

.markdown-body table td>:last-child {
  margin-bottom: 0;
}

.markdown-body table tr {
  background-color: #ffffff;
  border-top: 1px solid #d0d7deb3;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame>span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d0d7de;
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #1f2328;
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right>span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #afb8c133;
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
  overflow: auto;
  width: 100%;
}

.markdown-body pre>code {
  overflow: auto;
  padding: 0;
  margin: 0;
  word-break: normal;
  /* white-space: pre; */
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
  overflow: auto;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px;
  overflow: auto;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

.markdown-body .footnotes {
  font-size: 12px;
  color: #636c76;
  border-top: 1px solid #d0d7de;
}

.markdown-body .footnotes ol {
  padding-left: 16px;
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: #1f2328;
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body .pl-c {
  color: #57606a;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0550ae;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6639ba;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292f;
}

.markdown-body .pl-ent {
  color: #0550ae;
}

.markdown-body .pl-k {
  color: #cf222e;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #0a3069;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #953800;
}

.markdown-body .pl-bu {
  color: #82071e;
}

.markdown-body .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.markdown-body .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.markdown-body .pl-ml {
  color: #3b2300;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292f;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292f;
}

.markdown-body .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}

.markdown-body .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.markdown-body .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.markdown-body .pl-mi2 {
  color: #eaeef2;
  background-color: #0550ae;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.markdown-body .pl-ba {
  color: #57606a;
}

.markdown-body .pl-sg {
  color: #8c959f;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.markdown-body button:focus:not(:focus-visible),
.markdown-body summary:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.markdown-body [tabindex="0"]:focus:not(:focus-visible),
.markdown-body details-dialog:focus:not(:focus-visible) {
  outline: none;
}

.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: 400;
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 0.25rem;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 .2em .25em -1.4em;
  vertical-align: middle;
}

.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

.markdown-body .contains-task-list {
  position: relative;
}

.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.markdown-body .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: .25em solid #d0d7de;
}

.markdown-body .markdown-alert>:first-child {
  margin-top: 0;
}

.markdown-body .markdown-alert>:last-child {
  margin-bottom: 0;
}

.markdown-body .markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.markdown-body .markdown-alert.markdown-alert-note {
  border-left-color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-important {
  border-left-color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-warning {
  border-left-color: #bf8700;
}

.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #9a6700;
}

.markdown-body .markdown-alert.markdown-alert-tip {
  border-left-color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-caution {
  border-left-color: #cf222e;
}

.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #d1242f;
}

.markdown-body>*:first-child>.heading-element:first-child {
  margin-top: 0 !important;
}

.markdown table {
  width: 100%;
  border-collapse: collapse;
}

.markdown th,
.markdown td {
  border: 1px solid #ccc;
  padding: 7px;
  text-align: left;
}

.markdown th:nth-child(1),
.markdown td:nth-child(1) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(2),
.markdown td:nth-child(2) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(3),
.markdown td:nth-child(3) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(4),
.markdown td:nth-child(4) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(5),
.markdown td:nth-child(5) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(6),
.markdown td:nth-child(6) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(7),
.markdown td:nth-child(7) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th:nth-child(8),
.markdown td:nth-child(8) {
  max-width: 300px;  /* Adjust this as needed */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds '...' for overflowed content */
  /* white-space: nowrap; */
  white-space: normal; /* Allows text to wrap properly */
  word-wrap: break-word;
}

.markdown th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.markdown tbody {
  display: block;
  overflow: auto;
}

.markdown tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* Prevents column resizing issues */
}

.h-section {
  height: calc(100vh - 60px);
}

.h-iframe-section {
  height: calc(100vh - 115px);
}

.h-flow-section {
  height: calc(100vh - 30px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.remove-prefill-autofill input:-webkit-autofill,
.remove-prefill-autofill input:-webkit-autofill:hover,
.remove-prefill-autofill input:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}

.gradient-background-base {
  background: linear-gradient(
    221.75deg,
      rgba(52, 231, 242, 0.1) -5.6%,
      rgba(169, 203, 255, 0.12) 24.42%,
    rgba(238, 250, 249, 0) 61.42%
  );
}

.gradient-background-chatbot {
  background: linear-gradient(
    214.34deg,
      rgba(218, 211, 255, 0.33) -3.06%,
      rgba(255, 222, 238, 0.4) 18.34%,
    rgba(255, 255, 255, 0) 51.41%
  );
}

.gradient-background-deploy {
  background: linear-gradient(
    217.21deg,
      rgba(255, 239, 98, 0.23) 0.6%,
      rgba(249, 147, 112, 0.08) 19.99%,
    rgba(238, 250, 249, 0) 46.88%
  );
}

.pricing-background {
  background: var(--23, linear-gradient(141deg, #1A55F9 0%, #ace2f4 100%));
}

.markdown-body table {
  width: 100%;
  border-collapse: collapse;
}

.markdown th,
.markdown td {
  border: 1px solid #ccc;
  padding: 7px;
  text-align: left;
}

input[type="checkbox"]:checked {
  background: #1A55F9;
  color: white;
  border-radius: 2px;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  color: white;
  border-radius: 3px;
}

input[type="checkbox"]:after {
  content: " ";
  position: relative;
  left: 33%;
  top: 14%;
  width: 26%;
  height: 66%;
  outline: none;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(50deg);
  display: none;
  border-radius: 3px;
}

input[type="checkbox"]:checked:after {
  display: block;
}

.alert-toast {
  height: auto;
  padding: 4px 4px 4px 4px;
  max-width: 500px;
  max-height: 200px;
  overflow-wrap: break-word;
}

.back-button:hover {
  content: url("/images/back-icon-hover.svg");
}

/* Scrollbar width */

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

/* Scrollbar thumb */

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #c9c9c9;
  border: 2px solid #eeefee;
}

::-moz-scrollbar-thumb {
  border-radius: 6px;
  background-color: #c9c9c9;
  border: 2px solid #eeefee;
}

::-webkit-scrollbar-thumb:active {
  background-color: #b9b9b9;
}

/* Scrollbar track */

::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #eeefee;
}

.private-scroll-x::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Scrollbar thumb */

.private-scroll-x::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  border-radius: 3px;
}

.private-scroll-x::-moz-scrollbar-thumb {
  background-color: #dcdcdc;
  border-radius: 3px;
}

/* Scrollbar track */

.private-scroll-x::-webkit-scrollbar-track {
  background-color: #edf2f7;
}

.private-scroll-x::-moz-scrollbar-track {
  background-color: #edf2f7;
}

.border-thin {
  border: 5px dashed #1A55F9;
  position: relative;
  border-radius: 12px;
}

.border-thin:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 5px solid white;
  pointer-events: none;
  border-radius: 8px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 16px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ced8e2;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: rgba(26, 85, 249, 1);
}

/* input:checked + .green {
  background-color: #4CAF50
} */

input:checked + .slider:before {
  transform: translateX(11px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider-green {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ced8e2;
  transition: 0.4s;
  border-radius: 34px;
}

.slider-green:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider-green {
  background-color: #4caf50;
}

input:checked + .slider-green:before {
  transform: translateX(11px);
}

.slider-green.round {
  border-radius: 34px;
}

.slider-green.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .MuiTableCell-root.TableSelectAllCell-cell {
    text-align: left !important;
  }

  .css-1ybzgs6-MuiTableCell-root.TableSelectCell-cell {
    text-align: left !important;
  }

  .css-y0x3xi.TableSelectCell-cell {
    padding: 0px !important;
    text-align: left !important;
  }

  .css-zun73v {
    padding: 0px !important;
  }
}

.css-1ybzgs6-MuiTableCell-root .TableSelectCell-checkbox {
  padding: 0px !important;
}

.css-1ybzgs6-MuiTableCell-root {
  width: 10px !important;
  padding: 0px !important;
}

.webkit-smoothing {
  -webkit-font-smoothing: antialiased;
}

.markdown p {
  white-space: pre-wrap;
  font-size: 14px;
  margin: 5px 0;
}

.markdown table th,
.markdown table td {
  border: 1px solid black;
  padding: 8px;
}

.markdown table th {
  text-align: left;
}

.markdown a {
  color: #1A55F9;
}

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

.fit-width {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.markdown ul {
  list-style: circle;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.markdown ol {
  list-style: decimal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 14px;
}

#basic {
  border: 2px solid white;
  box-shadow: 0 0 0 1px #ced8e2;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all ease-in 0.2s;
}

#basic:checked {
  background-color: #1A55F9;
}

#advance {
  border: 2px solid white;
  box-shadow: 0 0 0 1px #ced8e2;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all ease-in 0.2s;
}

#advance:checked {
  background-color: #1A55F9;
}

.select-active {
  background-image: url("/images/dropup-arrow.svg");
  cursor: pointer;
}

.select-inactive {
  background-image: url("/images/dropdown-arrow.svg");
  cursor: pointer;
}

.styled-select-category { /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  font-style: normal;
  color: #949cae;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.css-173nqtf .ResizingControl-resizeHandleLine {
  background-color: #dddfde !important;
  opacity: 1 !important;
}

.css-pye9lr .CellLayout-resizeHandleLine {
  background-color: #dddfde !important;
  opacity: 1 !important;
}

@media (pointer: fine) {
  .css-1o6p3b3-MuiTableCell-root .CellLayout-resizeHandleLine {
    opacity: 1 !important;
  }
}

@media (pointer: fine) {
  .css-pye9lr .CellLayout-resizeHandleLine {
    opacity: 1 !important;
  }
}

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

.css-173nqtf.ResizingControl-resizeHandleSecondLine {
  opacity: 0 !important;
}

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

/**
 * Markdown Editor Styles
 */

.other h2 {
  font-size: 18px;
  color: #444;
  margin-bottom: 7px;
}

.other a {
  color: #777;
  text-decoration: underline;
  font-size: 14px;
}

.other ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ltr {
  text-align: left;
}

.rtl {
  text-align: right;
}

.agent-node {
  height: 35px;
  min-width: 150px;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.editor-container {
  margin: auto;
  border-radius: 2px;
  color: #000;
  position: relative;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.editor-test-container {
  /* margin: ; */
  flex: auto;
  justify-content: flex-start;
  border-radius: 2px;
  color: #000;
  position: relative;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.editor-input {
  min-height: 64px;
  max-height: 300px;
  resize: none;
  font-size: 15px;
  caret-color: rgb(5, 5, 5);
  position: relative;
  tab-size: 1;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  outline: 0;
  padding: 18px 16px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.editor-test-input {
  resize: none;
  font-size: 15px;
  caret-color: rgb(5, 5, 5);
  position: relative;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  outline: 0;
  padding-right: 20px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.editor-placeholder {
  color: #AAA9AE;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 20px;
  left: 20px;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 400;
  display: inline-block;
  pointer-events: none;
  font-family: 'Inter', sans-serif;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}

.editor-test-placeholder {
  color: #d9d9d9;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  bottom: 5px;
  left: 5px;
  font-size: 18px;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  pointer-events: none;
}

.editor-paragraph {
  margin: 0;
  margin-bottom: 8px;
  position: relative;
  font-family: "Inter", sans-serif;
}

.editor-paragraph:last-child {
  margin-bottom: 0;
}

.editor-list-ol {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  list-style-type: decimal;
}

.editor-list-ul {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  list-style-type: disc;
}

.editor-listitem {
  margin: 8px 32px 8px 32px;
}

.editor-nested-listitem {
  list-style-type: none;
}

.react-datepicker__close-icon::after {
  content: "X" !important;
  /* background-color: '#fff' !important; */
  /* background-size: contain !important;
  background-position: center !important; */
  padding: 1px;
}

.pink-gradient {
  background: rgb(255, 251, 255);
  background: linear-gradient(
    45deg,
      rgba(255, 254, 255, 0.956) 45%,
    rgba(253, 244, 252, 0.95) 48%
  );
}

.green-gradient {
  background: rgb(216, 245, 247);
  background: linear-gradient(
    45deg,
      rgba(232, 251, 252, 0.956) 45%,
    rgba(219, 251, 255, 0.95) 48%
  );
}

table.MuiTable-root.Table-table.css-1ecsaki-MuiTable-root {
  min-width: 0px !important;
}

.max-w-558px {
  width: 558px !important;
  min-width: 558px !important;
}

.min-w-100px {
  min-width: 100px !important;
}

.min-max-w-112px {
  min-width: 112px !important;
  max-width: 112px !important;
}

.min-h-100vh {
  min-height: 100vh !important;
}

.min-max-w-400px {
  min-width: 400px !important;
  max-width: 400px !important;
  width: 400px !important;
}

.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
}

.tooltip-container {
  position: relative;
}

.custom-scrollbar-hide {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.z-9999999 {
  z-index: 99999999 !important;
}

/* For Webkit browsers (Chrome, Safari, etc.) */

.custom-scrollbar-hide::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Webkit browsers */
}

/* Loader */

.loader-5 {
  height: 40px;
  width: 40px;
  animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loader-5-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #1A55F9;
  border-radius: 50%;
  animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loader-5-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(24px, 0, 0) scale(0.5);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.loader-5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #1A55F9;
  border-radius: 50%;
  animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loader-5-3 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-24px, 0, 0) scale(0.5);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.loader-5 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 40px;
}

.loader-5 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #1A55F9;
  border-radius: 50%;
  animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loader-5-4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, 24px, 0) scale(0.5);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.loader-5 span::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #1A55F9;
  border-radius: 50%;
  animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loader-5-5 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -24px, 0) scale(0.5);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.delete-icon:hover img {
  content: url("/images/red-delete.svg");
}

.MuiTableCell-root .TableSelectAllCell-checkbox {
  padding: 0px !important;
}

.MuiTableCell-root.TableSelectAllCell-cell {
  padding-left: 0px !important;
}

.MuiTableCell-root.TableSelectCell-cell {
  padding-left: 0px !important;
}

ul.slick-dots {
  text-align: left !important;
}

ul.slick-dots li {
  margin: 0px !important;
}

.custom-dots-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  ul.slick-dots {
    padding: 0px 80px !important;
    text-align: left !important;
  }

  .custom-dots-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  ul.slick-dots li {
    margin: 0px !important;
  }
}

.truncate-line-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-line-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.is-table-height {
  height: calc(100% - 210px);
}

.react-grid-Grid {
  min-height: 320px !important;
}

.delete-red-icon:hover {
  content: url("/images/delete-red-icon.svg");
}

.pg-viewer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.pg-viewer-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Webkit browsers */
}

.pg-viewer-wrapper .pg-viewer .loading-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pg-viewer-wrapper .pg-viewer .loading-container .loading {
  background-image: none;
  width: 40px;
  height: 40px;
  border: 3px solid #1A55F9;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

canvas {
  width: 100% !important;
}

.markdown table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.markdown th,
.markdown td {
  border: 1px solid #b9b9b9; /* Solid border for each cell */
  padding: 8px 12px; /* Add padding for spacing */
  text-align: left;
  white-space: nowrap;
}

.markdown th {
  background-color: #f5f5f5; /* Light gray background for headers */
  font-weight: 600;
  min-width: 165px; /* Minimum width for better readability */
}

.markdown td {
  background-color: #fff; /* White background for table rows */
}

/* Optional: For visual consistency */

.markdown tr:last-child td {
  border-bottom: 1px solid #000; /* Ensure bottom row has a border */
}

.circle {
  width: 21px;
  height: 21px;
  background-color: #e2e4ff;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.container {
  height: calc(100vh - 100px);
  overflow: hidden;
  width: 100%;
}

.markdown th,
.markdown td {
  border: 1px solid #b9b9b9; /* Solid border for each cell */
  padding: 8px 12px; /* Add padding for spacing */
  text-align: left;
  white-space: nowrap;
}

.markdown th {
  background-color: #f5f5f5; /* Light gray background for headers */
  font-weight: 600;
  min-width: 165px; /* Minimum width for better readability */
}

.markdown td {
  background-color: #fff; /* White background for table rows */
}

/* Optional: For visual consistency */

.markdown tr:last-child td {
  border-bottom: 1px solid #000; /* Ensure bottom row has a border */
}

.circle {
  width: 21px;
  height: 21px;
  background-color: #e2e4ff;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.container {
  height: calc(100vh - 100px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .scrollable-container {
    height: 90%;
    max-height: 90%;
  }
}

.scrollable-container {
  max-height: 100%;
  overflow-y: auto;
  padding: 16px;
  width: 90vw;
}

/* agent crew */

/* agent side panel custom class */

.sidepanel{
  height: calc(100vh - 10rem)
}

.w-full {
  width: 100%;
}

.adjusted-height {
  height: calc(100vh - 100px);
}

.builder-sidebar-height {
  height: calc(100vh - 50px);
}

.agent-sidebar-height {
  height: calc(100vh - 60px);
}

.adjusted-height-screen {
  height: calc(100vh - 200px);
}

.prompt-height{
  height: calc(100vh - 150px);
}

.fullscreen-height {
  height: 100vh;
}

.adjusted-full-height {
  height: calc(100% - 50px);
}

.h-calc {
  height: calc(50% - 10px);
}

.shadow-query {
  box-shadow: 0px 4px 7px 0px rgba(32, 32, 32, 0.2);
}

.no-hover:hover {
  pointer-events: none;
  cursor: default;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1080px) {
  .screen-fit {
    height: calc(100vh - 150px);
  }
}

.react-datepicker__header {
  background-color: white !important;
}

span.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.PrivateSwitchBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.Mui-checked.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.TableSelectCell-checkbox.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root{
  color: #1A55F9 !important;
}

span.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.PrivateSwitchBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.Mui-checked.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.TableSelectAllCell-checkbox.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root{
  color: #1A55F9 !important;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: #1A55F9 !important;
}

.flow-background {
  background: linear-gradient(90deg, #f4f5fc 10px, transparent 70%) center,
    linear-gradient(#f4f5fc 10px, transparent 70%) center,
    rgba(224, 228, 232, 0.7);
  background-size: 12px 12px;
}

span.Resizer.vertical {
  cursor: ew-resize;
  width: 16px;
  background: white;
}

span.Resizer.horizontal {
  cursor: ns-resize;
  width: 100%;
  background: white;
  height: 10px;
}

/* Material-UI Checkbox Styles with increased specificity */

.MuiCheckbox-root.Mui-checked,
.MuiButtonBase-root.MuiCheckbox-root.Mui-checked,
span.MuiButtonBase-root.MuiCheckbox-root.Mui-checked,
.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked,
.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate,
span.MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox.Mui-checked,
.MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox.Mui-checked,
span.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.PrivateSwitchBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.Mui-checked,
span.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.Mui-checked,
.MuiCheckbox-colorPrimary.Mui-checked,
.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.Mui-checked,
span.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.Mui-checked,
.TableSelectCell-checkbox.Mui-checked,
.TableSelectAllCell-checkbox.Mui-checked,
.MuiCheckbox-root.MuiCheckbox-colorPrimary.Mui-checked,
.PrivateSwitchBase-root.MuiCheckbox-root.Mui-checked,
span.MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox.Mui-checked,
.MuiButtonBase-root-MuiCheckbox-root.Mui-checked,
[class*="MuiCheckbox-root"][class*="Mui-checked"],
[class*="PrivateSwitchBase-root"][class*="Mui-checked"] {
  color: #1A55F9 !important;
}

/* Ensure styles apply to both table select and regular checkboxes */

.MuiTableCell-root .TableSelectCell-checkbox.Mui-checked,
.MuiTableCell-root .TableSelectAllCell-checkbox.Mui-checked,
.MuiTableCell-root [class*="MuiCheckbox"][class*="Mui-checked"] {
  color: #1A55F9 !important;
}

/* Handle any dynamic class names Material-UI might generate */

[class*="MuiCheckbox"][class*="Mui-checked"],
[class*="MuiButtonBase"][class*="MuiCheckbox"][class*="Mui-checked"],
[class*="PrivateSwitchBase"][class*="MuiCheckbox"][class*="Mui-checked"] {
  color: #1A55F9 !important;
}

/* Override any default Material-UI styles */

.MuiCheckbox-root.Mui-checked svg,
.MuiCheckbox-root.Mui-checked .MuiSvgIcon-root {
  color: #1A55F9 !important;
}

code{
  white-space: pre-wrap;
  word-break: break-word;
}

.custom-slider .MuiSlider-rail {
  background-color: #E4E4E4;
}

.custom-slider .MuiSlider-track {
  background-color: #1A55F9;
}

.custom-slider .MuiSlider-thumb {
  background-color: #FFFFFF;
}

.custom-slider .MuiSlider-thumb:hover {
  border: 2px solid #1A55F9;
  box-shadow: none;
}

.Ecg7PG_spectrum-Dialog-grid {
  display: block !important;
  padding: 18px;
}

.responsive-height {
  height: 240px;
}

.custom-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Custom checkbox wrapper */

.custom-checkbox {
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

/* Hide default checkbox appearance */

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
}

/* Grey checkbox style (default config) */

.custom-checkbox.default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

/* Grey checkmark (default config - checked only) */

.custom-checkbox.default.checked::after {
  content: "✔";
  font-size: 12px;
  color: #5D5D5D;
  position: absolute;
}

/* Blue checkbox style (custom config) */

.custom-checkbox.custom {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(26, 85, 249, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(26, 85, 249, var(--tw-bg-opacity));
}

/* Blue checkmark (custom config - checked only) */

.custom-checkbox.custom.checked::after {
  content: "✔";
  font-size: 12px;
  color: white;
  position: absolute;
}

@media screen and (min-width: 1800px) {
  .responsive-height {
    height: 320px;
  }
}

.custom-row:nth-child(even) {
  background-color: #F5F7FC;
}

.custom-row:nth-child(even):hover {
  background-color: #F2F5FC;
}

.custom-row:nth-child(odd) {
  background-color: #FFFFFF;
}

.custom-row:nth-child(odd):hover {
  background-color: #FDFDFF;
}

input[type="text"]:focus,
textarea:focus {
  border-color: #1A55F9 !important;
  outline: none;
}

.custom-width{
  max-width: 100%;
  overflow-x: auto;
  word-break: break-word;
}

.custom-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
      #1A55F9 0%,
      #1A55F9 var(--progress),
      #e5e7eb var(--progress),
    #e5e7eb 100%
  );
  outline: none;
  transition: background 0.2s ease-in-out;
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 10px;
  border-radius: 8px;
  background: white;
  border: 1px solid #d1d5db;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.fade-in-text {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in-text {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.gradient-fade-right {
  display: block;
  white-space: pre-wrap;
  overflow: hidden;
  mask-image: linear-gradient(to right, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.custom-editor-screen {
  height: calc(100vh - 60px - 2rem);
  width: calc(100vw - 5.5rem);
  top: 80px;
  right: 10px;
}

.custom-slider::-moz-range-thumb {
  height: 20px;
  width: 10px;
  border-radius: 8px;
  background: white;
  border: 1px solid #d1d5db;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.input-no-spinner::-webkit-outer-spin-button,
.input-no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.chat-sidebar-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.input-no-spinner {
  -moz-appearance: textfield;
}

.shimmer-text-app {
  display: inline-block;
  background: linear-gradient(
    to left,
      #cccccc 20%,
      #eeeeee 40%,
    #cccccc 60%
  );
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shimmerApp 1s infinite linear;
}

@keyframes shimmerApp {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@media screen and (min-width: 1024px) {
  .custom-editor-screen {
    width: calc(100vw - 17.5rem);
  }

  .custom-editor-screen_setting {
    width: calc(100vw - 24.5rem);
  }
}

.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #e2e2e2;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* ====Shadow =======*/

.box-shadow-wrapper{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(115, 115, 115, 0.22) 133.33%);
  box-shadow: 0px -30px 40px -10px rgba(115, 115, 115, 0.22);
}

/* css for docx file in doc viewer */

.doc-viewer-container {
  font-family:'Poppins', 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
}

.doc-viewer-container h1 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}

.doc-viewer-container h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 14px;
  font-weight: 600;
}

.doc-viewer-container h3 {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.doc-viewer-container p {
  margin-bottom: 16px;
}

.doc-viewer-container ul, 
.doc-viewer-container ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.doc-viewer-container table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
}

.doc-viewer-container table, 
.doc-viewer-container th, 
.doc-viewer-container td {
  border: 1px solid #ddd;
}

.doc-viewer-container th, 
.doc-viewer-container td {
  padding: 8px;
  text-align: left;
}

.doc-viewer-container img {
  max-width: 100%;
  height: auto;
}

/* Hides the sorting arrow ONLY inside custom header cells */

.custom-sort-header .sorting-control::after,
.custom-sort-header .MuiSvgIcon-root {
  display: none !important;
}

@media (min-width: 480px) {
  .xs\:h-415px {
    height: 415px !important;
  }

  .xs\:w-85per {
    width: 85% !important;
  }

  .xs\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xs\:px-4\.5 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mt-4 {
    margin-top: 16px !important;
  }

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

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

  .sm\:h-408px {
    height: 408px !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

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

  .sm\:w-125\.5 {
    width: 502px !important;
  }

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

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

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

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

  .sm\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:text-ft15 {
    font-size: 15px !important;
    line-height: 22px !important;
    letter-spacing: -2 !important;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-20per {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

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

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mt-6 {
    margin-top: 24px !important;
  }

  .md\:mt-20 {
    margin-top: 80px !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 40px !important;
  }

  .md\:mb-26 {
    margin-bottom: 104px !important;
  }

  .md\:mb-26\.5 {
    margin-bottom: 106px !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:block {
    display: block !important;
  }

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

  .md\:hidden {
    display: none !important;
  }

  .md\:h-6 {
    height: 24px !important;
  }

  .md\:h-12 {
    height: 48px !important;
  }

  .md\:h-14 {
    height: 56px !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-35px {
    height: 35px !important;
  }

  .md\:h-143px {
    height: 143px !important;
  }

  .md\:h-41\.5 {
    height: 166px !important;
  }

  .md\:h-465px {
    height: 465px !important;
  }

  .md\:h-30per {
    height: 30% !important;
  }

  .md\:h-45per {
    height: 45% !important;
  }

  .md\:h-60per {
    height: 60% !important;
  }

  .md\:h-74per {
    height: 74% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:w-6 {
    width: 24px !important;
  }

  .md\:w-12 {
    width: 48px !important;
  }

  .md\:w-25 {
    width: 100px !important;
  }

  .md\:w-28 {
    width: 112px !important;
  }

  .md\:w-30 {
    width: 120px !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-36 {
    width: 144px !important;
  }

  .md\:w-45 {
    width: 180px !important;
  }

  .md\:w-57 {
    width: 57px !important;
  }

  .md\:w-75 {
    width: 300px !important;
  }

  .md\:w-88 {
    width: 352px !important;
  }

  .md\:w-90 {
    width: 360px !important;
  }

  .md\:w-136 {
    width: 544px !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-35px {
    width: 35px !important;
  }

  .md\:w-25\.5 {
    width: 98px !important;
  }

  .md\:w-102px {
    width: 102px !important;
  }

  .md\:w-145px {
    width: 145px !important;
  }

  .md\:w-36\.5 {
    width: 146px !important;
  }

  .md\:w-149px {
    width: 149px !important;
  }

  .md\:w-181px {
    width: 181px !important;
  }

  .md\:w-203px {
    width: 203px !important;
  }

  .md\:w-57\.5 {
    width: 230px !important;
  }

  .md\:w-263px {
    width: 263px !important;
  }

  .md\:w-272px {
    width: 272px !important;
  }

  .md\:w-293px {
    width: 293px !important;
  }

  .md\:w-90\.25 {
    width: 361px !important;
  }

  .md\:w-387px {
    width: 387px !important;
  }

  .md\:w-422px {
    width: 422px !important;
  }

  .md\:w-429px {
    width: 429px !important;
  }

  .md\:w-440px {
    width: 440px !important;
  }

  .md\:w-439px {
    width: 439px !important;
  }

  .md\:w-465px {
    width: 465px !important;
  }

  .md\:w-499px {
    width: 499px !important;
  }

  .md\:w-125\.5 {
    width: 502px !important;
  }

  .md\:w-515px {
    width: 515px !important;
  }

  .md\:w-557px {
    width: 557px !important;
  }

  .md\:w-636px {
    width: 636px !important;
  }

  .md\:w-711px {
    width: 711px !important;
  }

  .md\:w-733px {
    width: 733px !important;
  }

  .md\:w-30per {
    width: 30% !important;
  }

  .md\:w-50per {
    width: 50% !important;
  }

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

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

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

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

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

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

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

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

  .md\:p-4 {
    padding: 16px !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pt-6 {
    padding-top: 24px !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pt-8\.5 {
    padding-top: 34px !important;
  }

  .md\:pt-15per {
    padding-top: 15% !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:text-ft2 {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft3 {
    font-size: 15px !important;
    line-height: 23px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft4 {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft6 {
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft8 {
    font-size: 24px !important;
    line-height: 35px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft12 {
    font-size: 18px !important;
    line-height: 21.47px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft13 {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft14 {
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
  }

  .md\:text-ft15 {
    font-size: 15px !important;
    line-height: 22px !important;
    letter-spacing: -2 !important;
  }

  .md\:text-ft16 {
    font-size: 24px !important;
    line-height: 36px !important;
    letter-spacing: -2 !important;
  }

  .md\:text-ft22 {
    font-size: 25px !important;
    line-height: 37.5px !important;
    letter-spacing: 0rem !important;
  }

  .md\:text-ft30 {
    font-size: 28px !important;
    line-height: normal !important;
  }

  .md\:text-ft45 {
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: -2% !important;
  }

  .md\:text-ft46 {
    font-size: 40px !important;
    line-height: 48.1px !important;
    letter-spacing: -5% !important;
  }

  .md\:text-ft48 {
    font-size: 18px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:top-0 {
    top: 0px !important;
  }

  .lg\:top-16 {
    top: 64px !important;
  }

  .lg\:top-16\.5 {
    top: 66px !important;
  }

  .lg\:top-31\.5 {
    top: 126px !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:right-20per {
    right: 20% !important;
  }

  .lg\:left-0 {
    left: 0px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mt-17 {
    margin-top: 68px !important;
  }

  .lg\:mt-20 {
    margin-top: 80px !important;
  }

  .lg\:mt-28 {
    margin-top: 112px !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mt-17\.5 {
    margin-top: 70px !important;
  }

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:ml-263px {
    margin-left: 263px !important;
  }

  .lg\:-ml-4 {
    margin-left: -16px !important;
  }

  .lg\:-ml-30 {
    margin-left: -120px !important;
  }

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

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-14 {
    height: 56px !important;
  }

  .lg\:h-14\.5 {
    height: 58px !important;
  }

  .lg\:h-595px {
    height: 595px !important;
  }

  .lg\:h-95per {
    height: 95% !important;
  }

  .lg\:h-100per {
    height: 100% !important;
  }

  .lg\:w-50 {
    width: 200px !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-415px {
    width: 415px !important;
  }

  .lg\:w-499px {
    width: 499px !important;
  }

  .lg\:w-614px {
    width: 614px !important;
  }

  .lg\:w-620px {
    width: 620px !important;
  }

  .lg\:w-948px {
    width: 948px !important;
  }

  .lg\:w-25per {
    width: 25% !important;
  }

  .lg\:w-40per {
    width: 40% !important;
  }

  .lg\:w-45per {
    width: 45% !important;
  }

  .lg\:w-60per {
    width: 60% !important;
  }

  .lg\:w-80per {
    width: 80% !important;
  }

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

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

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

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

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

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

  .lg\:min-w-50 {
    min-width: 200px !important;
  }

  .lg\:min-w-75 {
    min-width: 300px !important;
  }

  .lg\:min-w-415px {
    min-width: 415px !important;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

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

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

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

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

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

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-12 {
    gap: 48px !important;
  }

  .lg\:gap-25 {
    gap: 100px !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

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

  .lg\:px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:px-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .lg\:px-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:px-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:px-7\.75 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }

  .lg\:px-45px {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .lg\:px-11\.5 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }

  .lg\:pt-6 {
    padding-top: 24px !important;
  }

  .lg\:pt-20per {
    padding-top: 20% !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pr-4 {
    padding-right: 16px !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pr-7 {
    padding-right: 28px !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 24px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 40px !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pl-4 {
    padding-left: 16px !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pl-2\.5 {
    padding-left: 10px !important;
  }

  .lg\:pl-270px {
    padding-left: 270px !important;
  }

  .lg\:pl-272px {
    padding-left: 272px !important;
  }

  .lg\:text-ft2 {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0em !important;
  }

  .lg\:text-ft8 {
    font-size: 24px !important;
    line-height: 35px !important;
    letter-spacing: 0em !important;
  }

  .lg\:text-ft13 {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:w-111 {
    width: 444px !important;
  }

  .xl\:w-499px {
    width: 499px !important;
  }

  .xl\:w-45per {
    width: 45% !important;
  }

  .xl\:w-54per {
    width: 54% !important;
  }

  .xl\:w-55per {
    width: 55% !important;
  }

  .xl\:w-70per {
    width: 70% !important;
  }

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

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

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

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

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

  .xl\:gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 1024px) {
  .desktop\:fixed {
    position: fixed !important;
  }

  .desktop\:z-10 {
    z-index: 10 !important;
  }

  .desktop\:mb-10 {
    margin-bottom: 40px !important;
  }

  .desktop\:grid {
    display: grid !important;
  }

  .desktop\:hidden {
    display: none !important;
  }

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

  .desktop\:justify-start {
    justify-content: flex-start !important;
  }

  .desktop\:whitespace-nowrap {
    white-space: nowrap !important;
  }
}

@media (min-width: 1279px) and (max-width: 1520px) {
  .mdd\:gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .\32md\:w-70per {
    width: 70% !important;
  }
}

@media (min-width: 1440px) {
  .\32xl\:w-539px {
    width: 539px !important;
  }

  .\32xl\:w-570px {
    width: 570px !important;
  }

  .\32xl\:w-1145px {
    width: 1145px !important;
  }

  .\32xl\:w-20per {
    width: 20% !important;
  }

  .\32xl\:w-40per {
    width: 40% !important;
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:text-ft4 {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0em !important;
  }

  .\32xl\:text-ft13 {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
  }

  .\32xl\:text-ft29 {
    font-size: 26px !important;
    line-height: normal !important;
  }
}

@media (min-width: 1600px) {
  .\33xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile\:fixed {
    position: fixed !important;
  }

  .mobile\:relative {
    position: relative !important;
  }

  .mobile\:top-0 {
    top: 0px !important;
  }

  .mobile\:top-16 {
    top: 64px !important;
  }

  .mobile\:right-0 {
    right: 0px !important;
  }

  .mobile\:bottom-0 {
    bottom: 0px !important;
  }

  .mobile\:left-0 {
    left: 0px !important;
  }

  .mobile\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mobile\:mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .mobile\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mobile\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mobile\:my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mobile\:my-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mobile\:mt-0 {
    margin-top: 0px !important;
  }

  .mobile\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .mobile\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .mobile\:mt-4 {
    margin-top: 16px !important;
  }

  .mobile\:mt-6 {
    margin-top: 24px !important;
  }

  .mobile\:mt-10 {
    margin-top: 40px !important;
  }

  .mobile\:mt-15 {
    margin-top: 60px !important;
  }

  .mobile\:mt-18\.5 {
    margin-top: 74px !important;
  }

  .mobile\:mr-0 {
    margin-right: 0px !important;
  }

  .mobile\:mb-0 {
    margin-bottom: 0px !important;
  }

  .mobile\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .mobile\:mb-4 {
    margin-bottom: 16px !important;
  }

  .mobile\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .mobile\:mb-14 {
    margin-bottom: 56px !important;
  }

  .mobile\:mb-20 {
    margin-bottom: 80px !important;
  }

  .mobile\:mb-20\.5 {
    margin-bottom: 82px !important;
  }

  .mobile\:ml-0 {
    margin-left: 0px !important;
  }

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

  .mobile\:hidden {
    display: none !important;
  }

  .mobile\:h-3 {
    height: 0.75rem !important;
  }

  .mobile\:h-5 {
    height: 1.25rem !important;
  }

  .mobile\:h-12 {
    height: 48px !important;
  }

  .mobile\:h-15 {
    height: 60px !important;
  }

  .mobile\:h-20 {
    height: 80px !important;
  }

  .mobile\:h-30 {
    height: 120px !important;
  }

  .mobile\:h-96 {
    height: 24rem !important;
  }

  .mobile\:h-111 {
    height: 444px !important;
  }

  .mobile\:h-auto {
    height: auto !important;
  }

  .mobile\:h-3\.5 {
    height: 14px !important;
  }

  .mobile\:h-18\.5 {
    height: 74px !important;
  }

  .mobile\:h-19\.25 {
    height: 77px !important;
  }

  .mobile\:h-429px {
    height: 429px !important;
  }

  .mobile\:h-90per {
    height: 90% !important;
  }

  .mobile\:h-full {
    height: 100% !important;
  }

  .mobile\:min-h-334px {
    min-height: 334px !important;
  }

  .mobile\:w-3 {
    width: 0.75rem !important;
  }

  .mobile\:w-5 {
    width: 1.25rem !important;
  }

  .mobile\:w-14 {
    width: 56px !important;
  }

  .mobile\:w-16 {
    width: 64px !important;
  }

  .mobile\:w-26 {
    width: 104px !important;
  }

  .mobile\:w-30 {
    width: 120px !important;
  }

  .mobile\:w-111 {
    width: 444px !important;
  }

  .mobile\:w-auto {
    width: auto !important;
  }

  .mobile\:w-3\.5 {
    width: 14px !important;
  }

  .mobile\:w-16\.5 {
    width: 66px !important;
  }

  .mobile\:w-26\.5 {
    width: 106px !important;
  }

  .mobile\:w-307px {
    width: 307px !important;
  }

  .mobile\:w-624px {
    width: 624px !important;
  }

  .mobile\:w-50per {
    width: 50% !important;
  }

  .mobile\:w-90per {
    width: 90% !important;
  }

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

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

  .mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

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

  .mobile\:flex-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .mobile\:justify-start {
    justify-content: flex-start !important;
  }

  .mobile\:justify-end {
    justify-content: flex-end !important;
  }

  .mobile\:justify-center {
    justify-content: center !important;
  }

  .mobile\:justify-between {
    justify-content: space-between !important;
  }

  .mobile\:gap-0 {
    gap: 0px !important;
  }

  .mobile\:gap-1 {
    gap: 0.25rem !important;
  }

  .mobile\:gap-2 {
    gap: 0.5rem !important;
  }

  .mobile\:gap-3 {
    gap: 0.75rem !important;
  }

  .mobile\:gap-4 {
    gap: 16px !important;
  }

  .mobile\:gap-5 {
    gap: 1.25rem !important;
  }

  .mobile\:gap-4\.5 {
    gap: 18px !important;
  }

  .mobile\:overflow-auto {
    overflow: auto !important;
  }

  .mobile\:overflow-hidden {
    overflow: hidden !important;
  }

  .mobile\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .mobile\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .mobile\:break-words {
    overflow-wrap: break-word !important;
  }

  .mobile\:border-t {
    border-top-width: 1px !important;
  }

  .mobile\:border-r-0 {
    border-right-width: 0px !important;
  }

  .mobile\:border-b {
    border-bottom-width: 1px !important;
  }

  .mobile\:border-grey-EAEAEA {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .mobile\:p-4 {
    padding: 16px !important;
  }

  .mobile\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mobile\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .mobile\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .mobile\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mobile\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .mobile\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .mobile\:px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .mobile\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .mobile\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .mobile\:py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .mobile\:py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .mobile\:py-18\.5 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .mobile\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .mobile\:pt-60per {
    padding-top: 60% !important;
  }

  .mobile\:pt-70per {
    padding-top: 70% !important;
  }

  .mobile\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .mobile\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .mobile\:pr-4 {
    padding-right: 16px !important;
  }

  .mobile\:pr-6 {
    padding-right: 24px !important;
  }

  .mobile\:pr-10 {
    padding-right: 40px !important;
  }

  .mobile\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .mobile\:pb-4 {
    padding-bottom: 16px !important;
  }

  .mobile\:pb-20 {
    padding-bottom: 80px !important;
  }

  .mobile\:pb-4\.5 {
    padding-bottom: 18px !important;
  }

  .mobile\:pl-0 {
    padding-left: 0px !important;
  }

  .mobile\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .mobile\:pl-4 {
    padding-left: 16px !important;
  }

  .mobile\:text-ft1 {
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
  }

  .mobile\:text-ft6 {
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
  }

  .mobile\:text-ft7 {
    font-size: 22px !important;
    line-height: 33px !important;
    letter-spacing: 0em !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tab\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .tab\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .tab\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .tab\:ml-0 {
    margin-left: 0px !important;
  }

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

  .tab\:hidden {
    display: none !important;
  }

  .tab\:h-14 {
    height: 56px !important;
  }

  .tab\:h-14\.5 {
    height: 58px !important;
  }

  .tab\:w-auto {
    width: auto !important;
  }

  .tab\:w-357px {
    width: 357px !important;
  }

  .tab\:w-429px {
    width: 429px !important;
  }

  .tab\:w-30per {
    width: 30% !important;
  }

  .tab\:w-95per {
    width: 95% !important;
  }

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

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

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

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

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

  .tab\:justify-start {
    justify-content: flex-start !important;
  }

  .tab\:justify-center {
    justify-content: center !important;
  }

  .tab\:gap-4 {
    gap: 16px !important;
  }

  .tab\:p-6 {
    padding: 24px !important;
  }

  .tab\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .tab\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .tab\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .tab\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .tab\:pt-35per {
    padding-top: 35% !important;
  }

  .tab\:pr-6 {
    padding-right: 24px !important;
  }

  .tab\:pr-7 {
    padding-right: 28px !important;
  }

  .tab\:pr-10 {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 825px) {
  .buttonTab\:flex-col {
    flex-direction: column !important;
  }

  .buttonTab\:justify-end {
    justify-content: flex-end !important;
  }

  .buttonTab\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .buttonTab\:text-ft1_5 {
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
  }

  .buttonTab\:text-ft2 {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0em !important;
  }
}

@media (min-width: 90%) {
}

