/*! tailwindcss v2.2.19 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     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 {
  -webkit-box-sizing: border-box;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

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

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

html, body, #root {
  height: 100%;
  overflow: hidden;
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-text-opacity));
  font-size: 14px;
  line-height: 24px;
  -webkit-overflow-scrolling: touch;
}

/* Hide Arrows From Input Number
  /* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/* a { TODO: check, nedd only anchors not buttons
    @apply focus:underline;
  } */

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-box {
  -webkit-transition: .5s cubic-bezier(.25,.1,.3,1.5) transform;
  transition: .5s cubic-bezier(.25,.1,.3,1.5) transform;
  -webkit-transform-origin: 90% top;
      -ms-transform-origin: 90% top;
          transform-origin: 90% top;
}

.svg svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -135;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -135;
  }
}

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.spinner .path {
  stroke: #0066F9;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

.box-alt {
  border-radius: 12px;
  background-color: rgba(255,255,255,1);
  padding: 24px;
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-table {
  border-radius: 12px;
  background-color: rgba(255,255,255,1);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-table {
  border-radius: 12px;
  background-color: rgba(255,255,255,1);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 24px;
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-mobile {
  border-radius: 12px;
  background-color: rgba(255,255,255,1);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-shadow: 0px 7px 29px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 960px) {
  .box-mobile {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-shadow: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.box-new {
  border-radius: 16px;
  background-color: rgba(255,255,255,1);
  padding: 24px;
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.18);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-form {
  border-radius: 16px;
  background-color: rgba(255,255,255,1);
  padding: 40px;
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.18);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* The default classes of the lib "react-custom-scrollbars-2" */

/* A positioning of scroll doesn't work without these classes */

.track-vertical {
  top: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.111);
}

.track-vertical .thumb-vertical {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(123, 154, 255, 0.418);
}

.track-horizontal {
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.111);
}

.track-horizontal .thumb-horizontal {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(123, 154, 255, 0.418);
}

/* class of libs "react-custom-scrollbars-2" END */

/* custom scrollbar styles in scaleHouse */

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
}

/* Track */

.custom-scrollbar::-webkit-scrollbar-track {
  background: #D2D2DC;
}

/* Thumb */

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #1E2A5F;
  border-radius: '5px';
}

/* custom scrollbar styles END */

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 100%;
}

.top-auto {
  top: auto;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-3px {
  top: 3px;
}

.top-8px {
  top: 8px;
}

.top-9px {
  top: 9px;
}

.top-10px {
  top: 10px;
}

.top-20px {
  top: 20px;
}

.top-36px {
  top: 36px;
}

.top-60px {
  top: 60px;
}

.top-64px {
  top: 64px;
}

.top-80px {
  top: 80px;
}

.top-100px {
  top: 100px;
}

.top-145px {
  top: 145px;
}

.top-274px {
  top: 274px;
}

.-top-9px {
  top: -9px;
}

.-top-16px {
  top: -16px;
}

.-top-25px {
  top: -25px;
}

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

.right-0 {
  right: 0px;
}

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

.right-2px {
  right: 2px;
}

.right-3px {
  right: 3px;
}

.right-10px {
  right: 10px;
}

.right-15px {
  right: 15px;
}

.right-16px {
  right: 16px;
}

.right-17px {
  right: 17px;
}

.right-18px {
  right: 18px;
}

.right-20px {
  right: 20px;
}

.right-24px {
  right: 24px;
}

.right-25px {
  right: 25px;
}

.right-60px {
  right: 60px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 100%;
}

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

.bottom-7px {
  bottom: 7px;
}

.bottom-8px {
  bottom: 8px;
}

.bottom-10px {
  bottom: 10px;
}

.bottom-12px {
  bottom: 12px;
}

.bottom-20px {
  bottom: 20px;
}

.-bottom-16px {
  bottom: -16px;
}

.left-0 {
  left: 0px;
}

.left-auto {
  left: auto;
}

.left-1px {
  left: 1px;
}

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

.left-2px {
  left: 2px;
}

.left-3px {
  left: 3px;
}

.left-10px {
  left: 10px;
}

.left-15px {
  left: 15px;
}

.left-17px {
  left: 17px;
}

.left-24px {
  left: 24px;
}

.left-33px {
  left: 33px;
}

.left-34px {
  left: 34px;
}

.left-48px {
  left: 48px;
}

.left-64px {
  left: 64px;
}

.left-68px {
  left: 68px;
}

.left-80px {
  left: 80px;
}

.left-88px {
  left: 88px;
}

.left-150px {
  left: 150px;
}

.left-217px {
  left: 217px;
}

.left-260px {
  left: 260px;
}

.left-261px {
  left: 261px;
}

.left-360px {
  left: 360px;
}

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

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

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

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

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

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

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

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

.z-max {
  z-index: 1300;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-9 {
  grid-column-start: 9;
}

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.m-24px {
  margin: 24px;
}

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

.mx-3px {
  margin-left: 3px;
  margin-right: 3px;
}

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

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

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

.mx-12px {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}

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

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

.-mx-1px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-5px {
  margin-left: -5px;
  margin-right: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-2px {
  margin-right: 2px;
}

.mr-4px {
  margin-right: 4px;
}

.mr-5px {
  margin-right: 5px;
}

.mr-6px {
  margin-right: 6px;
}

.mr-7px {
  margin-right: 7px;
}

.mr-8px {
  margin-right: 8px;
}

.mr-10px {
  margin-right: 10px;
}

.mr-12px {
  margin-right: 12px;
}

.mr-14px {
  margin-right: 14px;
}

.mr-15px {
  margin-right: 15px;
}

.mr-16px {
  margin-right: 16px;
}

.mr-18px {
  margin-right: 18px;
}

.mr-20px {
  margin-right: 20px;
}

.mr-22px {
  margin-right: 22px;
}

.mr-24px {
  margin-right: 24px;
}

.mr-32px {
  margin-right: 32px;
}

.mr-40px {
  margin-right: 40px;
}

.mr-48px {
  margin-right: 48px;
}

.mr-58px {
  margin-right: 58px;
}

.mr-60px {
  margin-right: 60px;
}

.mr-64px {
  margin-right: 64px;
}

.mr-78px {
  margin-right: 78px;
}

.-mr-1px {
  margin-right: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2px {
  margin-left: 2px;
}

.ml-4px {
  margin-left: 4px;
}

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

.ml-6px {
  margin-left: 6px;
}

.ml-8px {
  margin-left: 8px;
}

.ml-10px {
  margin-left: 10px;
}

.ml-12px {
  margin-left: 12px;
}

.ml-16px {
  margin-left: 16px;
}

.ml-18px {
  margin-left: 18px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-22px {
  margin-left: 22px;
}

.ml-24px {
  margin-left: 24px;
}

.ml-26px {
  margin-left: 26px;
}

.ml-32px {
  margin-left: 32px;
}

.ml-40px {
  margin-left: 40px;
}

.ml-58px {
  margin-left: 58px;
}

.ml-68px {
  margin-left: 68px;
}

.-ml-1px {
  margin-left: -1px;
}

.-ml-10px {
  margin-left: -10px;
}

.-ml-16px {
  margin-left: -16px;
}

.-ml-24px {
  margin-left: -24px;
}

.-ml-32px {
  margin-left: -32px;
}

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

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

.last\:mr-0:last-child {
  margin-right: 0px;
}

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

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

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-header-group {
  display: table-header-group;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-0 {
  height: 0px;
}

.h-auto {
  height: auto;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-8px {
  height: 8px;
}

.h-10px {
  height: 10px;
}

.h-12px {
  height: 12px;
}

.h-16px {
  height: 16px;
}

.h-18px {
  height: 18px;
}

.h-20px {
  height: 20px;
}

.h-24px {
  height: 24px;
}

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

.h-30px {
  height: 30px;
}

.h-32px {
  height: 32px;
}

.h-36px {
  height: 36px;
}

.h-40px {
  height: 40px;
}

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

.h-42px {
  height: 42px;
}

.h-44px {
  height: 44px;
}

.h-48px {
  height: 48px;
}

.h-50px {
  height: 50px;
}

.h-60px {
  height: 60px;
}

.h-64px {
  height: 64px;
}

.h-88px {
  height: 88px;
}

.h-100px {
  height: 100px;
}

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

.h-148px {
  height: 148px;
}

.h-150px {
  height: 150px;
}

.h-180px {
  height: 180px;
}

.h-186px {
  height: 186px;
}

.h-200px {
  height: 200px;
}

.h-255px {
  height: 255px;
}

.h-260px {
  height: 260px;
}

.h-300px {
  height: 300px;
}

.h-312px {
  height: 312px;
}

.h-320px {
  height: 320px;
}

.h-376px {
  height: 376px;
}

.h-496px {
  height: 496px;
}

.h-500px {
  height: 500px;
}

.h-700px {
  height: 700px;
}

.h-740px {
  height: 740px;
}

.h-calc\(100\%-120px\) {
  height: calc(100% - 120px);
}

.h-sidebarScroll {
  height: calc(100vh - 80px - 244px );
}

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

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

.h-full {
  height: 100%;
}

.h-475px {
  height: 475px;
}

.h-weatherBuild {
  height: 2338px;
}

.h-withoutHeaderContainer {
  height: calc(100vh - 68px);
}

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

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

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

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

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

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

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

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

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

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

.min-h-18px {
  min-height: 18px;
}

.min-h-32px {
  min-height: 32px;
}

.min-h-40px {
  min-height: 40px;
}

.min-h-41px {
  min-height: 41px;
}

.min-h-48px {
  min-height: 48px;
}

.min-h-130px {
  min-height: 130px;
}

.min-h-200px {
  min-height: 200px;
}

.min-h-318px {
  min-height: 318px;
}

.min-h-350px {
  min-height: 350px;
}

.min-h-358px {
  min-height: 358px;
}

.min-h-368px {
  min-height: 368px;
}

.min-h-containerMobile {
  min-height: calc(100vh - 52px);
}

.min-h-containerAlt {
  min-height: calc(100vh - 80px);
}

.w-4 {
  width: 1rem;
}

.w-auto {
  width: auto;
}

.w-5px {
  width: 5px;
}

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

.w-10px {
  width: 10px;
}

.w-16px {
  width: 16px;
}

.w-18px {
  width: 18px;
}

.w-20px {
  width: 20px;
}

.w-24px {
  width: 24px;
}

.w-30px {
  width: 30px;
}

.w-32px {
  width: 32px;
}

.w-40px {
  width: 40px;
}

.w-41px {
  width: 41px;
}

.w-48px {
  width: 48px;
}

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

.w-60px {
  width: 60px;
}

.w-64px {
  width: 64px;
}

.w-72px {
  width: 72px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-88px {
  width: 88px;
}

.w-90px {
  width: 90px;
}

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

.w-108px {
  width: 108px;
}

.w-110px {
  width: 110px;
}

.w-116px {
  width: 116px;
}

.w-120px {
  width: 120px;
}

.w-124px {
  width: 124px;
}

.w-148px {
  width: 148px;
}

.w-150px {
  width: 150px;
}

.w-170px {
  width: 170px;
}

.w-176px {
  width: 176px;
}

.w-180px {
  width: 180px;
}

.w-200px {
  width: 200px;
}

.w-210px {
  width: 210px;
}

.w-243px {
  width: 243px;
}

.w-250px {
  width: 250px;
}

.w-255px {
  width: 255px;
}

.w-260px {
  width: 260px;
}

.w-274px {
  width: 274px;
}

.w-290px {
  width: 290px;
}

.w-300px {
  width: 300px;
}

.w-304px {
  width: 304px;
}

.w-312px {
  width: 312px;
}

.w-320px {
  width: 320px;
}

.w-324px {
  width: 324px;
}

.w-330px {
  width: 330px;
}

.w-368px {
  width: 368px;
}

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

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

.w-430px {
  width: 430px;
}

.w-450px {
  width: 450px;
}

.w-468px {
  width: 468px;
}

.w-486px {
  width: 486px;
}

.w-46\% {
  width: 46%;
}

.w-50\% {
  width: 50%;
}

.w-calc\(100\%-4px\) {
  width: calc(100% - 4px);
}

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

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

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

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

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

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

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

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

.w-3\/12 {
  width: 25%;
}

.w-5\/12 {
  width: 41.666667%;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-w-45\% {
  min-width: 45%;
}

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

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

.max-w-32px {
  max-width: 32px;
}

.max-w-72px {
  max-width: 72px;
}

.max-w-82px {
  max-width: 82px;
}

.max-w-90px {
  max-width: 90px;
}

.max-w-100px {
  max-width: 100px;
}

.max-w-150px {
  max-width: 150px;
}

.max-w-160px {
  max-width: 160px;
}

.max-w-320px {
  max-width: 320px;
}

.max-w-350px {
  max-width: 350px;
}

.max-w-365px {
  max-width: 365px;
}

.max-w-382px {
  max-width: 382px;
}

.max-w-433px {
  max-width: 433px;
}

.max-w-480px {
  max-width: 480px;
}

.max-w-486px {
  max-width: 486px;
}

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

.max-w-620px {
  max-width: 620px;
}

.max-w-735px {
  max-width: 735px;
}

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

.max-w-890px {
  max-width: 890px;
}

.max-w-920px {
  max-width: 920px;
}

.max-w-974px {
  max-width: 974px;
}

.max-w-980px {
  max-width: 980px;
}

.max-w-1000px {
  max-width: 1000px;
}

.max-w-1180px {
  max-width: 1180px;
}

.max-w-container {
  max-width: 1440px;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.origin-top {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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));
      -ms-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));
          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));
}

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

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

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

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

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

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

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

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

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

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

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

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

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

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

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

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

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-1px {
  gap: 1px;
}

.gap-4px {
  gap: 4px;
}

.gap-5px {
  gap: 5px;
}

.gap-6px {
  gap: 6px;
}

.gap-8px {
  gap: 8px;
}

.gap-10px {
  gap: 10px;
}

.gap-12px {
  gap: 12px;
}

.gap-15px {
  gap: 15px;
}

.gap-16px {
  gap: 16px;
}

.gap-18px {
  gap: 18px;
}

.gap-20px {
  gap: 20px;
}

.gap-22px {
  gap: 22px;
}

.gap-24px {
  gap: 24px;
}

.gap-26px {
  gap: 26px;
}

.gap-30px {
  gap: 30px;
}

.gap-32px {
  gap: 32px;
}

.gap-36px {
  gap: 36px;
}

.gap-40px {
  gap: 40px;
}

.gap-45px {
  gap: 45px;
}

.gap-48px {
  gap: 48px;
}

.gap-58px {
  gap: 58px;
}

.gap-60px {
  gap: 60px;
}

.gap-64px {
  gap: 64px;
}

.gap-x-9 {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-x-5px {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.gap-x-22px {
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}

.gap-x-24px {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4px {
  row-gap: 4px;
}

.gap-y-8px {
  row-gap: 8px;
}

.gap-y-12px {
  row-gap: 12px;
}

.gap-y-15px {
  row-gap: 15px;
}

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

.place-self-end {
  place-self: end;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-xs {
  border-radius: 4px;
}

.rounded-s {
  border-radius: 5px;
}

.rounded-m {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 50%;
}

.rounded-6px {
  border-radius: 6px;
}

.rounded-8px {
  border-radius: 8px;
}

.rounded-12px {
  border-radius: 12px;
}

.rounded-16px {
  border-radius: 16px;
}

.rounded-20px {
  border-radius: 20px;
}

.rounded-24px {
  border-radius: 24px;
}

.rounded-t-8px {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-r-8px {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rounded-b-m {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-b-8px {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-b-12px {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-l-6px {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-l-8px {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-tr-12px {
  border-top-right-radius: 12px;
}

.rounded-bl-11px {
  border-bottom-left-radius: 11px;
}

.rounded-bl-12px {
  border-bottom-left-radius: 12px;
}

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

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

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

.border {
  border-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

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

.border-eclipse {
  --tw-border-opacity: 1;
  border-color: rgba(36, 36, 36, var(--tw-border-opacity));
}

.border-darkGrey {
  --tw-border-opacity: 1;
  border-color: rgba(136, 142, 146, var(--tw-border-opacity));
}

.border-softGrey {
  --tw-border-opacity: 1;
  border-color: rgba(113, 118, 121, var(--tw-border-opacity));
}

.border-softGreyLight {
  border-color: rgba(113,118,121, 0.5);
}

.border-brightBlue {
  --tw-border-opacity: 1;
  border-color: rgba(75, 150, 197, var(--tw-border-opacity));
}

.border-hoverBlue {
  --tw-border-opacity: 1;
  border-color: rgba(30, 42, 95, var(--tw-border-opacity));
}

.border-errorRed {
  --tw-border-opacity: 1;
  border-color: rgba(227, 77, 77, var(--tw-border-opacity));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgba(250, 140, 22, var(--tw-border-opacity));
}

.border-rosy {
  --tw-border-opacity: 1;
  border-color: rgba(249, 220, 220, var(--tw-border-opacity));
}

.border-easyBlue {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

.border-forLine {
  --tw-border-opacity: 1;
  border-color: rgba(163, 171, 188, var(--tw-border-opacity));
}

.border-lightGrey {
  --tw-border-opacity: 1;
  border-color: rgba(240, 241, 242, var(--tw-border-opacity));
}

.border-borderGrey {
  --tw-border-opacity: 1;
  border-color: rgba(142, 149, 160, var(--tw-border-opacity));
}

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

.border-blackLinks {
  --tw-border-opacity: 1;
  border-color: rgba(5, 22, 47, var(--tw-border-opacity));
}

.border-grayLinks {
  --tw-border-opacity: 1;
  border-color: rgba(142, 149, 160, var(--tw-border-opacity));
}

.border-grayLightLinks {
  --tw-border-opacity: 1;
  border-color: rgba(210, 210, 220, var(--tw-border-opacity));
}

.border-mainLinks {
  --tw-border-opacity: 1;
  border-color: rgba(0, 102, 249, var(--tw-border-opacity));
}

.border-thirdTracker {
  --tw-border-opacity: 1;
  border-color: rgba(234, 51, 92, var(--tw-border-opacity));
}

.border-mainBidSmart {
  --tw-border-opacity: 1;
  border-color: rgba(88, 185, 30, var(--tw-border-opacity));
}

.border-altTender {
  --tw-border-opacity: 1;
  border-color: rgba(0, 102, 249, var(--tw-border-opacity));
}

.border-black-03 {
  border-color: rgba(0,0,0,0.3);
}

.border-white-1 {
  border-color: rgba(255,255,255,1);
}

.hover\:border-softGreyLight:hover {
  border-color: rgba(113,118,121, 0.5);
}

.hover\:border-brightBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 150, 197, var(--tw-border-opacity));
}

.hover\:border-hoverBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 42, 95, var(--tw-border-opacity));
}

.hover\:border-softBlue:hover {
  border-color: rgba(135, 184, 255, 0.2);
}

.hover\:border-grayLinks:hover {
  --tw-border-opacity: 1;
  border-color: rgba(142, 149, 160, var(--tw-border-opacity));
}

.hover\:border-mainLinks:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 102, 249, var(--tw-border-opacity));
}

.hover\:border-thirdTracker:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 51, 92, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightGrey {
  --tw-border-opacity: 1;
  border-color: rgba(240, 241, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blackLinks {
  --tw-border-opacity: 1;
  border-color: rgba(5, 22, 47, var(--tw-border-opacity));
}

.focus\:border-brightBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(75, 150, 197, var(--tw-border-opacity));
}

.focus\:border-errorRed:focus {
  --tw-border-opacity: 1;
  border-color: rgba(227, 77, 77, var(--tw-border-opacity));
}

.focus\:border-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 140, 22, var(--tw-border-opacity));
}

.focus\:border-blackLinks:focus {
  --tw-border-opacity: 1;
  border-color: rgba(5, 22, 47, var(--tw-border-opacity));
}

.focus\:border-mainLinks:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 102, 249, var(--tw-border-opacity));
}

.focus\:border-thirdTracker:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 51, 92, var(--tw-border-opacity));
}

.disabled\:border-softGreyLight:disabled {
  border-color: rgba(113,118,121, 0.5);
}

.disabled\:border-borderGrey:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(142, 149, 160, var(--tw-border-opacity));
}

.disabled\:border-grayLinks:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(142, 149, 160, var(--tw-border-opacity));
}

.last\:border-transparent:last-child {
  border-color: transparent;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.bg-eclipse {
  --tw-bg-opacity: 1;
  background-color: rgba(36, 36, 36, var(--tw-bg-opacity));
}

.bg-darkGrey {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 142, 146, var(--tw-bg-opacity));
}

.bg-softGreyLight {
  background-color: rgba(113,118,121, 0.5);
}

.bg-brightBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 150, 197, var(--tw-bg-opacity));
}

.bg-brightBlueLight {
  background-color: rgba(75, 150, 197, 0.1);
}

.bg-errorRedLight {
  background-color: rgba(227, 77, 77, 0.1);
}

.bg-seaGreen {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 185, 175, var(--tw-bg-opacity));
}

.bg-serenade {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 231, var(--tw-bg-opacity));
}

.bg-canceled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 224, var(--tw-bg-opacity));
}

.bg-rosy {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 220, 220, var(--tw-bg-opacity));
}

.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 246, 255, var(--tw-bg-opacity));
}

.bg-easyBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

.bg-softBlue {
  background-color: rgba(135, 184, 255, 0.2);
}

.bg-projectBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 192, 224, var(--tw-bg-opacity));
}

.bg-forLineLight {
  background-color: rgba(163, 171, 188, 0.3);
}

.bg-lightGrey {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 242, var(--tw-bg-opacity));
}

.bg-statusGrey {
  background-color: rgba(142, 149, 160, 0.24);
}

.bg-borderGrey {
  --tw-bg-opacity: 1;
  background-color: rgba(142, 149, 160, var(--tw-bg-opacity));
}

.bg-oshawaBlack {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 8, 15, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-altTableHeader {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-altTableHeader-07 {
  background-color: rgba( 245, 245, 245, 0.7);
}

.bg-lightGreen {
  background-color: rgba(112, 194, 0, 0.24);
}

.bg-lightRedTable-024 {
  background-color: rgba( 255, 144, 169, 0.24);
}

.bg-blackLinks {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 22, 47, var(--tw-bg-opacity));
}

.bg-grayLinks {
  --tw-bg-opacity: 1;
  background-color: rgba(142, 149, 160, var(--tw-bg-opacity));
}

.bg-whiteLinks {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 254, 252, var(--tw-bg-opacity));
}

.bg-grayLightLinks {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 210, 220, var(--tw-bg-opacity));
}

.bg-customToggle {
  background-color: rgba(120, 192, 224, 0.64);
}

.bg-customTag {
  background-color: rgba(120, 192, 224, 0.24);
}

.bg-mainLinks {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 102, 249, var(--tw-bg-opacity));
}

.bg-brightBlueLinks {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 184, 255, var(--tw-bg-opacity));
}

.bg-brightBlueLinks-024 {
  background-color: rgba( 132, 184, 255, 0.24);
}

.bg-mainTracker {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 102, 249, var(--tw-bg-opacity));
}

.bg-thirdTracker {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 51, 92, var(--tw-bg-opacity));
}

.bg-mainFlow {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 177, 162, var(--tw-bg-opacity));
}

.bg-altFlow {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 42, 95, var(--tw-bg-opacity));
}

.bg-mainBidSmart {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 185, 30, var(--tw-bg-opacity));
}

.bg-mainBidSmartLight {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 237, 213, var(--tw-bg-opacity));
}

.bg-altBidSmart {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 102, 249, var(--tw-bg-opacity));
}

.bg-activeStatusBidSmart {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 194, 0, var(--tw-bg-opacity));
}

.bg-draftStatusBackground {
  background-color: rgba(142, 149, 160, 0.1);
}

.bg-lostStatusBackground {
  background-color: rgba(234, 51, 92, 0.1);
}

.bg-wonStatusBackground {
  background-color: rgba(5, 22, 47, 0.1);
}

.bg-greyTenPercent {
  background-color: rgba(5, 22, 47, 0.1);
}

.bg-redTenPercent {
  background-color: rgba(234, 51, 92, 0.1);
}

.bg-greenTenPercent {
  background-color: rgba(88, 185, 30, 0.1);
}

.bg-submittedStatusBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 248, 233, var(--tw-bg-opacity));
}

.bg-green900 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 71, 0, var(--tw-bg-opacity));
}

.bg-green800 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 92, 0, var(--tw-bg-opacity));
}

.bg-green700 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 112, 0, var(--tw-bg-opacity));
}

.bg-green600 {
  --tw-bg-opacity: 1;
  background-color: rgba(18, 133, 0, var(--tw-bg-opacity));
}

.bg-green500 {
  --tw-bg-opacity: 1;
  background-color: rgba(53, 154, 0, var(--tw-bg-opacity));
}

.bg-green400 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 176, 17, var(--tw-bg-opacity));
}

.bg-green300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 198, 47, var(--tw-bg-opacity));
}

.bg-green200 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 221, 70, var(--tw-bg-opacity));
}

.bg-green100 {
  --tw-bg-opacity: 1;
  background-color: rgba(149, 244, 93, var(--tw-bg-opacity));
}

.bg-green50 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 255, 115, var(--tw-bg-opacity));
}

.bg-brown900 {
  --tw-bg-opacity: 1;
  background-color: rgba(95, 45, 0, var(--tw-bg-opacity));
}

.bg-brown800 {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 63, 0, var(--tw-bg-opacity));
}

.bg-brown700 {
  --tw-bg-opacity: 1;
  background-color: rgba(138, 82, 0, var(--tw-bg-opacity));
}

.bg-brown600 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 101, 0, var(--tw-bg-opacity));
}

.bg-brown500 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 121, 0, var(--tw-bg-opacity));
}

.bg-brown400 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 141, 0, var(--tw-bg-opacity));
}

.bg-brown300 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 162, 36, var(--tw-bg-opacity));
}

.bg-brown200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 184, 61, var(--tw-bg-opacity));
}

.bg-brown100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 83, var(--tw-bg-opacity));
}

.bg-brown50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 105, var(--tw-bg-opacity));
}

.bg-blue900 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 65, 91, var(--tw-bg-opacity));
}

.bg-blue800 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 83, 111, var(--tw-bg-opacity));
}

.bg-blue700 {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 102, 131, var(--tw-bg-opacity));
}

.bg-blue600 {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 122, 152, var(--tw-bg-opacity));
}

.bg-blue500 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 143, 173, var(--tw-bg-opacity));
}

.bg-blue400 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 164, 195, var(--tw-bg-opacity));
}

.bg-blue300 {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 186, 218, var(--tw-bg-opacity));
}

.bg-blue200 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 208, 240, var(--tw-bg-opacity));
}

.bg-blue100 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 231, 255, var(--tw-bg-opacity));
}

.bg-blue50 {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 254, 255, var(--tw-bg-opacity));
}

.bg-mainWeatherBuild {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 149, 206, var(--tw-bg-opacity));
}

.bg-mainFulfill {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 134, 79, var(--tw-bg-opacity));
}

.bg-mainTender {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 102, 249, var(--tw-bg-opacity));
}

.bg-altTender {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 102, 249, var(--tw-bg-opacity));
}

.bg-costKnown {
  background-color: rgba(88, 185, 30, 0.2);
}

.bg-costEstimated {
  background-color: rgba(237, 164, 39, 0.32);
}

.bg-costFull {
  background-color: rgba(234, 51, 92, 0.32);
}

.bg-newWarning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 199, 0, var(--tw-bg-opacity));
}

.bg-newWarningBg {
  background-color: rgba(255, 199, 0, 0.12);
}

.bg-dispatchOrange {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 164, 39, var(--tw-bg-opacity));
}

.bg-greenTable {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 237, var(--tw-bg-opacity));
}

.bg-pinkTable {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 244, 244, var(--tw-bg-opacity));
}

.bg-lightpinkTable {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 253, var(--tw-bg-opacity));
}

.bg-lightLilacTable {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 244, 255, var(--tw-bg-opacity));
}

.bg-yellowTable {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 251, 241, var(--tw-bg-opacity));
}

.bg-blueTable {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 250, 255, var(--tw-bg-opacity));
}

.bg-lightblueTable {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 244, 255, var(--tw-bg-opacity));
}

.bg-skyblueTable {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 255, var(--tw-bg-opacity));
}

.bg-orangeTable {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 239, var(--tw-bg-opacity));
}

.bg-whiteLinksTable {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.bg-statusGrayBg {
  background-color: #8E95A018;
}

.bg-operationBgGreen {
  background-color: rgba(144, 170, 134, 0.13);
}

.bg-operationBgGray {
  background-color: rgba(141, 168, 184, 0.13);
}

.bg-operationBgGold {
  background-color: rgba(181, 172, 85, 0.13);
}

.bg-operationBgLightGreen {
  background-color: rgba(30, 185, 169, 0.12);
}

.bg-bgAzure {
  background-color: rgba(120, 192, 224, 0.1);
}

.bg-bgBlueStatus {
  background-color: rgba(41, 122, 209, 0.24);
}

.bg-white-1 {
  background-color: rgba(255,255,255,1);
}

.bg-white-05 {
  background-color: rgba(255,255,255,0.5);
}

.bg-white-09 {
  background-color: rgba(255,255,255,0.9);
}

.hover\:bg-softGreyLight:hover {
  background-color: rgba(113,118,121, 0.5);
}

.hover\:bg-hoverBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 42, 95, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-easyBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

.hover\:bg-softBlue:hover {
  background-color: rgba(135, 184, 255, 0.2);
}

.focus\:bg-errorRedLight:focus {
  background-color: rgba(227, 77, 77, 0.1);
}

.focus\:bg-errorRedLightHex:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 225, 226, var(--tw-bg-opacity));
}

.focus\:bg-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 140, 22, var(--tw-bg-opacity));
}

.focus\:bg-easyBlue:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-errorRedLightHex:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 225, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-easyBlue:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

.disabled\:bg-lightGrey:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 242, var(--tw-bg-opacity));
}

.disabled\:bg-borderGrey:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(142, 149, 160, var(--tw-bg-opacity));
}

.disabled\:bg-grayLinks:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(142, 149, 160, var(--tw-bg-opacity));
}

.disabled\:bg-white-1:disabled {
  background-color: rgba(255,255,255,1);
}

.bg-opacity-8 {
  --tw-bg-opacity: .08;
}

.bg-opacity-10 {
  --tw-bg-opacity: .1;
}

.bg-opacity-12 {
  --tw-bg-opacity: .12;
}

.bg-opacity-20 {
  --tw-bg-opacity: .2;
}

.bg-opacity-24 {
  --tw-bg-opacity: .24;
}

.bg-opacity-25 {
  --tw-bg-opacity: .25;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-mint {
  --tw-gradient-from: #AEE8E1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 232, 225, 0));
}

.from-peach {
  --tw-gradient-from: #FFDBC4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 219, 196, 0));
}

.to-seaGreen {
  --tw-gradient-to: #5EB9AF;
}

.to-warning {
  --tw-gradient-to: #FA8C16;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-4px {
  padding: 4px;
}

.p-6px {
  padding: 6px;
}

.p-8px {
  padding: 8px;
}

.p-10px {
  padding: 10px;
}

.p-12px {
  padding: 12px;
}

.p-16px {
  padding: 16px;
}

.p-24px {
  padding: 24px;
}

.p-28px {
  padding: 28px;
}

.p-40px {
  padding: 40px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-1px {
  padding-left: 1px;
  padding-right: 1px;
}

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

.px-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.px-3px {
  padding-left: 3px;
  padding-right: 3px;
}

.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}

.px-5px {
  padding-left: 5px;
  padding-right: 5px;
}

.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}

.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.px-9px {
  padding-left: 9px;
  padding-right: 9px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}

.px-14px {
  padding-left: 14px;
  padding-right: 14px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-22px {
  padding-left: 22px;
  padding-right: 22px;
}

.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}

.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.px-80px {
  padding-left: 80px;
  padding-right: 80px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0px {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-3px {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-9px {
  padding-top: 9px;
  padding-bottom: 9px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-11px {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-18px {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-22px {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-55px {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

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

.pt-4px {
  padding-top: 4px;
}

.pt-8px {
  padding-top: 8px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-12px {
  padding-top: 12px;
}

.pt-14px {
  padding-top: 14px;
}

.pt-15px {
  padding-top: 15px;
}

.pt-16px {
  padding-top: 16px;
}

.pt-18px {
  padding-top: 18px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-22px {
  padding-top: 22px;
}

.pt-24px {
  padding-top: 24px;
}

.pt-28px {
  padding-top: 28px;
}

.pt-32px {
  padding-top: 32px;
}

.pt-34px {
  padding-top: 34px;
}

.pt-36px {
  padding-top: 36px;
}

.pt-40px {
  padding-top: 40px;
}

.pt-42px {
  padding-top: 42px;
}

.pt-44px {
  padding-top: 44px;
}

.pt-48px {
  padding-top: 48px;
}

.pt-60px {
  padding-top: 60px;
}

.pt-64px {
  padding-top: 64px;
}

.pt-100px {
  padding-top: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-0px {
  padding-right: 0px;
}

.pr-2px {
  padding-right: 2px;
}

.pr-4px {
  padding-right: 4px;
}

.pr-5px {
  padding-right: 5px;
}

.pr-6px {
  padding-right: 6px;
}

.pr-8px {
  padding-right: 8px;
}

.pr-10px {
  padding-right: 10px;
}

.pr-12px {
  padding-right: 12px;
}

.pr-15px {
  padding-right: 15px;
}

.pr-16px {
  padding-right: 16px;
}

.pr-20px {
  padding-right: 20px;
}

.pr-22px {
  padding-right: 22px;
}

.pr-24px {
  padding-right: 24px;
}

.pr-32px {
  padding-right: 32px;
}

.pr-36px {
  padding-right: 36px;
}

.pr-38px {
  padding-right: 38px;
}

.pr-39px {
  padding-right: 39px;
}

.pr-42px {
  padding-right: 42px;
}

.pr-344px {
  padding-right: 344px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-4px {
  padding-bottom: 4px;
}

.pb-7px {
  padding-bottom: 7px;
}

.pb-8px {
  padding-bottom: 8px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-12px {
  padding-bottom: 12px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pb-16px {
  padding-bottom: 16px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-22px {
  padding-bottom: 22px;
}

.pb-24px {
  padding-bottom: 24px;
}

.pb-32px {
  padding-bottom: 32px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pb-45px {
  padding-bottom: 45px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2px {
  padding-left: 2px;
}

.pl-4px {
  padding-left: 4px;
}

.pl-6px {
  padding-left: 6px;
}

.pl-8px {
  padding-left: 8px;
}

.pl-9px {
  padding-left: 9px;
}

.pl-10px {
  padding-left: 10px;
}

.pl-12px {
  padding-left: 12px;
}

.pl-14px {
  padding-left: 14px;
}

.pl-20px {
  padding-left: 20px;
}

.pl-24px {
  padding-left: 24px;
}

.pl-32px {
  padding-left: 32px;
}

.pl-33px {
  padding-left: 33px;
}

.pl-40px {
  padding-left: 40px;
}

.pl-46px {
  padding-left: 46px;
}

.pl-54px {
  padding-left: 54px;
}

.pl-58px {
  padding-left: 58px;
}

.pl-116px {
  padding-left: 116px;
}

.pl-341px {
  padding-left: 341px;
}

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

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

.first\:pr-10px:first-child {
  padding-right: 10px;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.first\:pl-8px:first-child {
  padding-left: 8px;
}

.first\:pl-10px:first-child {
  padding-left: 10px;
}

.first\:pl-16px:first-child {
  padding-left: 16px;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.last\:pr-8px:last-child {
  padding-right: 8px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:pb-0px:last-child {
  padding-bottom: 0px;
}

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

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-OpenSans {
  font-family: Open Sans, sans-serif;
}

.font-RobotoMono {
  font-family: Roboto Mono, monospace;
}

.text-12px {
  font-size: 12px;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.first-letter\:capitalize:first-letter {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-24px {
  line-height: 24px;
}

.leading-40px {
  line-height: 40px;
}

.leading-none {
  line-height: 1;
}

.leading-1\.3 {
  line-height: 1.3;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-eclipse {
  --tw-text-opacity: 1;
  color: rgba(36, 36, 36, var(--tw-text-opacity));
}

.text-darkGrey {
  --tw-text-opacity: 1;
  color: rgba(136, 142, 146, var(--tw-text-opacity));
}

.text-softGrey {
  --tw-text-opacity: 1;
  color: rgba(113, 118, 121, var(--tw-text-opacity));
}

.text-softGreyLight {
  color: rgba(113,118,121, 0.5);
}

.text-lightBlack {
  --tw-text-opacity: 1;
  color: rgba(56, 56, 56, var(--tw-text-opacity));
}

.text-brightBlue {
  --tw-text-opacity: 1;
  color: rgba(75, 150, 197, var(--tw-text-opacity));
}

.text-hoverBlue {
  --tw-text-opacity: 1;
  color: rgba(30, 42, 95, var(--tw-text-opacity));
}

.text-errorRed {
  --tw-text-opacity: 1;
  color: rgba(227, 77, 77, var(--tw-text-opacity));
}

.text-seaGreen {
  --tw-text-opacity: 1;
  color: rgba(94, 185, 175, var(--tw-text-opacity));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgba(250, 140, 22, var(--tw-text-opacity));
}

.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgba(28, 54, 84, var(--tw-text-opacity));
}

.text-darkContrastBlue {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.text-forLine {
  --tw-text-opacity: 1;
  color: rgba(163, 171, 188, var(--tw-text-opacity));
}

.text-lightGrey {
  --tw-text-opacity: 1;
  color: rgba(240, 241, 242, var(--tw-text-opacity));
}

.text-borderGrey {
  --tw-text-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-text-opacity));
}

.text-main {
  --tw-text-opacity: 1;
  color: rgba(75, 150, 197, var(--tw-text-opacity));
}

.text-blackLinks {
  --tw-text-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-text-opacity));
}

.text-grayLinks {
  --tw-text-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-text-opacity));
}

.text-whiteLinks {
  --tw-text-opacity: 1;
  color: rgba(252, 254, 252, var(--tw-text-opacity));
}

.text-grayLightLinks {
  --tw-text-opacity: 1;
  color: rgba(210, 210, 220, var(--tw-text-opacity));
}

.text-mainLinks {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.text-mainTracker {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.text-thirdTracker {
  --tw-text-opacity: 1;
  color: rgba(234, 51, 92, var(--tw-text-opacity));
}

.text-mainFlow {
  --tw-text-opacity: 1;
  color: rgba(63, 177, 162, var(--tw-text-opacity));
}

.text-altFlow {
  --tw-text-opacity: 1;
  color: rgba(30, 42, 95, var(--tw-text-opacity));
}

.text-mainBidSmart {
  --tw-text-opacity: 1;
  color: rgba(88, 185, 30, var(--tw-text-opacity));
}

.text-altBidSmart {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.text-mainBidSmartDisabled {
  --tw-text-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-text-opacity));
}

.text-mainWeatherBuild {
  --tw-text-opacity: 1;
  color: rgba(5, 149, 206, var(--tw-text-opacity));
}

.text-mainRunTime {
  --tw-text-opacity: 1;
  color: rgba(65, 54, 85, var(--tw-text-opacity));
}

.text-mainFulfill {
  --tw-text-opacity: 1;
  color: rgba(238, 134, 79, var(--tw-text-opacity));
}

.text-mainTender {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.text-altTender {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.text-water {
  --tw-text-opacity: 1;
  color: rgba(212, 230, 255, var(--tw-text-opacity));
}

.text-black-1 {
  color: rgba(0,0,0,1);
}

.text-newWarning {
  --tw-text-opacity: 1;
  color: rgba(255, 199, 0, var(--tw-text-opacity));
}

.text-newWarningText {
  --tw-text-opacity: 1;
  color: rgba(255, 138, 0, var(--tw-text-opacity));
}

.text-operationGreen {
  --tw-text-opacity: 1;
  color: rgba(144, 170, 134, var(--tw-text-opacity));
}

.text-operationGray {
  --tw-text-opacity: 1;
  color: rgba(141, 168, 184, var(--tw-text-opacity));
}

.text-operationGold {
  --tw-text-opacity: 1;
  color: rgba(181, 172, 85, var(--tw-text-opacity));
}

.text-operationLightGreen {
  --tw-text-opacity: 1;
  color: rgba(30, 185, 169, var(--tw-text-opacity));
}

.text-azure {
  --tw-text-opacity: 1;
  color: rgba(58, 157, 202, var(--tw-text-opacity));
}

.text-blueStatus {
  --tw-text-opacity: 1;
  color: rgba(41, 122, 209, var(--tw-text-opacity));
}

.text-white-1 {
  color: rgba(255,255,255,1);
}

.text-white-02 {
  color: rgba(255,255,255,0.2);
}

.hover\:text-brightBlue:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 150, 197, var(--tw-text-opacity));
}

.hover\:text-hoverBlue:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 42, 95, var(--tw-text-opacity));
}

.hover\:text-errorRed:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 77, 77, var(--tw-text-opacity));
}

.hover\:text-blackLinks:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-text-opacity));
}

.hover\:text-mainLinks:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.hover\:text-altFlow:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 42, 95, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-softGrey {
  --tw-text-opacity: 1;
  color: rgba(113, 118, 121, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-brightBlue {
  --tw-text-opacity: 1;
  color: rgba(75, 150, 197, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-hoverBlue {
  --tw-text-opacity: 1;
  color: rgba(30, 42, 95, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-mainLinks {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.focus\:text-mainLinks:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.focus-within\:text-mainLinks:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 249, var(--tw-text-opacity));
}

.disabled\:text-softGrey:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 118, 121, var(--tw-text-opacity));
}

.disabled\:text-grayLinks:disabled {
  --tw-text-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-text-opacity));
}

.disabled\:text-white-1:disabled {
  color: rgba(255,255,255,1);
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

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

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

.placeholder-eclipse::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(36, 36, 36, var(--tw-placeholder-opacity));
}

.placeholder-eclipse::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(36, 36, 36, var(--tw-placeholder-opacity));
}

.placeholder-eclipse:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(36, 36, 36, var(--tw-placeholder-opacity));
}

.placeholder-eclipse::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(36, 36, 36, var(--tw-placeholder-opacity));
}

.placeholder-eclipse::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(36, 36, 36, var(--tw-placeholder-opacity));
}

.placeholder-grayLinks::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-placeholder-opacity));
}

.placeholder-grayLinks::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-placeholder-opacity));
}

.placeholder-grayLinks:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-placeholder-opacity));
}

.placeholder-grayLinks::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-placeholder-opacity));
}

.placeholder-grayLinks::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(142, 149, 160, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blackLinks:hover::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blackLinks:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blackLinks:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blackLinks:hover::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blackLinks:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blackLinks:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blackLinks:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blackLinks:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blackLinks:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blackLinks:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 22, 47, var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: .1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-mobile {
  --tw-shadow: 0px 7px 29px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-box {
  --tw-shadow: 0px 14px 34px 10px rgba(71, 71, 71, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-panel {
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-panelAlt {
  --tw-shadow: 0px 0px 16px rgba(177, 192, 201, 0.25);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card-hover {
  --tw-shadow: 0 2px 16px 0 rgba(179, 179, 179, 0.5);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-pop-up {
  --tw-shadow: 0px 0px 16px rgba(99, 99, 99, 0.35);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-box-new {
  --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.18);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

*, ::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;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.ease-linear {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}

.transition-transform-in {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.transition-transform-out {
  -webkit-transition: -webkit-transform .5s cubic-bezier(.25,.1,.3,1.5);
  transition: -webkit-transform .5s cubic-bezier(.25,.1,.3,1.5);
  transition: transform .5s cubic-bezier(.25,.1,.3,1.5);
  transition: transform .5s cubic-bezier(.25,.1,.3,1.5), -webkit-transform .5s cubic-bezier(.25,.1,.3,1.5);
}

.placeholder-transition::-webkit-input-placeholder {
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder-transition::-moz-placeholder {
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder-transition:-ms-input-placeholder {
  -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder-transition::-ms-input-placeholder {
  -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder-transition::placeholder {
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-bg {
  background-image: url('https://appbulksource.z13.web.core.windows.net/background-gradient.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Backgrounds for notification */

.notification-success {
  background-image: url('https://appbulksource.z13.web.core.windows.net/green.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: white;
}

.notification-warning {
  background-image: url('https://appbulksource.z13.web.core.windows.net/orage.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: white;
}

.notification-error {
  background-image: url('https://appbulksource.z13.web.core.windows.net/red.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: white;
}

.notification-info {
  background-image: url('https://appbulksource.z13.web.core.windows.net/blue.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-color: white;
}

/* Backgrounds */

.mainLinks-bg {
  background-image: url('https://appbulksource.z13.web.core.windows.net/links_bg.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

/* Popup Backgrounds */

.popupBulksource-bg {
  background-image: url('https://appbulksource.z13.web.core.windows.net/popupBulksource.jpg');
  background-repeat: no-repeat;
}

.auth-bg-gray{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), #F9F9F9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #F9F9F9;
}

/* tabs for cards:
    - tabsFlow-bg
    - tabsLinks-bg
  */

.home-bg {
  background-image: url('https://appbulksource.z13.web.core.windows.net/email-bg-blocks.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .home-bg {
    background-image: none;
  }
}

.check-browser-bg {
  background-image: url('https://appbulksource.z13.web.core.windows.net/bg_picture_internet-explorer.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 'no support' text */

/* 'no support' text */

.text-154px {
  font-size: 154px;
  line-height: 179px;
}

/* 'no support' text */

/* 'no support' text */

.text-20px {  /*  for PrivacyNav, modal */
  font-size: 20px;
  line-height: 24px;
}

.text-xxxl {
  font-size: 40px;
  line-height: 46px;
}

.text-xxl {
  font-size: 32px;
  line-height: 48px;
}

.text-xl {
  font-size: 24px;
  line-height: 32px;
}

.text-l {
  font-size: 16px;
  line-height: 24px;
}

.text-m {
  font-size: 14px;
  line-height: 24px;
}

.text-s {
  font-size: 12px;
  line-height: 16px;
}

.capitalize::first-letter {
  text-transform: uppercase;
}

.priceSup {
  top: -0.65em;
  font-size: 65%;
}

.priceSup-m {
  top: -0.65em;
  font-size: 12px;
}

.justify-self-end-5:nth-child(5n) {
  justify-self: end;
  text-align: right;
}

/* tables styles */

.opacity-bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}

.bgTableHeader:first-of-type::before {
  content: '';
  position: absolute;
  top: -1px;
  height: 40px;
  width: 24px;
  left: -24px;
  z-index: -1;
  background: #F5F5F5;
  border-top: 1px solid #D2D2DC;
  border-bottom: 1px solid #D2D2DC;
}

.bgTableHeader:has(+ div):not(:has(~ .bgTableHeader))::after {
  content: '';
  position: absolute;
  height: 40px;
  top: -1px;
  right: -24px;
  width: 24px;
  z-index: -1;
  background: #F5F5F5;
  border-top: 1px solid #D2D2DC;
  border-bottom: 1px solid #D2D2DC;
}

.textareaHeightInherit{
  height: inherit;
}

.textareaBgColorInherit{
  background-color: inherit;
}

::-webkit-resizer {
  background: url("data:image/svg+xml,<svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.8839 3.0646L2.39866 11.5499C2.00976 11.9388 1.37336 11.9388 0.984451 11.5499C0.595542 11.161 0.595542 10.5246 0.984451 10.1357L9.46973 1.65039C9.85864 1.26148 10.495 1.26148 10.8839 1.65039C11.2729 2.03929 11.2729 2.67569 10.8839 3.0646Z\" fill=\"%238E95A0\"/><path d=\"M12.005 6.18618L5.51976 12.6715C5.13085 13.0604 4.49445 13.0604 4.10554 12.6715C3.71664 12.2826 3.71664 11.6462 4.10554 11.2572L10.5908 4.77197C10.9797 4.38306 11.6161 4.38306 12.005 4.77197C12.3939 5.16088 12.3939 5.79727 12.005 6.18618Z\" fill=\"%238E95A0\"/><path d=\"M12.6261 9.80727L9.14085 13.2926C8.75194 13.6815 8.11555 13.6815 7.72664 13.2926C7.33773 12.9036 7.33773 12.2673 7.72664 11.8783L11.2119 8.39306C11.6008 8.00415 12.2372 8.00415 12.6261 8.39306C13.015 8.78197 13.015 9.41836 12.6261 9.80727Z\" fill=\"%238E95A0\"/></svg>");
  background-repeat: no-repeat;
}

.userManagementTable {
  display: grid;
  grid-template-columns: minmax(82px, 13%) minmax(296px, 55%) minmax(104px, auto) minmax(104px, auto) minmax(83px, auto);
}

.scaleManagementTable {
  display: grid;
  grid-template-columns: minmax(140px, 30%) minmax(140px, 30%) minmax(140px, 15%) minmax(140px, 15%) minmax(73px, 10%);
}

.notesTable {
  display: grid;
  grid-template-columns: minmax(90px, 10%) minmax(140px, 12%) minmax(125px, 8%) minmax(200px, 62%) minmax(95px, 8%);
}

.notesToCustomerTable {
  display: grid;
  grid-template-columns: minmax(90px, 10%) minmax(140px, 20%) minmax(200px, 70%);
}

.productsItemsPriceTable {
  display: grid;
  grid-template-columns: 36px minmax(100px, 18%) minmax(100px, 30%) minmax(70px, 22%) minmax(70px, 22%) minmax(50px, 5%);
}

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

.quoteCompanyCardLayout {
  display: grid;
  grid-template-columns: 4fr 8fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}

.quoteDetailsCompanyCardWidth {
  width: 444px;
}

.quoteDetailsProjectWidth {
  max-width: 532px;
}

.quoteProductTotalTable {
  display: grid;
  grid-template-columns: minmax(auto, 74%) minmax(140px, 26%);
}

.quoteProductListTable {
  display: grid;
  grid-template-columns: 36px minmax(64px, auto) minmax(68px, auto) minmax(104px, auto) minmax(100px, auto) minmax(50px, auto) minmax(44px, auto) minmax(80px, auto) minmax(88px, auto) minmax(88px, auto) minmax(88px, auto) minmax(68px, auto) minmax(80px, 10%) 36px;
}

.orderItemsTable {
  display: grid;
  grid-template-columns: minmax(75px, 5%) minmax(65px, 5%) minmax(135px, 18%) minmax(80px, 10%) minmax(70px, 10%) minmax(80px, 9%) minmax(50px, 7%) minmax(59px, 7%) minmax(85px, 9%) minmax(85px, 9%) minmax(70px, 8%) minmax(34px, 3%);
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .orderItemsTable {
    display: grid;
    grid-template-columns: minmax(54px, 5%) minmax(62px, 5%) minmax(120px, 18%) minmax(66px, 10%) minmax(70px, 10%) minmax(72px, 9%) minmax(50px, 7%) minmax(59px, 7%) minmax(75px, 9%) minmax(70px, 9%) minmax(70px, 8%) minmax(34px, 3%);
    font-size: 12px;
  }

  .quoteCustomerItemsTable,
    .orderCustomerItemsTable {
    font-size: 12px;
  }

  .orderItemsTableIcon svg {
    display: none;
  }

  .customerLogo > div:first-child {
    width: 30px;
    height: 30px;
  }
}

.quoteItemsTable {
  display: grid;
  grid-template-columns: minmax(55px, 6%) minmax(65px, 5%) minmax(135px, 18%) minmax(80px, 13%) minmax(70px, 9%) minmax(85px, 10%) minmax(68px, 9%) minmax(80px, 10%) minmax(85px, 8%) minmax(110px, 10%) minmax(24px, 2%)
}

.quoteCustomerItemsTable{
  display: grid;
  grid-template-columns: minmax(75px, 6%) minmax(65px, 5%) minmax(120px, 18%) minmax(66px, 13%) minmax(70px, 7%) minmax(72px, 12%) minmax(59px, 11%) minmax(85px, 9%) minmax(85px, 9%) minmax(77px, 9%) minmax(34px, 3%);
}

.orderCustomerItemsTable{
  display: grid;
  grid-template-columns: minmax(54px, 6%) minmax(65px, 7%) minmax(120px, 12%) minmax(66px, 12%) minmax(70px, 8%) minmax(66px, 8%) minmax(50px, 8%) minmax(66px, 15%) minmax(85px, 7%) minmax(85px, 7%) minmax(77px, 7%) minmax(24px, 3%);
}

.locationsTable {
  display: grid;
  grid-template-columns: minmax(140px, 20%) minmax(70px, 8%) minmax(90px, 9%) minmax(130px,15%) minmax(100px, 18%) minmax(100px, 14%) minmax(100px, 13%) minmax(30px, 3%);
}

.companiesTableCustomer {
  display: grid;
  grid-template-columns: minmax(100px, 6%) minmax(160px, 22%) minmax(100px, 10%) minmax(100px, 10%) minmax(100px, 17%) minmax(120px, 10%) minmax(120px, 25%);
}

.companiesTableMaterialSupplier {
  display: grid;
  grid-template-columns: minmax(100px, 9%) minmax(160px, 32%) minmax(100px, 10%) minmax(100px, 8%) minmax(135px, 12%) minmax(120px, 29%);
}

.adminCompaniesTable {
  display: grid;
  grid-template-columns: minmax(117px, 18%) minmax(60px, 9%) minmax(60px, 9%) minmax(120px, 18%) minmax(294px, 46%);
}

.companiesContactsTable {
  display: grid;
  grid-template-columns: minmax(160px, 30%) minmax(100px, 15%) minmax(100px, 15%) minmax(100px, 20%) minmax(140px, 10%) minmax(120px, 10%)
}

.companiesContactsCustomerTable {
  display: grid;
  grid-template-columns: minmax(160px, 30%) minmax(100px, 15%) minmax(100px, 15%) minmax(100px, 30%) minmax(100px, 10%)
}

.inviteContactsTable {
  display: grid;
  grid-template-columns: minmax(32px, 3%) minmax(120px,21%) minmax(120px, 21%) minmax(100px, 20%) minmax(160px, 35%);
}

.companiesNotesTable {
  display: grid;
  grid-template-columns: minmax(90px, 10%) minmax(150px, 27%) minmax(200px, 63%);
}

.productCostListsTable {
  display: grid;
  grid-template-columns: minmax(100px, 55%) minmax(50px, 15%)  minmax(50px, 15%) minmax(50px, 10%) minmax(30px, 5%);
}

.freightCostListTable {
  display: grid;
  grid-template-columns: minmax(100px, 54%) minmax(50px, 15%)  minmax(50px, 15%) minmax(50px, 10%) minmax(39px, 6%);
}

.freightCostRouteTypesTable {
  display: grid;
  grid-template-columns: minmax(150px, 45%) minmax(70px, 20%) minmax(70px, 20%) minmax(50px, 15%);
}

.siteMaterialsAltTable {
  display: grid;
  grid-template-columns: 36px minmax(100px, 15%) minmax(100px, 25%) minmax(118px, 20%) minmax(120px, 20%) minmax(100px, 12%) minmax(58px, 5%) minmax(172px, 3%) ;
}

.productsMasterTable {
  display: grid;
  grid-template-columns: minmax(70px, 12%) minmax(164px, 36%) minmax(164px, 18%) minmax(164px, 12%) minmax(164px, 12%) minmax(164px, 10%);
}

.productsMasterAltTable {
  display: grid;
  grid-template-columns: minmax(83px, 15%) minmax(134px, 31%) minmax(90px, 8%) minmax(134px, 15%) minmax(134px, 15%) minmax(70px, 8%) minmax(77px, 8%);
}

.trucksListTable {
  display: grid;
  grid-template-columns: minmax(160px, 23%) minmax(120px, 15%) minmax(160px, 23%) minmax(160px, 19%) minmax(120px, 10%) minmax(160px, 15%) minmax(130px, 10%);
}

.trucksListCustomerTable {
  display: grid;
  grid-template-columns: minmax(160px, 27%) minmax(120px, 15%) minmax(120px, 23%) minmax(120px, 20%) minmax(160px, 15%) minmax(130px, 15%);
}

.bidsListTable {
  display: grid;
  grid-template-columns: minmax(120px, 9%) minmax(80px, 9%) minmax(120px, 30%) minmax(95px, 9%) minmax(95px, 9%) minmax(75px, 9%) minmax(85px, 9%) minmax(85px, 8%) minmax(100px, 8%);
}

.bidItemsListTable {
  display: grid;
  grid-template-columns: minmax(120px, 10%) minmax(120px, 10%) minmax(120px, 10%) minmax(160px, 20%) minmax(160px, 20%) minmax(75px, 8%) minmax(75px, 8%) minmax(75px, 14%);
}

.lettingsListStepsTable {
  display: grid;
  grid-template-columns: minmax(124px, 15%) minmax(90px, 10%) minmax(90px, 15%) minmax(45px, 45%) minmax(190px, 15%);
}

.bidsListStepsTable {
  display: grid;
  grid-template-columns: minmax(120px, 11%) minmax(80px, 14%) minmax(95px, 9%) minmax(95px, 9%) minmax(95px, 9%) minmax(85px, 9%) minmax(85px, 8%) minmax(120px, 23%) minmax(100px, 8%);
}

.bidsCalculatorScenariosList {
  display: grid;
  grid-template-columns: minmax(40px, 15%) minmax(50px, 9%) minmax(50px, 9%) minmax(70px, 12%) minmax(120px, 55%);
}

.bidsFlowEligiblePlants {
  display: grid;
  grid-template-columns: 36px repeat(4, minmax(100px, auto));
}

.bidsFlowEligiblePlantsDetails {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr)) minmax(80px, 120px) repeat(3, minmax(100px, 160px));
}

.bidsFlowEligiblePlantsClosed {
  display: grid;
  grid-template-columns: 32px minmax(210px, 15%) 64px minmax(104px, 120px) minmax(130px, 140px) minmax(130px, auto);
}

.bidsFlowEligibleVendors {
  display: grid;
  grid-template-columns: 32px repeat(3, minmax(100px, 1fr));
}

.bidsFlowEligibleVendorsClosed {
  display: grid;
  grid-template-columns: 32px minmax(220px, 20%) minmax(220px, auto);
}

.bidsFlowPayItems {
  display: grid;
  grid-template-columns: 36px minmax(68px, 14%) minmax(67px, 16%) minmax(52px, 14%) minmax(54px, 10%)  minmax(100px, 44%);
}

.bidsClosedPayItems {
  display: grid;
  grid-template-columns: 32px minmax(210px, 15%) minmax(67px, auto) minmax(124px, 9%) 64px;
}

.bidsFlowMixDesignsPayItems {
  display: grid;
  grid-template-columns: minmax(65px, 15%) minmax(70px, 15%) minmax(50px, 10%) minmax(50px, 10%)  minmax(100px, 50%);
}

.bidsFlowMixDesignsNestedTable {
  display: grid;
  grid-template-columns: minmax(100px, 38%) minmax(50px, 12%) minmax(40px, 10%) minmax(100px, 25%) minmax(60px, 125px);
}

.bidsFlowMixDesignsNestedTableCloseStep {
  display: grid;
  grid-template-columns: minmax(100px, 50%) minmax(50px, 15%) minmax(40px, 10%) minmax(100px, 25%);
}

.bidsFlowMixDesignsVersions {
  display: grid;
  grid-template-columns: minmax(82px, 20%) minmax(120px, 45%) minmax(50px, 16%) minmax(50px, 10%)  minmax(50px, 10%) minmax(86px, 14%);
}

.bidsFlowScenariosPayItems {
  display: grid;
  grid-template-columns: minmax(75px, 10%) 24px minmax(100px, 90%) 80px 50px 80px 100px 100px 100px 100px 80px 30px;
}

.bidItemNestedTableRow {
  display: grid;
  grid-template-columns: 24px minmax(50px, 100%) 690px 30px;
  border-top: 1px solid rgb(210, 210, 220);
}

.bidItemNestedTableRow:first-child {
  border: none;
}

.bidItemScenarioRow {
  display: grid;
  grid-template-columns: 24px minmax(50px, 100%) 80px 50px 80px 100px 100px 100px 100px 80px 30px;
}

.scenariosEvaluatedListTable {
  display: grid;
  grid-template-columns: 34px 34px 149px 44px 149px 90px 60px 100px 90px 110px repeat(5, minmax(75px, 1fr));
  min-width: auto;
}

.bidsFlowProductCostTable {
  display: grid;
  grid-template-columns: minmax(120px, 100%) minmax(120px, 480px);
}

.bidsFlowFreightCostTable {
  display: grid;
  grid-template-columns: minmax(120px, 100%) minmax(120px, 480px);
}

.bidsFlowProductCostListTable {
  display: grid;
  grid-template-columns: minmax(100px, 50%) minmax(100px, 10%) minmax(100px, 10%) minmax(100px, 10%) minmax(60px, 10%) minmax(60px, 10%);
}

.bidsFlowProductCostListClosed {
  display: grid;
  grid-template-columns: 32px minmax(220px, 20%) minmax(220px, auto);
}

.bidsFlowFreightCostListTable {
  display: grid;
  grid-template-columns: minmax(100px, 60%) minmax(89px, 9%) minmax(100px, 10%) minmax(100px, 10%) minmax(60px, 10%) minmax(112px, 14%);
}

.bidsFlowFreightCostListTableClosed {
  display: grid;
  grid-template-columns: 32px minmax(220px, 20%) minmax(220px, auto);
}

.scenariosEvaluatedDetails:not(:last-child) {
  border-bottom: solid 1px #A3ABBC;
}

.scenariosEvaluateItemsTable {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px , 2.5fr)) repeat(8, minmax(64px, 1fr));
}

@media only screen and (min-width: 1280px) {
  .scenariosEvaluateItemsTable {
    grid-template-columns: repeat(4, minmax(86px , 2fr)) repeat(8, minmax(57px, 1fr));
  }
}

.mixDesignsItemsListTable {
  display: grid;
  grid-template-columns: minmax(30px, 3%) minmax(80px, 13%) minmax(80px, 13%) minmax(80px, 13%) minmax(164px, 1fr) minmax(56px, 64px) minmax(122px, 128px) minmax(122px, 128px) 92px;
}

.driversListTable {
  display: grid;
  grid-template-columns: minmax(80px, 25%) minmax(160px, 25%) minmax(160px, 25%) minmax(160px, 25%);
}

.driversListCustomerTable {
  display: grid;
  grid-template-columns: minmax(80px, 33.3%) minmax(160px, 33.3%) minmax(160px, 33.3%);
}

.priceListTable {
  display: grid;
  grid-template-columns: minmax(160px, 65%) minmax(100px, 12%) minmax(100px, 11%) minmax(100px, 12%);
}

.priceIndexesTable {
  display: grid;
  grid-template-columns: minmax(100px, 14%) minmax(160px, 44%) minmax(100px, 12%) minmax(100px, 10%) minmax(100px, 10%) minmax(100px, 10%);
}

.productIndexedTable {
  display: grid;
  grid-template-columns: minmax(100px, 10%) minmax(200px, 30%) minmax(200px, 35%) minmax(80px, 10%) minmax(80px, 10%) minmax(20px, 3%);
}

.dateRangesTable {
  display: grid;
  grid-template-columns: minmax(80px, 15%) minmax(80px, 15%) minmax(160px, 55%) minmax(80px, 12%) minmax(20px, 3%);
}

.productsListInPriceList {
  display: grid;
  grid-template-columns: 30px 30px minmax(60px, 14%) minmax(100px, 35%) minmax(100px, 15%) minmax(100px, 17%) minmax(100px, 19%);
}

.priceListLocationItemTableRow {
  display: grid;
  grid-template-columns: 30px 30px minmax(60px, 14%) minmax(100px, 67%) minmax(100px, 19%);
}

.productCostTable {
  display: grid;
  grid-template-columns: 30px minmax(135px, 50%) 80px minmax(95px, 50%) 75px 75px 77px 75px 75px 85px 90px 90px 130px;
}

.productCostAltTable {
  display: grid;
  grid-template-columns: 30px minmax(135px, 50%) 80px minmax(95px, 50%) 75px 77px 75px 75px 85px 90px 90px 130px;
}

.productMixesTable {
  display: grid;
  grid-template-columns: minmax(80px, 13%) minmax(80px, 20%) minmax(80px, 13%) minmax(269px, 32%) minmax(64px, 5%) minmax(80px, 8%) minmax(80px, 8%) minmax(80px, 8%);
}

.productsMixDesignEstimates {
  display: grid;
  grid-template-columns: minmax(61px, 12%) minmax(60px, 7%) minmax(60px, 11%) minmax(65px, 11%) minmax(68px, 11%) minmax(55px, 8%) minmax(41px, 8%) minmax(67px, 8%) minmax(67px, 9%) minmax(45px, 7%) minmax(43px, 8%);
}

.callsTable{
  display: grid;
  grid-template-columns: 30px minmax(80px, 50%) minmax(80px, 50%);
}

.scaleTicketReportTable {
  display: grid;
  grid-template-columns: minmax(56px, 5%) minmax(90px, auto) minmax(76px, 9%) minmax(70px, 7%) minmax(84px, 7%) minmax(60px, 6%) minmax(70px, 10%) minmax(39px, 4%) minmax(48px, 6%) minmax(40px, 7%) minmax(40px, 4%) minmax(51px, 6%) minmax(44px, 8%) minmax(90px, 13%);
}

@media only screen and (max-width: 1440px) {
  .scaleTicketReportTable {
    display: grid;
    grid-template-columns: repeat(14, minmax( 100px, auto));
  }

  .scaleTicketReportTable > div {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.scaleTicketLoadsReportTable {
  display: grid;
  margin-left: 51px;
  margin-top: 22px;
  grid-template-columns: minmax(55px, 7%) minmax(94px, 17%) minmax(80px, 7%) minmax(69px, 7%) minmax(81px, 5%) minmax(60px, 6%) minmax(64px, 6%) minmax(39px, 6%) minmax(45px, 6%) minmax(38px, 7%) minmax(64px, 6%) minmax(57px, 6%) minmax(71px, 6%) minmax(70px, 8%)
}

.progressTicketLoadsReportTable {
  display: grid;
  padding: 0 24px;
  margin: -1px 0 0 24px;
  grid-template-columns: minmax(55px, 7%) minmax(94px, 12%) minmax(80px, 7%) minmax(69px, 7%) minmax(81px, 7%) minmax(60px, 6%) minmax(64px, 6%) minmax(39px, 6%) minmax(45px, 6%) minmax(38px, 6%) minmax(64px, 7%) minmax(57px, 7%) minmax(71px, 9%) minmax(70px, 7%)
}

.mixTypeTable {
  display: grid;
  grid-template-columns: minmax(50px, 10%) minmax(120px, 16%) minmax(250px, 54%) minmax(90px, 10%) minmax(90px, 10%);
}

.mixTypeAltTable {
  display: grid;
  grid-template-columns: minmax(72px, 15%) minmax(120px, 16%) minmax(236px, 47%) minmax(90px, 10%) minmax(90px, 10%)
}

.mixDesignTable {
  display: grid;
  grid-template-columns: minmax(150px, 11%) minmax(150px, auto) minmax(70px, auto) minmax(168px, 11%) minmax(140px, auto) minmax(124px, auto) minmax(76px, 6%) minmax(80px, 6%);
}

.mixDesignAltTable {
  display: grid;
  grid-template-columns: minmax(142px, 11%) minmax(150px, auto) minmax(70px, auto) minmax(136px, 11%) minmax(140px, auto) minmax(122px, auto) minmax(65px, 6%) minmax(53px, 6%);
}

/* dashboards tables */

.quotesDashboard {
  display: grid;
  grid-template-columns: 58px minmax(90px, 60%) minmax(56px, auto) minmax(72px, auto) 80px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
}

.ordersDashboard {
  display: grid;
  grid-template-columns: 58px minmax(91px, 38%) minmax(75px, auto) minmax(156px, 38%);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
}

.scaleHouseDashboard {
  display: grid;
  grid-template-columns: 58px minmax(60px, 40%) minmax(56px, 80px) minmax(58px, 72px) minmax(60px, 88px) minmax(40px, auto) minmax(32px, 40px);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
}

.lettingsDashboard {
  display: grid;
  grid-template-columns: 58px minmax(100px, 28%) minmax(100px, 49%) 80px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
}

.bidsDraftDashboard {
  display: grid;
  grid-template-columns: 93px minmax(100px, auto) 68px 68px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
}

.bidsDashboard {
  display: grid;
  grid-template-columns: 93px minmax(100px, auto) 75px 68px 68px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
}

.categoriesMasterTable {
  display: grid;
  grid-template-columns: minmax(170px, 14%) minmax(164px, 43%) minmax(164px, 43%);
}

.deliveryItemsTable {
  display: grid;
  grid-template-columns: minmax(70px, 13%) minmax(80px, 50%) minmax(60px, 12%) minmax(50px, 10%) minmax(70px, 15%);
}

.siteDispatchList {
  display: grid;
  grid-template-columns: 36px minmax(80px, 8%) minmax(100px, 22%) minmax(68px, 8%) minmax(68px, 9%) minmax(69px, 10%) minmax(100px, 21%) minmax(100px, 22%);
}

.siteJobLocationList {
  display: grid;
  grid-template-columns: minmax(80px, 47%) minmax(80px, 50%) minmax(24px, 3%);
}

.sitePlantList{
  display: grid;
  grid-template-columns: minmax(80px, 50%) minmax(80px, 50%);
}

.scaleTicketsTable{
  display: grid;
  grid-template-columns: minmax(33px, 3%) minmax(100px, 7%) minmax(170px, 7%) minmax(140px, 7%) minmax(90px, 7%) minmax(80px, 7%) minmax(135px, 8%) minmax(80px, 7%) minmax(80px, 7%) minmax(80px, 7%) minmax(70px, 7%) minmax(80px, 5%) minmax(60px, 5%) minmax(140px, 7%) minmax(120px, 5%) minmax(60px, 3%);
}

/* .locationsInvoicesTable {
    display: grid;
    grid-template-columns: 34px minmax(30px, 3%) minmax(150px, 62%) minmax(100px, 35%);
  } */

.wizardInvoiceDefaultTable {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  min-height: 350px;
  grid-template-columns: 34px minmax(150px, 62%) minmax(100px, 38%);
}

.batchPayInvoiceTable {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: 34px minmax(80px, 8%) minmax(190px, 25%) minmax(102px, 9%) minmax(112px, 9%) minmax(112px, 9%)  minmax(112px, 10%) minmax(90px, 10%) minmax(100px, 10%) minmax(100px, 10%);
}

.batchPayErrorsTable {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: 34px minmax(80px, 10%) minmax(89px, 20%) minmax(102px, 80%) 34px;
}

.batchPaySummaryTable {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(2, minmax(100px, auto));
}

.companiesFilesTable{
  display: grid;
  grid-template-columns: minmax(80px, 8%) minmax(140px, 14%) minmax(140px, 14%) minmax(290px, 27%) minmax(290px, 27%) minmax(100px, 10%);
}

.inviteCardLayout {
  display: grid;
  grid-template-columns: 150px auto;
  row-gap: 4px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.bidsNotesList {
  display: grid;
  grid-template-columns: minmax(80px, 7%) minmax(200px, 15%) minmax(200px, 73%) minmax(60px, 5%);
}

.bidAddSiteList {
  display: grid;
  grid-template-columns: minmax(30px, 4%) minmax(250px, 48%) minmax(250px, 48%);
}

@media only screen and (max-width: 959px) {
  .quoteDetailsProjectWidth {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1279px) {
  .inviteCardLayout {
    grid-template-columns: 120px auto;
  }

  .userManagementTable {
    display: grid;
    grid-template-columns: minmax(68px, 17%)  minmax(72px, 34%) minmax(64px, 16%) minmax(68px, 17%) minmax(64px, 16%);
  }

  .scaleManagementTable {
    display: grid;
    grid-template-columns: minmax(150px, 20%) minmax(140px, 20%) minmax(140px, 20%) minmax(150px, 20%) minmax(150px, 20%);
  }

  .quoteCompanyCardLayout {
    width: 100%;
    grid-template-columns: 5fr 7fr;
  }

  .quoteDetailsCompanyCardWidth{
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .scaleManagementTable {
    display: grid;
    grid-template-columns: minmax(140px, 20%) minmax(140px, 20%) minmax(140px, 20%) minmax(110px, 25%) minmax(100px, 15%);
  }
}

@media only screen and (max-width: 959px) {
  .quoteDetailsProjectWidth {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  
    .quotesDashboard {
    grid-template-columns: minmax(70px, 15%) minmax(110px, 55%) minmax(90px, 30%);
  }

  
    .quotesDashboard span:nth-child(5n - 2),
    .quotesDashboard span:nth-child(5n - 1) {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .text-xxl {
    line-height: 36px;
  }

  .quoteCompanyCardLayout{
    grid-template-columns: 1fr;
  }

  .quoteDetailsCompanyCardWidth{
    grid-template-columns: 1fr;
  }
}

.siteCardLayout {
  display: grid;
  grid-template-columns: 4fr 7fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 4px;
}

.ticketItemLayout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6px 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ticketSummary {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-column-gap: 8px;
}

.ticketWeight {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1.5fr;
  gap: 6px 8px;
}

.color-disabled {
  color: #242424 !important;
  cursor: default !important;
}

.input-disabled-bg {
  background-color: transparent !important;
}

.invoicesListTable {
  display: grid;
  grid-template-columns: minmax(80px, 6%) minmax(190px, 25%) minmax(85px, 7%) minmax(85px, 7%) minmax(112px, 8%)  minmax(112px, 9%) minmax(90px, 8%) minmax(100px, 12%) minmax(100px, 12%) minmax(45px, 6%)
}

.statementsMsListTable {
  display: grid;
  grid-template-columns: minmax(80px, 10%) minmax(190px, 45%) minmax(102px, 45%) 156px 115px 110px 35px;
}

.statementsCustomerListTable {
  display: grid;
  grid-template-columns: minmax(80px, 10%) minmax(190px, 90%) 156px 115px 110px 35px;
}

.paymentTermsListTable {
  display: grid;
  grid-template-columns: minmax(200px, 100%) minmax(100px, 145px) minmax(100px, 145px) 125px 152px 152px;
}

.statementsInvoicesListTable {
  display: grid;
  grid-template-columns: 140px minmax(140px, 100%) 120px 110px 128px 128px 104px;
}

.invoicesListForCustomerTable {
  display: grid;
  grid-template-columns: minmax(80px, 6%) minmax(180px, 36%) minmax(112px, 7%) minmax(112px, 7%) minmax(112px, 10%) minmax(100px, 15%) minmax(100px, 15%) minmax(30px, 4%);
}

.scenariosPayItemInfoTable {
  display: grid;
  grid-template-columns: 132px 1fr;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  gap: 8px 4px;
}

.scenariosEstimatesTable {
  display: grid;
  grid-template-columns: 196px 1fr;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  gap: 8px 4px;
}

.scenariosLegendTable {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  gap: 8px 4px;
}

.download-btn {
  padding-right: 0;
}

.MuiInputBase-root {
  font-family: 'Open Sans', sans-serif !important;
}

.cell-2px {
  padding-left: 2px;
  padding-right: 2px;
}

/*===== Input with icon =====*/

.InputWithIcon__wrapper {
  position: relative;
}

.InputWithIcon__icon {
  position: absolute;
  top: 21px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.InputWithIcon__input {
  padding-left: 24px;
}

.InputWithIcon__wrapper label {
  left: 0;
}

.bidDetails {
  display: grid;
  grid-template-columns: minmax( 136px, 20% ) minmax( 150px, 80%);
  gap: 4px;
}

.bidClosedStep {
  display: grid;
  grid-template-columns: 112px minmax( 150px, auto);
  gap: 4px;
}

.bidModalTable {
  display: grid;
  grid-template-columns: minmax( 120px, 30% ) minmax( 150px, 60%);
  gap: 4px;
}

.bidCalculatorDetail {
  display: grid;
  grid-template-columns: 136px auto;
  gap: 4px;
}

.bidTotal {
  display: grid;
  grid-template-columns: 188px auto;
  gap: 4px;
}

.scaleTicketSummary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}

.break-word {
  word-break: break-word;
}

.bids-table > div {
  height: calc( 100% - 15px );
}

.locationsListTable {
  display: grid;
  grid-template-columns: minmax(30px, 3%) auto auto;
}

.locationsList {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.progress-bar-wrapper {
  width: 100%;
  height: 16px;
  border-radius: 13px;
  background: #a3abbc;
}

.progress-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 13px 0 0 13px;
  background: #4b96c5;
  -webkit-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}

.flex-grow-no-empty:not(:empty) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.freightCostTable {
  display: grid;
  grid-template-columns: 30px minmax(99px, 13%) minmax(99px, 13%) minmax(72px, 8%) minmax(72px, 7%) minmax(77px, 10%) minmax(78px, 8%) minmax(80px, 9%) minmax(80px, 9%) minmax(103px, 9%) minmax(99px, 12%);
}

@media only screen and (min-width: 1280px) and (max-width: 1530px) {
  .freightCostTable {
    grid-template-columns: 30px minmax(99px, 13%) minmax(99px, 13%) minmax(72px, 8%) minmax(72px, 7%) minmax(77px, 10%) minmax(78px, 8%) minmax(80px, 9%) minmax(80px, 9%) minmax(103px, 9%) minmax(99px, 12%);
  }
}

.postedScaleTicketsFilter {
  /* display: grid !important;
  grid-template-columns: 300px 266px minmax(435px, 100%) 182px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 500;
}

.postedScaleTicketsFilter > div:first-child > div {
  width: 100%;
}

.postedScaleTicketsFilter .MuiFormControl-root {
  width: 50%;
}

@media only screen and (max-width: 1279px) {
  .postedScaleTicketsFilter {
    grid-template-columns: minmax(300px, 60%) minmax(266px, 40%);
  }
}

.toggle-button {
  position: relative;
  padding: 6px 8px;
  padding-left: 36px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #4B96C5;
  color: #4B96C5;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.active-toggle-button {
  padding-right: 36px;
  padding-left: 8px;
  background-color: #4B96C5;
  color: #fff
}

.toggle-icon {
  position: absolute;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #4B96C5;
}

.display-none {
  visibility: hidden;
}

.active-toggle-button .toggle-icon {
  left: auto;
  right: 4px;
  background-color: #fff;
}

.prefix-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #717679;
}

.productPercentError {
  position: absolute;
  font-size: 11px;
  margin-top: 0;
}

.item-progress-bar {
  -webkit-transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.static {
  position: static !important;
}

.height-auto {
  height: auto;
}

@media only screen and  (min-width: 960px) {
  .mix-design-title {
    margin-bottom: 32px !important;
  }
}

.clear-filters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 50%;
  max-width: 48px;
}

.clear-filters-btn svg {
  color: #FCFEFC; /* white links color */
  min-width: 24px;
}

.mix-design-items-filter {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-template-columns: 24% 24% 192px auto;
  margin-bottom: 32px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 1100px) {
  .mix-design-items-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.mix-design-items-filter > div {
  margin-bottom: 0;
}

.mix-design-items-toggle {
  margin-bottom: 0;
  margin-left: auto;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.line-clamp-alt-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}

.collapsible {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
  max-height: 1000px;
}

.collapsed {
  max-height: 0;
}

.side-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 53px;
  width: 32px;
  height: 32px;
  border-radius: 0 16px 16px 0;
  -webkit-box-shadow: 17px 4px 24px rgba(109, 109, 150, 0.18);
          box-shadow: 17px 4px 24px rgba(109, 109, 150, 0.18);
  background-color: #fff;
  color: #05162F;
}

.side-menu-btn svg {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.side-menu-btn-close svg {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.activeItem {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.activeItem-border {
  position: absolute;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #060B13;
  border-radius: 4px;
  right: -4px;
  opacity: 1;
}

.sitebar-close {
  opacity: 0;
  font-size: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.sitebar-open {
  opacity: 1;
  font-size: 14px;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.message-gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  border: 2px solid #87B8FF;
  border-radius: 16px;
  background: #87B8FF -webkit-gradient(linear, left top, right top, from(#E5F0FF), to(#F4FAFB));
  background: #87B8FF linear-gradient(90deg, #E5F0FF 0%, #F4FAFB 100%);
}

.card-svg {
  width: 100%;
  height: 100%;
}

.scale-07 {
  position: relative;
  max-width: 284px;
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 10px;
  padding-left: 6px;
  padding-right: 6px;
}

.scale-07 header {
  padding: 6px 12px;
}

.scale-07 * {
  font-size: 9px;
}

.scale-07 > div {
  max-width: 284px;
}

.scale-07 .min-h-358px {
  min-height: auto;
}

.scale-07 .quotesDashboard {
  grid-template-columns: 46px minmax(75px, 60%) minmax(23px, auto) minmax(36px, auto) 48px;
  padding-left: 6px;
  padding-right: 6px;
}

.scale-07 .ordersDashboard {
  grid-template-columns: 46px minmax(75px, 38%) minmax(75px, auto) minmax(20px, 18%);
  padding-left: 6px;
  padding-right: 6px;
}

.scale-07 .scaleHouseDashboard {
  grid-template-columns: 39px minmax(56px, 40%) minmax(39px, 80px) minmax(37px, 72px) minmax(29px, 88px) minmax(28px, auto) minmax(21px, 40px);
  padding-left: 6px;
  padding-right: 6px;
}

.scale-07 .lettingsDashboard {
  grid-template-columns: 48px minmax(76px, 28%) minmax(64px, 49%) 60px;
  padding-left: 6px;
  padding-right: 6px;
}

.scale-07 .bidsDraftDashboard {
  grid-template-columns: 78px minmax(68px, auto) 56px 46px;
  padding-left: 6px;
  padding-right: 6px;
}

.scale-07 .shadow-panelAlt {
  min-width: 0;
  min-height: auto;
}

.scale-07 .h-42px {
  height: auto;
}

.card-svg > svg {
  width: auto;
  height: auto;
  max-width: 100%;
}

.emty_card_img {
  width: 200px;
}

.card-svg .emty_card_img {
  width: 150px;
}

.drop-svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  border-radius: 16px;
}

.drop-svg .quotesDashboard {
  grid-template-columns: 58px minmax(89px, 60%) minmax(32px, auto) minmax(57px, auto) 79px
}

.drop-svg .ordersDashboard {
  grid-template-columns: 57px minmax(75px, 38%) minmax(59px, 19%) minmax(49px, 27%);
}

.drop-svg .lettingsDashboard {
  grid-template-columns: 58px minmax(100px, 28%) minmax(87px, 45%) 70px;
}

@media only screen and (max-width: 1279px) {
  .drop-svg * {
    font-size: 12px;
  }

  .drop-svg header {
    padding: 6px 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .drop-svg * {
    font-size: 10px;
  }

  .drop-svg header {
    padding: 6px 12px;
  }
}

.drop-svg .progressBar {
  min-width: auto;
}

.drop-svg > svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  max-width: 100%;
}

.empty-card {
  background-image: url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 rx=%2716%27 ry=%2716%27 stroke=%27%238E95A0FF%27 stroke-width=%272%27 stroke-dasharray=%2716%2c 8%27 stroke-dashoffset=%270%27 stroke-linecap=%27round%27/%3e%3c/svg%3e");
  border-radius: 16px;
  overflow: hidden;
}

.card-svg .line-clamp-alt-2,
.drop-svg .line-clamp-alt-2  {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-svg,
.drop-svg {
  pointer-events: none;
}

.scale-07 .progressBar {
  display: none;
}

.scale-07 .sidebar-title {
  font-size: 12px !important;
}

.command-center-gradient::after {
  content: '';
  position: absolute;
  height: 35px;
  width: 31px;
  -webkit-filter: blur(5.5px);
          filter: blur(5.5px);
  border-radius: 50%;
  background-image: linear-gradient(66.42deg, rgba(0, 102, 249, 1) 17.85%, rgba(5, 11, 18, 1) 76.23%);
  opacity: 0.4;
}

.flex-100 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.sitebar-fixed {
  top: 40px;
  position: fixed !important;
}

.full-card {
  border: 0 !important;
  background: #FCFEFC;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(109, 109, 150, 0.18);
          box-shadow: 0 4px 24px rgba(109, 109, 150, 0.18);
}

.sidebar-height {
  height: calc(100vh - 80px);
  max-height: none;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}

.padding-r-0px {
  padding-right: 0 !important
}

@media only screen and (max-width: 1536px) {
  .companiesFilterAltMaterialSupplier {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .companiesFilterAltMaterialSupplier > div:first-child {
    width: 100%;
  }
}

.transform-opacity {
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.zIndex-99 {
  z-index: 99;
}

/* .altTableHeader {
  padding: 8px 2px !important;
}

.altTableHeader:first-child {
  padding-left: 8px !important;
}

.altTableHeader:last-child {
  padding-right: 8px !important;
} */

.altTableHeader svg {
  height: auto;
}

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

.altTitleClass {
  margin-bottom: 0;
}

/* Bid Flow Stepper  */

.step-radius {
  border-radius: 10px 0 0 10px;
}

.step-radius-revert {
  border-radius: 0 10px 10px 0;
}

.custom-toggle-checkbox {
  min-height: 24px;
  height: 32px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.markup-toggle-checkbox {
  padding: 4px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mix-design-progress-radius {
  border-radius: 6px 0 0 6px;
}

.last-row-border-0:last-child {
  border-bottom: none;
}

.last-row-border-0:nth-last-child(2) {
  border-bottom: none;
}

.last-row-border-0:nth-last-child(3) {
  border-bottom: none;
}

.last-row-border-0:nth-last-child(4) {
  border-bottom: none;
}

.first-border-t-0:first-of-type {
  border-top: 0px;
}

/* must be removed after the configuration is corrected tailwind.config.js */

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 150, 197, var(--tw-bg-opacity));
}

.border-main {
  --tw-border-opacity: 1;
  border-color: rgba(75, 150, 197, var(--tw-border-opacity));
}

/* must be removed after the configuration is corrected tailwind.config.js END */

.font-medium {
  font-weight: 600;
}

.width-auto {
  width: auto;
}

.letting-search + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.letting-search input {
  padding-left: 0px;
  border-color: '#D2D2DC';
}

.collapsible-search input {
  border: none;
}

.grid-tax-jurisdiction {
  display: grid;
  grid-template-columns: 72px 1fr;
}

.list-filter {
  padding-top: 0;
}

.tenderTaxRates {
  display: grid;
  grid-template-columns: minmax(104px, 7%) minmax(260px, 65%) minmax(148px, 10%) minmax(88px, 6%) minmax(88px, 6%) minmax(88px, 6%);
}

.tenderTaxJurisdictions {
  display: grid;
  grid-template-columns: 64px 174px 88px 72px 72px 132px 132px 132px 104px 104px 104px 104px 104px;
}

.tenderSingleTaxJurisdictionClasses {
  display: grid;
  grid-template-columns: auto 73px 73px;
}

.supplierPaymentsListTable {
  display: grid;
  grid-template-columns: auto auto auto minmax(-webkit-min-content, 100px) repeat(5, auto);
  grid-template-columns: auto auto auto minmax(min-content, 100px) repeat(5, auto);
}

.customerPaymentsListTable {
  display: grid;
  grid-template-columns: minmax(70px, 8%) minmax(200px, 14%) auto minmax(90px, 7%) minmax(100px, 13%) minmax(60px, 7%) minmax(90px, 8%) minmax(90px, 8%) minmax(90px, 8%) minmax(100px, 13%);
}

.payoutsListTable {
  display: grid;
  grid-template-columns: minmax(100px, 4%) minmax(148px, 33%) minmax(148px, 33%) minmax(138px, 10%) minmax(138px, 10%) minmax(138px, 10%);
}

.lettingDashboardTable {
  display: grid;
  grid-template-columns: 80px 70px 110px 100px 80px 120px 80px 80px 80px 80px 80px 130px 80px 110px 80px 80px 80px 110px 90px 70px 70px 130px;
}

.apiKeysList {
  display: grid;
  grid-template-columns: minmax(160px, 25%) minmax(350px, 60%) minmax(160px, 12%) minmax(25px, 3%);
}

.indexValueModalList {
  display: grid;
  grid-template-columns: minmax(210px, 45%) minmax(162px, 30%) minmax(124px, 15%) minmax(96px, 10%);
}

.productMixDesignTable {
  display: grid;
  grid-template-columns: minmax(25%, auto) minmax(88px, auto) minmax(25%, auto) minmax(88px, auto) minmax(25%, auto);
}

.freighZonesListTable {
  display: grid;
  grid-template-columns: minmax(200px, 25%) minmax(300px, 50%)  minmax(100px, 8%) minmax(100px, 8%) minmax(110px, 9%);
}

.zonesDetailTable {
  display: grid;
  grid-template-columns: repeat(4, 1fr) minmax(40px, 4%);
}

.additionalItemList {
  display: grid;
  grid-template-columns: minmax(140px, 22%) minmax(44px, 7%) minmax(80px, 11%) minmax(80px, 10%) minmax(80px, 13%)  minmax(80px, 12%)  minmax(60px, 10%)  minmax(60px, 10%) minmax(30px, 5%);
}

.printersList {
  display: grid;
  grid-template-columns: 40px minmax(150px, 90%) minmax(132px, 10%);
}

.entitiesItemsTable {
  display: grid;
  grid-template-columns: minmax(120px, 36%) minmax(80px, 10%) minmax(150px, 37%) minmax(120px, 18%);
}

.paymentFeesCardTable {
  display: grid;
  grid-template-columns: minmax(160px, 64%) minmax(110px, 12%) minmax(110px, 12%) minmax(110px, 12%);
}

.associatedSitesTable {
  display: grid;
  grid-template-columns: 30px minmax(230px, 35%) minmax(130px, 6%) minmax(240px, 59%);
}

.associatedUsersTable {
  display: grid;
  grid-template-columns: 30px minmax(140px, 20%) minmax(130px, 6%) minmax(128px, 14%) minmax(140px, 30%) minmax(140px, 20%) minmax(88px, 10%);
}

.associatedProductsTable {
  display: grid;
  grid-template-columns: 30px minmax(83px, 8%) minmax(100px, 22%) minmax(100px, 8%) minmax(100px, 15%) minmax(100px, 15%) minmax(70px, 8%) minmax(88px, 10%) minmax(130px, 6%) minmax(88px, 8%);
}

.associatedCustomersTable {
  display: grid;
  grid-template-columns: 30px minmax(80px, 10%) minmax(152px, 54%) minmax(130px, 6%) minmax(128px, 10%) minmax(128px, 15%) minmax(88px, 5%);
}

.logisticsProvidersTable {
  display: grid;
  grid-template-columns: 30px minmax(80px, 10%) minmax(152px, 54%) minmax(130px, 6%) minmax(128px, 10%) minmax(128px, 15%) minmax(88px, 5%);
}

.associatedEntitiesTable {
  display: grid;
  grid-template-columns: 30px minmax(250px, 30%) minmax(70px, 10%) minmax(150px, 30%) minmax(100px, 15%) minmax(100px, 15%);
}

.historyListTable {
  display: grid;
  grid-template-columns: 30px 150px 100px 150px 85px minmax(150px, 100%) 170px;
}

.historyDetailsListTable {
  width: 750px;
  display: grid;
  grid-template-columns: 50px minmax(150px, 20%)minmax(150px, 40%) minmax(150px, 40%);
}

.batchTicketListTable {
  display: grid;
  grid-template-columns: minmax(90px, 5%) minmax(80px, 5%) minmax(110px, 10%) minmax(135px, 10%) minmax(90px, 5%) minmax(90px, 5%) minmax(100px, 5%) minmax(90px, 5%) minmax(95px, 5%) minmax(95px, 5%) minmax(120px, 5%) minmax(120px, 10%) minmax(190px, 10%) minmax(125px, 5%) minmax(120px, 5%) minmax(190px, 5%);
}

.balanceListTable {
  display: grid;
  grid-template-columns: minmax(76px, 13%) minmax(76px, 13%) minmax(130px, 14%) minmax(130px, 16%) minmax(90px, 8%) minmax(90px, 9%) minmax(100px, 8%) minmax(76px, 8%) minmax(76px, 10%) 34px
}

.onlinePaymentListTable {
  display: grid;
  grid-template-columns: minmax(76px, 15%) minmax(76px, 10%) minmax(130px, 13%) minmax(130px, 15%) minmax(76px, 11%) minmax(100px, 13%) minmax(100px, 10%) minmax(100px, 13%);
}

.accountsChartsTable {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr)) minmax(100px, 8%) repeat(1, minmax(150px, 1fr));
}

.accountsChartsTypesTable {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.standardizedAccountTable {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
}

.importExportWithUser {
  display: grid;
  grid-template-columns: minmax(150px, 12%)  minmax(130px, 10%) minmax(150px, 34%) minmax(150px, 30%) minmax(130px, 14%) 64px;
}

.msLateFeeTable {
  display: grid;
  grid-template-columns: minmax(200px, 49%) minmax(100px, 8%) minmax(90px, 8%) minmax(90px, 5%) repeat(3, minmax(100px, 10%));
}

.customerLateFeeTable {
  display: grid;
  grid-template-columns: minmax(200px, 59%) minmax(100px, 8%) minmax(90px, 8%) minmax(90px, 5%) repeat(2, minmax(100px, 10%));
}

.scaleHousePaymentsRetailListTable {
  display: grid;
  grid-template-columns: 85px 100px minmax(100px, 25%) minmax(110px, 25%) 100px minmax(100px, 10%) 85px minmax(100px, 30%) 110px minmax(110px, 10%);
}

.scaleHousePaymentsNoneRetailListTable {
  display: grid;
  grid-template-columns: minmax(110px, 25%) minmax(110px, 20%) minmax(110px, 20%) minmax(110px, 20%) 140px minmax(110px, 15%) 110px 150px;
}

.tabItemSelectedLinksClasses {
  padding-left: 16px;
  padding-right: 16px;
  font-weight: bold;
  color: #0066F9;
}

.tabItemSelectedLinksClasses::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #0066F9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabActiveCardClasses {
  position: relative;
  color: #0066F9;
}

.tabActiveCardClasses::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color:#0066F9;
  border-radius: 2px;
}

.isBorderClasses::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background-color:#FFF;
  bottom: -1px;
  right: 0;
  overflow: visible;
}

.InvoiceDetail__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  width: 100%;
}

.InvoiceDetail__ticketed-items-list {
  display: grid;
  grid-template-columns: repeat(15, auto);
  width: 100%;
}

.InvoiceDetail__ticketed-items-list-customers {
  display: grid;
  grid-template-columns: repeat(14, auto);
  width: 100%;
}

.InvoiceDetail__ticketed-items-list-page {
  display: grid;
  grid-template-columns: 36px repeat(12, auto) 105px;
  width: 100%;
}

.InvoiceDetail__tickets-list-page {
  display: grid;
  grid-template-columns: 36px repeat(11, auto);
  width: 100%;
}

.InvoiceDetail__non-ticketed-items-list {
  display: grid;
  grid-template-columns: minmax(88px, auto) minmax(120px, auto) repeat(6, auto) minmax(120px, auto) repeat(1, auto);
  width: 100%;
}

.InvoiceDetail__non-ticketed-items-list-without-actions {
  display: grid;
  grid-template-columns: minmax(88px, auto) minmax(120px, auto) repeat(6, auto) minmax(120px, auto);
  width: 100%;
}

.InvoiceDetail__adjustments-items-list {
  display: grid;
  grid-template-columns: minmax(120px, 26%) minmax(70px, 7%) minmax(70px, 7%) minmax(120px, 20%) minmax(70px, 7%) minmax(180px, 40%) minmax(40px, 5%);
  width: 100%;
}

.InvoiceDetail__adjustments-items-list-without-actions {
  display: grid;
  grid-template-columns: minmax(120px, 26%) minmax(70px, 7%) minmax(70px, 7%) minmax(120px, 20%) minmax(70px, 7%) minmax(180px, 33%);
  width: 100%;
}

.InvoiceDetail__notes-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: 100%;
}

.InvoiceDetail__notes-list-customer {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 100%;
}

.InvoiceDetail__transaction-list {
  display: grid;
  grid-template-columns: minmax(88px, 5%) minmax(132px, 10%) minmax(100px, 10%) minmax(175px, 20%) minmax(120px, 5%) minmax(160px, 50%) 34px;
  width: 100%;
}

/*===== Info Card =====*/

.info-card-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*===== Add Non Ticketed item form =====*/

.InvoiceItemForm_field-datepicker {
  width: 100%;
  margin-bottom: -8px !important;
}

.InvoiceItemForm_field-autocomplete {
  margin-top: 16px;
}

.InvoiceItemForm_field-input {
  margin: 16px 0 -24px;
}

.InvoiceItemForm_field-inputWithIcon {
  margin-bottom: -24px;
  margin-top: 16px;
}

/*===== Tilled styles =====*/

:root {
  --primary-color: rgb(29, 78, 216);
}

.tilled-js_input {
  height: 2em;
  padding-left: .5rem;
  background-color: transparent;
}

.App.checkout-app {
  width: auto;
  max-width: 100%;
}

.hidden {
  display: none;
}

.transaction-modal {
  max-height: 90vh !important;
  height: auto;
}

/* TODO: remove these styles for buttons as unnecessary after the redesign */

.nav-btn {
  border: none !important;
  border-radius: 0px;
}

.submit-btn-filled {
  background-color: #0066F9;
  color: #FCFEFC;
}

.submit-btn-outlined {
  border: 2px solid #8E95A0 ;
  color: #05162F;
}

.transaction-field {
  border-bottom: 1px solid #8E95A0;
}

#cardNumber.invalid {
  color: #05162F;
}

#card-brand-icon {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: auto;
  height: 24px;
  margin-top: 8px;
  align-self: flex-start;
}

#card-brand-icon img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

#card-number-element {
  height: 28px;
}

.pay-btn {
  padding: 4px 8px;
  font-size: 14px;
  min-height: 32px;
}

#card-brand-icon.visa .card-visa {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#card-brand-icon.amex .card-amex {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#card-brand-icon.discover .card-discover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#card-brand-icon.diners .card-diners {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#card-brand-icon.mastercard .card-mastercard {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* justify-end text-2xl pr-1 slate-500 */

.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', 'sans-serif';
  font-size: 14px;
  height: 277px;
  margin: 0;
  position: relative;
  border-radius: 0 0 0 11px;
  overflow: scroll;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  outline: none;
  overflow-y: auto;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #0066F9;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #0066F9;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #0066F9;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #0066F9;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #0066F9;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #05162F;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #05162F;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #05162F;
  }
}

.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #05162F;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #05162F;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #05162F;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-editor h1 {
  font-size: 2em;
}

.ql-editor h2 {
  font-size: 1.5em;
}

.ql-editor h3 {
  font-size: 1.17em;
}

.ql-editor h4 {
  font-size: 1em;
}

.ql-editor h5 {
  font-size: 0.83em;
}

.ql-editor h6 {
  font-size: 0.67em;
}

.ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #8E95A0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #05162F;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 12px 16px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #8E95A0;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #8E95A0;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #8E95A0;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Regular';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Regular';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #8E95A0;
  border-radius: 0 11px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
          box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
  border-radius: 0 11px 11px 11px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #8E95A0;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #8E95A0;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #8E95A0;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  color: #05162F;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #8E95A0;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #8E95A0;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #0066F9;
}

.ql-container.ql-snow {
  border: 1px solid #8E95A0;
}

@media (min-width: 420px) {
  .xs\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:-top-68px {
    top: -68px;
  }

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

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

  .sm\:mr-22px {
    margin-right: 22px;
  }

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

  .sm\:mb-100px {
    margin-bottom: 100px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:w-250px {
    width: 250px;
  }

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

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

  .sm\:max-w-472px {
    max-width: 472px;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:gap-64px {
    gap: 64px;
  }

  .sm\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sm\:bg-white-06 {
    background-color: rgba(255,255,255,0.6);
  }

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

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

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

  .sm\:opacity-100 {
    opacity: 1;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  .sm\:text-90px {
    font-size: 90px;
    line-height: 110px;
  }

  .sm\:text-xxxl {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .md\:box-table {
    border-radius: 12px;
    background-color: rgba(255,255,255,1);
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:box-table {
    border-radius: 12px;
    background-color: rgba(255,255,255,1);
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 24px;
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

  .md\:mr-20px {
    margin-right: 20px;
  }

  .md\:mr-22px {
    margin-right: 22px;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:w-428px {
    width: 428px;
  }

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

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

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

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

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

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  .md\:text-xxxl {
    font-size: 40px;
    line-height: 46px;
  }

  .md\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 959px) {
  .mobile\:mt-32px {
    margin-top: 32px;
  }

  .mobile\:mr-0 {
    margin-right: 0px;
  }

  .mobile\:mr-12px {
    margin-right: 12px;
  }

  .mobile\:mb-24px {
    margin-bottom: 24px;
  }

  .mobile\:ml-12px {
    margin-left: 12px;
  }

  .mobile\:block {
    display: block;
  }

  .mobile\:hidden {
    display: none;
  }

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

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

  .mobile\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .mobile\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */
}

@media (min-width: 960px) {
  .desktop\:box-alt {
    border-radius: 12px;
    background-color: rgba(255,255,255,1);
    padding: 24px;
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:box-table {
    border-radius: 12px;
    background-color: rgba(255,255,255,1);
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:box-table {
    border-radius: 12px;
    background-color: rgba(255,255,255,1);
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 24px;
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:box-new {
    border-radius: 16px;
    background-color: rgba(255,255,255,1);
    padding: 24px;
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.18);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:relative {
    position: relative;
  }

  .desktop\:top-70px {
    top: 70px;
  }

  .desktop\:right-20px {
    right: 20px;
  }

  .desktop\:m-0 {
    margin: 0px;
  }

  .desktop\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .desktop\:mt-12px {
    margin-top: 12px;
  }

  .desktop\:mt-20px {
    margin-top: 20px;
  }

  .desktop\:mt-24px {
    margin-top: 24px;
  }

  .desktop\:mr-22px {
    margin-right: 22px;
  }

  .desktop\:mr-34px {
    margin-right: 34px;
  }

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

  .desktop\:mb-10px {
    margin-bottom: 10px;
  }

  .desktop\:mb-12px {
    margin-bottom: 12px;
  }

  .desktop\:mb-16px {
    margin-bottom: 16px;
  }

  .desktop\:mb-20px {
    margin-bottom: 20px;
  }

  .desktop\:mb-24px {
    margin-bottom: 24px;
  }

  .desktop\:mb-44px {
    margin-bottom: 44px;
  }

  .desktop\:-mb-16px {
    margin-bottom: -16px;
  }

  .desktop\:ml-10px {
    margin-left: 10px;
  }

  .desktop\:ml-24px {
    margin-left: 24px;
  }

  .desktop\:ml-40px {
    margin-left: 40px;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-64px {
    height: 64px;
  }

  .desktop\:h-68px {
    height: 68px;
  }

  .desktop\:min-h-84px {
    min-height: 84px;
  }

  .desktop\:min-h-130px {
    min-height: 130px;
  }

  .desktop\:min-h-224px {
    min-height: 224px;
  }

  .desktop\:min-h-container {
    min-height: calc(100vh - 132px);
  }

  .desktop\:min-h-containerAuth {
    min-height: calc(100vh - 400px);
  }

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

  .desktop\:w-368px {
    width: 368px;
  }

  .desktop\:w-500px {
    width: 500px;
  }

  .desktop\:w-566px {
    width: 566px;
  }

  .desktop\:w-872px {
    width: 872px;
  }

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

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

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

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

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

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

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

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

  .desktop\:max-w-480px {
    max-width: 480px;
  }

  .desktop\:max-w-890px {
    max-width: 890px;
  }

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

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

  .desktop\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .desktop\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .desktop\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .desktop\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .desktop\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .desktop\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .desktop\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .desktop\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .desktop\:gap-0 {
    gap: 0px;
  }

  .desktop\:gap-10px {
    gap: 10px;
  }

  .desktop\:gap-12px {
    gap: 12px;
  }

  .desktop\:gap-16px {
    gap: 16px;
  }

  .desktop\:gap-24px {
    gap: 24px;
  }

  .desktop\:gap-40px {
    gap: 40px;
  }

  .desktop\:gap-x-22px {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }

  .desktop\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

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

  .desktop\:rounded-24px {
    border-radius: 24px;
  }

  .desktop\:rounded-r-40px {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .desktop\:border {
    border-width: 1px;
  }

  .desktop\:border-forLine {
    --tw-border-opacity: 1;
    border-color: rgba(163, 171, 188, var(--tw-border-opacity));
  }

  .desktop\:bg-white-1 {
    background-color: rgba(255,255,255,1);
  }

  .desktop\:bg-cover {
    background-size: cover;
  }

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

  .desktop\:p-22px {
    padding: 22px;
  }

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

  .desktop\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop\:pt-24px {
    padding-top: 24px;
  }

  .desktop\:pt-64px {
    padding-top: 64px;
  }

  .desktop\:pb-88px {
    padding-bottom: 88px;
  }

  .desktop\:pl-24px {
    padding-left: 24px;
  }

  .desktop\:text-center {
    text-align: center;
  }

  .desktop\:shadow-none {
    --tw-shadow: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-panel {
    --tw-shadow: 0px 4px 24px rgba(109, 109, 150, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  .desktop\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }

  .desktop\:text-l {
    font-size: 16px;
    line-height: 24px;
  }

  .desktop\:text-m {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .lg\:-top-75px {
    top: -75px;
  }

  .lg\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:-mx-22px {
    margin-left: -22px;
    margin-right: -22px;
  }

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

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

  .lg\:mr-16px {
    margin-right: 16px;
  }

  .lg\:mr-20px {
    margin-right: 20px;
  }

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

  .lg\:mb-140px {
    margin-bottom: 140px;
  }

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

  .lg\:ml-22px {
    margin-left: 22px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-32px {
    height: 32px;
  }

  .lg\:h-44px {
    height: 44px;
  }

  .lg\:h-358px {
    height: 358px;
  }

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

  .lg\:w-500px {
    width: 500px;
  }

  .lg\:w-780px {
    width: 780px;
  }

  .lg\:w-960px {
    width: 960px;
  }

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

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

  .lg\:max-w-160px {
    max-width: 160px;
  }

  .lg\:max-w-277px {
    max-width: 277px;
  }

  .lg\:max-w-300px {
    max-width: 300px;
  }

  .lg\:max-w-920px {
    max-width: 920px;
  }

  .lg\:max-w-990px {
    max-width: 990px;
  }

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

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:gap-24px {
    gap: 24px;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pb-24px {
    padding-bottom: 24px;
  }

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

  .lg\:text-center {
    text-align: center;
  }

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

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  .lg\:text-100px {
    font-size: 100px;
    line-height: 120px;
  }

  /* 'no support' text */
}

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:-top-88px {
    top: -88px;
  }

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

  .xl\:mr-40px {
    margin-right: 40px;
  }

  .xl\:mr-64px {
    margin-right: 64px;
  }

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

  .xl\:mb-12px {
    margin-bottom: 12px;
  }

  .xl\:ml-24px {
    margin-left: 24px;
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-h-container {
    min-height: calc(100vh - 132px);
  }

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

  .xl\:w-380px {
    width: 380px;
  }

  .xl\:w-389px {
    width: 389px;
  }

  .xl\:w-440px {
    width: 440px;
  }

  .xl\:w-780px {
    width: 780px;
  }

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

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

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

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

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

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

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

  .xl\:w-436px {
    width: 436px;
  }

  .xl\:max-w-254px {
    max-width: 254px;
  }

  .xl\:max-w-433px {
    max-width: 433px;
  }

  .xl\:max-w-700px {
    max-width: 700px;
  }

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

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:p-24px {
    padding: 24px;
  }

  .xl\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:pr-24px {
    padding-right: 24px;
  }

  .xl\:pr-64px {
    padding-right: 64px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  /* 'no support' text */

  .xl\:text-120px {
    font-size: 120px;
    line-height: 140px;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  .xl\:text-extra {
    font-size: 60px;
    line-height: 65px;
  }

  .xl\:text-m {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  .\32xl\:mr-64px {
    margin-right: 64px;
  }

  .\32xl\:ml-64px {
    margin-left: 64px;
  }

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

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

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

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  .\32xl\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1536px) {
  .\33xl\:-mx-44px {
    margin-left: -44px;
    margin-right: -44px;
  }

  .\33xl\:mr-64px {
    margin-right: 64px;
  }

  .\33xl\:ml-64px {
    margin-left: 64px;
  }

  .\33xl\:block {
    display: block;
  }

  .\33xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .\33xl\:grid {
    display: grid;
  }

  .\33xl\:w-360px {
    width: 360px;
  }

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

  .\33xl\:pt-110px {
    padding-top: 110px;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */
}

@media (min-width: 1440px) {
  .maxXl\:max-w-480px {
    max-width: 480px;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */
}

@media (min-width: 2000px) {
  .max\:mt-200px {
    margin-top: 200px;
  }

  .max\:mb-60px {
    margin-bottom: 60px;
  }

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */

  /* 'no support' text */
}

