/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
  --container-max-width: 1776px;
  --gap: 0.5rem;
}

@media (min-width: 768px) {

  :root {
    --gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  :root {
    --gap: 2rem;
  }
}

@media (min-width: 0px) {

  :root {
    --padding-px: 18px;
  }
}

@media (min-width: 576px) {

  :root {
    --padding-px: 32px;
  }
}

@media (min-width: 768px) {

  :root {
    --padding-px: 46px;
  }
}

@media (min-width: 912px) {

  :root {
    --padding-px: 50px;
  }
}

@media (min-width: 1024px) {

  :root {
    --padding-px: 70px;
  }
}

@media (min-width: 1280px) {

  :root {
    --padding-px: 85px;
  }
}

@media (min-width: 1536px) {

  :root {
    --padding-px: 120px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
body.loading * {
      transition: none !important;
    }
:not(.grid) > * {
  grid-column: content;
}
a {
  cursor: pointer;
}
@media (hover: hover) {
a {
      color: currentColor !important;
} 
  }
input {
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input[type="number"] {
    /* Firefox */
    -moz-appearance: textfield;
    /* Chrome, Safari, Edge, Opera */
  }
input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
hr {
  opacity: 1;
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Regular.eot?ce3a8d794dcd05f7d81932e0d7f36376);
  src: url(/fonts/Poppins-Regular.eot?ce3a8d794dcd05f7d81932e0d7f36376?#iefix) format('embedded-opentype'),
       url(/fonts/Poppins-Regular.ttf?35d26b781dc5fda684cce6ea04a41a75) format('truetype'),
       url(/fonts/Poppins-Regular.woff?d4fc1fa726734cbd24ea8dd849ca22dd) format('woff'),
       url(/fonts/Poppins-Regular.woff2?9641d5d087bc9e626d4cb6b011f8753a) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Medium.eot?dbe92da1a5a9a24c37f5bdae02b123d7);
  src: url(/fonts/Poppins-Medium.eot?dbe92da1a5a9a24c37f5bdae02b123d7?#iefix) format('embedded-opentype'),
       url(/fonts/Poppins-Medium.ttf?673ed42382ab264e0bf5b33f3579568c) format('truetype'),
       url(/fonts/Poppins-Medium.woff?a865de34abf7505f9676d7863c096c7c) format('woff'),
       url(/fonts/Poppins-Medium.woff2?13c404f85f4b8532e4e9e256d31f4115) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-SemiBold.eot?63cdc228572af5166835094f1eb08b87);
  src: url(/fonts/Poppins-SemiBold.eot?63cdc228572af5166835094f1eb08b87?#iefix) format('embedded-opentype'),
       url(/fonts/Poppins-SemiBold.ttf?ac8d04b620e54be9b0f0f4851d56e4dd) format('truetype'),
       url(/fonts/Poppins-SemiBold.woff?ea70cb215f69e627ea664a112b81098e) format('woff'),
       url(/fonts/Poppins-SemiBold.woff2?b2be0bf638eacbb24415af115fdb0ffb) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Bold.eot?6dcba66b5871cab227f0f1e0e78f1af0);
  src: url(/fonts/Poppins-Bold.eot?6dcba66b5871cab227f0f1e0e78f1af0?#iefix) format('embedded-opentype'),
       url(/fonts/Poppins-Bold.ttf?cdb29a5d7ccf57ff05a3fd9216d11771) format('truetype'),
       url(/fonts/Poppins-Bold.woff?5066d3d58b3f2d19bac776f1ccfec6bb) format('woff'),
       url(/fonts/Poppins-Bold.woff2?02d30d49f061087e62755835b35d8a08) format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-Italic.eot?bab9f12cdf6af3f726c99f4fcc0254e5);
  src: url(/fonts/Poppins-Italic.eot?bab9f12cdf6af3f726c99f4fcc0254e5?#iefix) format('embedded-opentype'),
       url(/fonts/Poppins-Italic.ttf?e373f6163127e2d469afec43433ce6ef) format('truetype'),
       url(/fonts/Poppins-Italic.woff?079180473f2dd2f4e1c0dd4c8fcbfe0c) format('woff'),
       url(/fonts/Poppins-Italic.woff2?3a07eab52bc91374d82cd9f1828dab75) format('woff2');
  font-style: italic;
}
@font-face {
  font-family: 'JUB-iconset-light';
  src:  url(/fonts/JUB-iconset-light.eot?a0ec183f1ddb14e6b37cb4e9d94b041f);
  src:  url(/fonts/JUB-iconset-light.eot?a0ec183f1ddb14e6b37cb4e9d94b041f#iefix) format('embedded-opentype'),
    url(/fonts/JUB-iconset-light.ttf?f8ec84232a110b3a1f5640f8f420d9d1) format('truetype'),
    url(/fonts/JUB-iconset-light.woff?9b6fedbea90bfde2e87ab3410af739bb) format('woff'),
    url(/fonts/JUB-iconset-light.svg?77150428d17231c0532b384dacfd831d#JUB-iconset-light) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
h1, .h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
h2, .h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
}
h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
h4, .h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
h5, .h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
b, strong {
  font-weight: 700;
}
[class^="icon_light-"], [class*=" icon_light-"] {
  font-family: 'JUB-iconset-light' !important;
  line-height: 1 !important;
}
[class^="icon_light-"], [class*=" icon_light-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_light-d_box:before {
  content: "\e900";
}
.icon_light-add_ring:before {
  content: "\e901";
}
.icon_light-add_round:before {
  content: "\e902";
}
.icon_light-add_square:before {
  content: "\e903";
}
.icon_light-alarm:before {
  content: "\e904";
}
.icon_light-alarmclock:before {
  content: "\e905";
}
.icon_light-angry:before {
  content: "\e906";
}
.icon_light-arhive_load:before {
  content: "\e907";
}
.icon_light-arhivealt:before {
  content: "\e908";
}
.icon_light-arhive:before {
  content: "\e909";
}
.icon_light-array:before {
  content: "\e90a";
}
.icon_light-arrow_45_long:before {
  content: "\e90b";
}
.icon_light-arrow_down_long:before {
  content: "\e90c";
}
.icon_light-arrow_down:before {
  content: "\e90d";
}
.icon_light-arrow_drop_down:before {
  content: "\e90e";
}
.icon_light-arrow_drop_left:before {
  content: "\e90f";
}
.icon_light-arrow_drop_right:before {
  content: "\e910";
}
.icon_light-arrow_drop_up:before {
  content: "\e911";
}
.icon_light-arrow_left_long:before {
  content: "\e912";
}
.icon_light-arrow_left:before {
  content: "\e913";
}
.icon_light-arrow_right_long:before {
  content: "\e914";
}
.icon_light-arrow_right:before {
  content: "\e915";
}
.icon_light-arrow_top_long:before {
  content: "\e916";
}
.icon_light-arrow_top:before {
  content: "\e917";
}
.icon_light-back:before {
  content: "\e918";
}
.icon_light-bag_alt:before {
  content: "\e919";
}
.icon_light-bag:before {
  content: "\e91a";
}
.icon_light-basket:before {
  content: "\e91b";
}
.icon_light-battery_full:before {
  content: "\e91c";
}
.icon_light-battery_low:before {
  content: "\e91d";
}
.icon_light-bell_pin:before {
  content: "\e91e";
}
.icon_light-bell:before {
  content: "\e91f";
}
.icon_light-blank_alt:before {
  content: "\e920";
}
.icon_light-blank:before {
  content: "\e921";
}
.icon_light-book_check:before {
  content: "\e922";
}
.icon_light-book_open:before {
  content: "\e923";
}
.icon_light-book:before {
  content: "\e924";
}
.icon_light-bookmark:before {
  content: "\e925";
}
.icon_light-box_open:before {
  content: "\e926";
}
.icon_light-box:before {
  content: "\e927";
}
.icon_light-broken_heart:before {
  content: "\e928";
}
.icon_light-bug:before {
  content: "\e929";
}
.icon_light-calc:before {
  content: "\e92a";
}
.icon_light-calendar:before {
  content: "\e92b";
}
.icon_light-calories:before {
  content: "\e92c";
}
.icon_light-camera:before {
  content: "\e92d";
}
.icon_light-cancel:before {
  content: "\e92e";
}
.icon_light-carbs:before {
  content: "\e92f";
}
.icon_light-chart_alt:before {
  content: "\e930";
}
.icon_light-chart:before {
  content: "\e931";
}
.icon_light-chat_alt_2:before {
  content: "\e932";
}
.icon_light-chat_alt_3:before {
  content: "\e933";
}
.icon_light-chat_alt_add_2:before {
  content: "\e934";
}
.icon_light-chat_alt_add:before {
  content: "\e935";
}
.icon_light-chat_alt:before {
  content: "\e936";
}
.icon_light-chat_plus_2:before {
  content: "\e937";
}
.icon_light-chat_plus:before {
  content: "\e938";
}
.icon_light-chat:before {
  content: "\e939";
}
.icon_light-check_ring_round:before {
  content: "\e93a";
}
.icon_light-check_ring:before {
  content: "\e93b";
}
.icon_light-circle_left:before {
  content: "\e93c";
}
.icon_light-circle_right:before {
  content: "\e93d";
}
.icon_light-close_ring:before {
  content: "\e93e";
}
.icon_light-close_round:before {
  content: "\e93f";
}
.icon_light-close_square:before {
  content: "\e940";
}
.icon_light-cloud:before {
  content: "\e941";
}
.icon_light-code:before {
  content: "\e942";
}
.icon_light-collapse:before {
  content: "\e943";
}
.icon_light-color_mode:before {
  content: "\e944";
}
.icon_light-compass:before {
  content: "\e945";
}
.icon_light-copy_alt:before {
  content: "\e946";
}
.icon_light-copy:before {
  content: "\e947";
}
.icon_light-cpu:before {
  content: "\e948";
}
.icon_light-credit-card:before {
  content: "\e949";
}
.icon_light-critical:before {
  content: "\e94a";
}
.icon_light-dashboard_alt:before {
  content: "\e94b";
}
.icon_light-dashboard:before {
  content: "\e94c";
}
.icon_light-database_2:before {
  content: "\e94d";
}
.icon_light-database:before {
  content: "\e94e";
}
.icon_light-date_range:before {
  content: "\e94f";
}
.icon_light-date_today:before {
  content: "\e950";
}
.icon_light-del_alt:before {
  content: "\e951";
}
.icon_light-dell:before {
  content: "\e952";
}
.icon_light-desk_alt:before {
  content: "\e953";
}
.icon_light-desk:before {
  content: "\e954";
}
.icon_light-desktop:before {
  content: "\e955";
}
.icon_light-dimond_alt:before {
  content: "\e956";
}
.icon_light-dimond:before {
  content: "\e957";
}
.icon_light-done_all_alt_round:before {
  content: "\e958";
}
.icon_light-done_all_round:before {
  content: "\e959";
}
.icon_light-done_ring_round:before {
  content: "\e95a";
}
.icon_light-done_round:before {
  content: "\e95b";
}
.icon_light-done:before {
  content: "\e95c";
}
.icon_light-down:before {
  content: "\e95d";
}
.icon_light-download:before {
  content: "\e95e";
}
.icon_light-drink:before {
  content: "\e95f";
}
.icon_light-e-mail:before {
  content: "\e960";
}
.icon_light-edit:before {
  content: "\e961";
}
.icon_light-expand_down_double:before {
  content: "\e962";
}
.icon_light-expand_down_stop:before {
  content: "\e963";
}
.icon_light-expand_down:before {
  content: "\e964";
}
.icon_light-expand_left_double:before {
  content: "\e965";
}
.icon_light-expand_left_stop:before {
  content: "\e966";
}
.icon_light-expand_left:before {
  content: "\e967";
}
.icon_light-expand_right_double:before {
  content: "\e968";
}
.icon_light-expand_right_stop:before {
  content: "\e969";
}
.icon_light-expand_right:before {
  content: "\e96a";
}
.icon_light-expand_top_stop:before {
  content: "\e96b";
}
.icon_light-expand_up_double:before {
  content: "\e96c";
}
.icon_light-expand_up:before {
  content: "\e96d";
}
.icon_light-export:before {
  content: "\e96e";
}
.icon_light-fat:before {
  content: "\e96f";
}
.icon_light-favorite:before {
  content: "\e970";
}
.icon_light-file_dock:before {
  content: "\e971";
}
.icon_light-file:before {
  content: "\e972";
}
.icon_light-filter_alt_2:before {
  content: "\e973";
}
.icon_light-filter_alt:before {
  content: "\e974";
}
.icon_light-filter_big_alt:before {
  content: "\e975";
}
.icon_light-filter_big:before {
  content: "\e976";
}
.icon_light-filter:before {
  content: "\e977";
}
.icon_light-fire:before {
  content: "\e978";
}
.icon_light-flag_alt:before {
  content: "\e979";
}
.icon_light-flag_finish:before {
  content: "\e97a";
}
.icon_light-flag:before {
  content: "\e97b";
}
.icon_light-fluid:before {
  content: "\e97c";
}
.icon_light-folder_alt:before {
  content: "\e97d";
}
.icon_light-folder_del:before {
  content: "\e97e";
}
.icon_light-folder_search:before {
  content: "\e97f";
}
.icon_light-folder-document:before {
  content: "\e980";
}
.icon_light-folder:before {
  content: "\e981";
}
.icon_light-form:before {
  content: "\e982";
}
.icon_light-frame:before {
  content: "\e983";
}
.icon_light-full_alt:before {
  content: "\e984";
}
.icon_light-full:before {
  content: "\e985";
}
.icon_light-gamepad:before {
  content: "\e986";
}
.icon_light-gps_fixed:before {
  content: "\e987";
}
.icon_light-group_share:before {
  content: "\e988";
}
.icon_light-happy_2:before {
  content: "\e989";
}
.icon_light-happy:before {
  content: "\e98a";
}
.icon_light-headphones_fill:before {
  content: "\e98b";
}
.icon_light-home:before {
  content: "\e98c";
}
.icon_light-horizontal_down_left_main:before {
  content: "\e98d";
}
.icon_light-horizontal_down_right_main:before {
  content: "\e98e";
}
.icon_light-horizontal_top_left_main:before {
  content: "\e98f";
}
.icon_light-horizontal_top_right_main:before {
  content: "\e990";
}
.icon_light-humidity:before {
  content: "\e991";
}
.icon_light-img_box:before {
  content: "\e992";
}
.icon_light-img_load-box:before {
  content: "\e993";
}
.icon_light-img_out-box:before {
  content: "\e994";
}
.icon_light-img:before {
  content: "\e995";
}
.icon_light-import:before {
  content: "\e996";
}
.icon_light-in:before {
  content: "\e997";
}
.icon_light-info:before {
  content: "\e998";
}
.icon_light-insta:before {
  content: "\e999";
}
.icon_light-json:before {
  content: "\e99a";
}
.icon_light-key:before {
  content: "\e99b";
}
.icon_light-lable:before {
  content: "\e99c";
}
.icon_light-lamp:before {
  content: "\e99d";
}
.icon_light-layers:before {
  content: "\e99e";
}
.icon_light-lightning_ring:before {
  content: "\e99f";
}
.icon_light-lightning:before {
  content: "\e9a0";
}
.icon_light-line_in_alt:before {
  content: "\e9a1";
}
.icon_light-line_in:before {
  content: "\e9a2";
}
.icon_light-line_out_alt:before {
  content: "\e9a3";
}
.icon_light-line_out:before {
  content: "\e9a4";
}
.icon_light-line_straight:before {
  content: "\e9a5";
}
.icon_light-line:before {
  content: "\e9a6";
}
.icon_light-link_alt:before {
  content: "\e9a7";
}
.icon_light-link:before {
  content: "\e9a8";
}
.icon_light-load_circle:before {
  content: "\e9a9";
}
.icon_light-lock:before {
  content: "\e9aa";
}
.icon_light-lol:before {
  content: "\e9ab";
}
.icon_light-materials:before {
  content: "\e9ac";
}
.icon_light-menu_2:before {
  content: "\e9ad";
}
.icon_light-menu:before {
  content: "\e9ae";
}
.icon_light-message_open:before {
  content: "\e9af";
}
.icon_light-message:before {
  content: "\e9b0";
}
.icon_light-mic_alt:before {
  content: "\e9b1";
}
.icon_light-mic:before {
  content: "\e9b2";
}
.icon_light-minus:before {
  content: "\e9b3";
}
.icon_light-mobile:before {
  content: "\e9b4";
}
.icon_light-moon_alt:before {
  content: "\e9b5";
}
.icon_light-moon:before {
  content: "\e9b6";
}
.icon_light-more:before {
  content: "\e9b7";
}
.icon_light-mouse:before {
  content: "\e9b8";
}
.icon_light-move_alt:before {
  content: "\e9b9";
}
.icon_light-move:before {
  content: "\e9ba";
}
.icon_light-music:before {
  content: "\e9bb";
}
.icon_light-nesting:before {
  content: "\e9bc";
}
.icon_light-news:before {
  content: "\e9bd";
}
.icon_light-nfc:before {
  content: "\e9be";
}
.icon_light-notebook:before {
  content: "\e9bf";
}
.icon_light-oil:before {
  content: "\e9c0";
}
.icon_light-order:before {
  content: "\e9c1";
}
.icon_light-out:before {
  content: "\e9c2";
}
.icon_light-paper:before {
  content: "\e9c3";
}
.icon_light-percent:before {
  content: "\e9c4";
}
.icon_light-phone:before {
  content: "\e9c5";
}
.icon_light-pin_alt_2:before {
  content: "\e9c6";
}
.icon_light-pin_alt:before {
  content: "\e9c7";
}
.icon_light-pin:before {
  content: "\e9c8";
}
.icon_light-pined:before {
  content: "\e9c9";
}
.icon_light-pipe:before {
  content: "\e9ca";
}
.icon_light-play:before {
  content: "\e9cb";
}
.icon_light-plus:before {
  content: "\e9cc";
}
.icon_light-pressure:before {
  content: "\e9cd";
}
.icon_light-protein:before {
  content: "\e9ce";
}
.icon_light-question:before {
  content: "\e9cf";
}
.icon_light-rain:before {
  content: "\e9d0";
}
.icon_light-reduce:before {
  content: "\e9d1";
}
.icon_light-refresh_2:before {
  content: "\e9d2";
}
.icon_light-refresh:before {
  content: "\e9d3";
}
.icon_light-refund_back:before {
  content: "\e9d4";
}
.icon_light-refund_down:before {
  content: "\e9d5";
}
.icon_light-refund_forward:before {
  content: "\e9d6";
}
.icon_light-refund_top:before {
  content: "\e9d7";
}
.icon_light-regroup:before {
  content: "\e9d8";
}
.icon_light-remote:before {
  content: "\e9d9";
}
.icon_light-remove:before {
  content: "\e9da";
}
.icon_light-rename:before {
  content: "\e9db";
}
.icon_light-return:before {
  content: "\e9dc";
}
.icon_light-ring:before {
  content: "\e9dd";
}
.icon_light-rofl:before {
  content: "\e9de";
}
.icon_light-sad_alt_2:before {
  content: "\e9df";
}
.icon_light-sad_alt:before {
  content: "\e9e0";
}
.icon_light-sad:before {
  content: "\e9e1";
}
.icon_light-save:before {
  content: "\e9e2";
}
.icon_light-scan_alt_2:before {
  content: "\e9e3";
}
.icon_light-scan_alt:before {
  content: "\e9e4";
}
.icon_light-scan:before {
  content: "\e9e5";
}
.icon_light-search_alt:before {
  content: "\e9e6";
}
.icon_light-search:before {
  content: "\e9e7";
}
.icon_light-send_hor:before {
  content: "\e9e8";
}
.icon_light-send:before {
  content: "\e9e9";
}
.icon_light-server:before {
  content: "\e9ea";
}
.icon_light-setting_alt_line:before {
  content: "\e9eb";
}
.icon_light-setting_line:before {
  content: "\e9ec";
}
.icon_light-shield_check:before {
  content: "\e9ed";
}
.icon_light-shield:before {
  content: "\e9ee";
}
.icon_light-shop:before {
  content: "\e9ef";
}
.icon_light-sign_in_circle:before {
  content: "\e9f0";
}
.icon_light-sign_in_squre:before {
  content: "\e9f1";
}
.icon_light-sign_out_circle:before {
  content: "\e9f2";
}
.icon_light-sign_out_squre:before {
  content: "\e9f3";
}
.icon_light-sort-list_alt:before {
  content: "\e9f4";
}
.icon_light-sort-list:before {
  content: "\e9f5";
}
.icon_light-sort_alfa:before {
  content: "\e9f6";
}
.icon_light-sort_arrow:before {
  content: "\e9f7";
}
.icon_light-sort_down:before {
  content: "\e9f8";
}
.icon_light-sort_random:before {
  content: "\e9f9";
}
.icon_light-sort_up:before {
  content: "\e9fa";
}
.icon_light-sort:before {
  content: "\e9fb";
}
.icon_light-sound_max:before {
  content: "\e9fc";
}
.icon_light-sound_min:before {
  content: "\e9fd";
}
.icon_light-sound_mute:before {
  content: "\e9fe";
}
.icon_light-sound:before {
  content: "\e9ff";
}
.icon_light-stackframe:before {
  content: "\ea00";
}
.icon_light-star:before {
  content: "\ea01";
}
.icon_light-stat:before {
  content: "\ea02";
}
.icon_light-status_list:before {
  content: "\ea03";
}
.icon_light-status:before {
  content: "\ea04";
}
.icon_light-stop_and_play:before {
  content: "\ea05";
}
.icon_light-stop:before {
  content: "\ea06";
}
.icon_light-storm:before {
  content: "\ea07";
}
.icon_light-structure:before {
  content: "\ea08";
}
.icon_light-subttasks_alt:before {
  content: "\ea09";
}
.icon_light-subttasks:before {
  content: "\ea0a";
}
.icon_light-sun:before {
  content: "\ea0b";
}
.icon_light-sunlight:before {
  content: "\ea0c";
}
.icon_light-target:before {
  content: "\ea0d";
}
.icon_light-temperature:before {
  content: "\ea0e";
}
.icon_light-ticket:before {
  content: "\ea0f";
}
.icon_light-time_atack:before {
  content: "\ea10";
}
.icon_light-time_progress:before {
  content: "\ea11";
}
.icon_light-time:before {
  content: "\ea12";
}
.icon_light-timer:before {
  content: "\ea13";
}
.icon_light-transfer_down:before {
  content: "\ea14";
}
.icon_light-transfer_left:before {
  content: "\ea15";
}
.icon_light-transfer_long_down:before {
  content: "\ea16";
}
.icon_light-transfer_long_left:before {
  content: "\ea17";
}
.icon_light-transfer_long_right:before {
  content: "\ea18";
}
.icon_light-transfer_long_top:before {
  content: "\ea19";
}
.icon_light-transfer_right:before {
  content: "\ea1a";
}
.icon_light-transfer_top:before {
  content: "\ea1b";
}
.icon_light-transger:before {
  content: "\ea1c";
}
.icon_light-trash:before {
  content: "\ea1d";
}
.icon_light-truck:before {
  content: "\ea1e";
}
.icon_light-turbine:before {
  content: "\ea1f";
}
.icon_light-unlock:before {
  content: "\ea20";
}
.icon_light-up:before {
  content: "\ea21";
}
.icon_light-upload_circle:before {
  content: "\ea22";
}
.icon_light-upload_cloud:before {
  content: "\ea23";
}
.icon_light-upload_line:before {
  content: "\ea24";
}
.icon_light-upload:before {
  content: "\ea25";
}
.icon_light-user_add_alt:before {
  content: "\ea26";
}
.icon_light-user_add:before {
  content: "\ea27";
}
.icon_light-user_box:before {
  content: "\ea28";
}
.icon_light-user_cicrle:before {
  content: "\ea29";
}
.icon_light-user:before {
  content: "\ea2a";
}
.icon_light-video_file:before {
  content: "\ea2b";
}
.icon_light-video:before {
  content: "\ea2c";
}
.icon_light-view_alt:before {
  content: "\ea2d";
}
.icon_light-view_hide:before {
  content: "\ea2e";
}
.icon_light-view:before {
  content: "\ea2f";
}
.icon_light-wallet_alt:before {
  content: "\ea30";
}
.icon_light-wallet:before {
  content: "\ea31";
}
.icon_light-water:before {
  content: "\ea32";
}
.icon_light-widget_alt:before {
  content: "\ea33";
}
.icon_light-widget:before {
  content: "\ea34";
}
.icon_light-winter:before {
  content: "\ea35";
}
.icon_light-world_alt:before {
  content: "\ea36";
}
.icon_light-world:before {
  content: "\ea37";
}
.icon_light-wow:before {
  content: "\ea38";
}
.file-name-icon {
  position: absolute;
  left: 0.25rem;
  bottom: -1px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}
.container {
  width: 100%;
}
@media (min-width: 0px) {

  .container {
    max-width: 0px;
  }
}
@media (min-width: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 912px) {

  .container {
    max-width: 912px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.cart-amount {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-x: -48%;
  transform: translate(-48%, 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 79, 1);
  background-color: rgba(77, 77, 79, var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.product-card {
    transition: background 0.3s ease;
  }
.product-card:hover {
      background-color: rgba(255,255,255,0.53333) !important;
    }
.product-card .product-card-modal-btn:hover .bg-underline {
          background-size: 0 0.1em, 100% 0.1em;
          transition: background-size 0.5s 0s ease-out;
        }
.select-dropdown .selected {
      background-color: #E5E5E2;
    }
.select-dropdown ul {
  border-radius: 0.375rem;
}
.select-dropdown li {
  cursor: pointer;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.select-dropdown li:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.select-dropdown li:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.select-dropdown li:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.grid-menu {
    grid-template-columns: minmax(200px, min(296px, 50%)) max(0px, 50%);
  }
.suggestions::after {
      content: '';
      position: absolute;
      top: 0;
      left: 22px;
      width: 0.75rem;
      height: 0.75rem;
      border: 1px solid #E5E5E2;
      background-color: #FFFFFF;
      transform: translate(-50%, 50%) rotate(45deg);
      z-index: -1;
    }
iframe[src*="youtube"], iframe[src*="vimeo"] {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
.btn-base {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-base:hover {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,0.24);
  --tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 12px 0 rgba(0,0,0,0.24);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.btn-base.\!border:hover {
  border-color: transparent;
}
.btn-toolbar {
  gap: 0.75rem !important;
  padding: 0.5rem !important;
}
.btn-toolbar {
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-toolbar:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 226, 1);
  background-color: rgba(229, 229, 226, var(--tw-bg-opacity));
}
.plus-sign {
  position: relative;
  width: 5px;
  height: 1px;
  transition: width 0.25s ease-in-out;
}
.plus-sign span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: width 0.25s ease-in-out, transform 0.25s ease-in-out;
  }
.plus-sign span:nth-child(2) {
      transform: rotate(90deg);
    }
.accordion.animation-open .plus-sign {
      width: 7px;
    }
.accordion.animation-open .plus-sign span:nth-child(1) {
          transform: rotate(180deg);
        }
.accordion.animation-open .plus-sign span:nth-child(2) {
          transform: rotate(-180deg);
        }
.accordion.animation-open .accordion__trigger > [class*="icon_light-"]:not(.icon_light-user_cicrle) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion.expanded .plus-sign {
      width: 7px;
    }
.accordion.expanded .plus-sign span:nth-child(1) {
          transform: rotate(180deg);
        }
.accordion.expanded .plus-sign span:nth-child(2) {
          transform: rotate(-180deg);
        }
.accordion.expanded > .accordion__trigger > [class*="icon_light-"]:not(.icon_light-user_cicrle) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion.animation-close .plus-sign {
      width: 5px;
    }
.accordion.animation-close .plus-sign span:nth-child(1) {
          transform: rotate(0deg);
        }
.accordion.animation-close .plus-sign span:nth-child(2) {
          transform: rotate(90deg);
        }
.accordion.animation-close .accordion__trigger > [class*="icon_light-"] {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion .accordion__trigger > [class*="icon_light-"] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion .accordion__trigger:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, 1) !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(137, 140, 142, 1) !important;
  color: rgba(137, 140, 142, var(--tw-text-opacity)) !important;
}
.ng-confirm .ng-confirm-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 79, 1) !important;
  background-color: rgba(77, 77, 79, var(--tw-bg-opacity)) !important;
  opacity: 0.8 !important;
}
.ng-confirm .container {
  height: 100%;
  max-width: 100%;
  align-items: center;
  justify-items: center;
  padding: 0px;
  --max: calc((var(--container-max-width) - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, calc((1776px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start]
            minmax(0, calc((1776px - (0.5rem * 11)) / 12))
            [content-gap]
            calc(0.5rem / 2)
            [half]
            calc(0.5rem / 2)
            repeat(5, [content-start] minmax(0, calc((1776px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start] minmax(0, calc((1776px - (0.5rem * 11)) / 12))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start]
            minmax(0, var(--max))
            [content-gap]
            calc(var(--gap) / 2)
            [half]
            calc(var(--gap) / 2)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start] minmax(0, var(--max))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-auto-rows: auto;
  width: 100%;
}
.hide-nav .ng-confirm .container:not(#header) > .gap-10 {
        gap: 0;
        transition: gap 0s 0.3s ease;
      }
.ng-confirm .container > .row {
  margin: 0px;
  display: block;
  max-height: 100%;
  max-width: 56rem;
}
.ng-confirm .ng-confirm-closeIcon {
  top: 0.75rem !important;
  right: 0.75rem !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(137, 140, 142, 1) !important;
  color: rgba(137, 140, 142, var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}
.ng-confirm .ng-confirm-closeIcon:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(137, 140, 142, 1) !important;
  color: rgba(137, 140, 142, var(--tw-text-opacity)) !important;
}
.ng-confirm .ng-confirm-closeIcon:before {
      content: "\e940";
    }
.ng-confirm .ng-confirm-closeIcon span {
      display: none;
    }
.ng-confirm .ng-confirm-box-p {
  width: -moz-min-content;
  width: min-content;
  min-width: 30rem;
  padding: 0px;
}
.ng-confirm .ng-confirm-box {
  margin: 0px !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 2.5rem !important;
}
.ng-confirm .ng-confirm-box {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  text-align: center;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons {
  float: none !important;
  padding-bottom: 2.5rem !important;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default {
  background-color: transparent !important;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 79, 1);
  border-color: rgba(77, 77, 79, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,0.24) !important;
  --tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 12px 0 rgba(0,0,0,0.24) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default:last-child {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 36, 39, 1) !important;
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity)) !important;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Icons */
.ng-confirm-closeIcon {
  font-family: 'JUB-iconset-light' !important;
  line-height: 1 !important;
}
.ng-confirm-closeIcon {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox input:checked + label svg path {
          transition: stroke-dashoffset 0.15s 0.1s ease;
          stroke-dashoffset: 0;
        }
.checkbox input:checked + label .faux-checkbox {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 36, 39, 1) !important;
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity)) !important;
}
.checkbox input:checked + label .faux-checkbox {
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
}
.checkbox input:disabled + label {
  cursor: default;
}
.checkbox input:disabled + label .faux-checkbox {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, 1) !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}
.checkbox input:disabled + label .faux-checkbox {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
}
.checkbox input:disabled + label .faux-checkbox svg path {
            stroke: #898C8E;
          }
.checkbox-holder .faux-checkbox {
    flex-shrink: 0;
    border-radius: 5px;
  }
.checkbox-holder svg {
    margin-bottom: 1px;
  }
.checkbox-holder svg path {
      transition: stroke-dashoffset 0.15s ease;
      stroke: currentColor;
      stroke-dasharray: 20;
      stroke-dashoffset: 20;
    }
.switch-checkbox .faux-switch {
    position: relative;
    width: 2rem;
    height: 1rem;
    border-radius: 9999px;
    border: 1px solid #4D4D4F;
    cursor: pointer;
    transition: all 0.25s ease;
  }
.switch-checkbox .faux-switch div {
      position: absolute;
      height: 0.625rem;
      width: 0.625rem;
      border-radius: 50%;
      background-color: #4D4D4F;
      top: 0.125rem;
      left: 0.125rem;
      transition: all 0.25s ease;
    }
.switch-checkbox input:checked ~ .faux-switch {
        border-color: #FF2427;
        background-color: #FF2427;
      }
.switch-checkbox input:checked ~ .faux-switch div {
          left: 1.125rem;
          background-color: #FFFFFF;
        }
#cookie-modal {
  position: fixed;
  bottom: 84px;
  right: 42px;
  opacity: 0;
  z-index: -1;
  max-width: 480px;
  pointer-events: none;
  transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s;
}
#cc-main {
  --cc-bg: #ffffff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;

  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000000;
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);

  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000000;
  --cc-btn-secondary-hover-border-color: #d4dae0;

  --cc-separator-border-color: #f0f4f7;

  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #ffffff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);

  --cc-toggle-enabled-icon-color: var(--cc-bg);  /* yes (v tick) */
  --cc-toggle-disabled-icon-color: var(--cc-bg);  /* no (x tick) */

  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);

  --cc-section-category-border: var(--cc-cookie-category-block-bg);

  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;

  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);

  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
}
html #cc-main {
    font: inherit;
  }
html #cc-main .cm-wrapper {
      display: none;
    }
html #cc-main .pm-wrapper {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      z-index: -1;
      pointer-events: none;
      transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s;
      padding: 24px;
    }
html.show--consent #cookie-modal {
      opacity: 1;
      z-index: 9999;
      pointer-events: auto;
      transition: opacity 0.5s ease, z-index 0s, pointer-events 0s;
    }
html.show--preferences #cookie-modal {
      opacity: 0;
      z-index: -1;
      pointer-events: none;
      transition: opacity 0.5s ease, z-index 0s 0.5s, pointer-events 0s 0.5s;
    }
html.show--preferences #cc-main .pm-wrapper {
        position: fixed;
        opacity: 1;
        z-index: 9999;
        pointer-events: auto;
        transition: opacity 0.5s ease, z-index 0s, pointer-events 0s;
      }
.dx-widget, .dx-menu-base {
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.dx-selectbox input, .dx-textbox input, .dx-texteditor input, .dx-field input, .dx-selectbox textarea, .dx-textbox textarea, .dx-texteditor textarea, .dx-field textarea {
  border-style: none;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dx-datagrid-focus-overlay {
  border: 0.5px solid #898C8E;
}
.dx-overlay-wrapper .dx-toast-message {
  font-weight: 400;
}
.dx-overlay-wrapper .dx-toast-success {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 170, 25, 1);
  background-color: rgba(62, 170, 25, var(--tw-bg-opacity));
}
.dx-overlay-wrapper .dx-toast-error {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 36, 39, 1);
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity));
}
.dx-datagrid {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.dx-datagrid .dx-datagrid-headers {
  border-style: none;
}
.dx-datagrid .dx-datagrid-headers .dx-header-row {
  min-height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.dx-datagrid .dx-datagrid-headers .dx-header-row td {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
}
.dx-datagrid .dx-datagrid-headers .dx-header-row td .dx-datagrid-text-content {
  white-space: normal;
}
.dx-datagrid .dx-datagrid-headers .dx-datagrid-filter-row td {
        border: none;
        border-bottom: 1px solid #E5E5E2;
      }
.dx-datagrid .dx-datagrid-rowsview {
  overflow: visible;
  border-style: none;
}
.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-table .dx-row td {
          border-bottom: 1px solid #E5E5E2;
          border-left-width: 0px;
          border-right-width: 0px;
        }
.dx-datagrid .dx-datagrid-rowsview .dx-row > td:not(does-not-exist).options-cell,.dx-datagrid .dx-datagrid-rowsview .dx-row > tr > td.options-cell {
  overflow: visible;
  white-space: normal;
}
.dx-datagrid .dx-datagrid-rowsview.dx-empty .dx-datagrid-table .dx-row td {
            border-bottom: none; 
          }
.dx-datagrid td {
  padding: 10px !important;
}
.dx-datagrid .dx-datagrid-headers td:not(.dx-command-select) {
  vertical-align: top !important;
}
.dx-datagrid .dx-toolbar {
  margin-bottom: 1.5rem;
}
.dx-datagrid .dx-column-indicators {
  display: inline-flex;
  align-items: center;
}
.dx-datagrid .dx-error-row .dx-error-message {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 36, 39, 1);
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity));
}
.dx-pager {
  padding-top: 1.5rem;
}
.dx-pager .dx-page-sizes, .dx-pager .dx-pages {
  display: flex;
  align-items: center;
}
.dx-pager .dx-page-sizes .dx-page-size, .dx-pager .dx-pages .dx-page-size, .dx-pager .dx-page-sizes .dx-page, .dx-pager .dx-pages .dx-page {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
  padding-bottom: 1px;
}
.dx-pager .dx-page-sizes .dx-selection, .dx-pager .dx-pages .dx-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 140, 142, 1);
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dx-pager .dx-page-sizes .dx-page-indexes, .dx-pager .dx-pages .dx-page-indexes {
  display: flex;
  align-items: center;
}
.dx-pager .dx-command-edit {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, 1);
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.dx-pager .dx-command-edit:last-child {
  text-align: right !important;
}
.dx-datagrid-form-buttons-container {
  display: flex;
}
.dx-popup-bottom [role="button"]:not(.dx-dropdowneditor-button), .dx-datagrid-edit-form [role="button"]:not(.dx-dropdowneditor-button), .dx-toolbar-items-container [role="button"]:not(.dx-dropdowneditor-button) {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.dx-popup-bottom [role="button"]:not(.dx-dropdowneditor-button):hover, .dx-datagrid-edit-form [role="button"]:not(.dx-dropdowneditor-button):hover, .dx-toolbar-items-container [role="button"]:not(.dx-dropdowneditor-button):hover {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,0.24);
  --tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 12px 0 rgba(0,0,0,0.24);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.dx-popup-bottom [role="button"]:not(.dx-dropdowneditor-button).\!border:hover, .dx-datagrid-edit-form [role="button"]:not(.dx-dropdowneditor-button).\!border:hover, .dx-toolbar-items-container [role="button"]:not(.dx-dropdowneditor-button).\!border:hover {
  border-color: transparent;
}
.dx-popup-bottom [role="button"]:not(.dx-dropdowneditor-button):hover, .dx-datagrid-edit-form [role="button"]:not(.dx-dropdowneditor-button):hover, .dx-toolbar-items-container [role="button"]:not(.dx-dropdowneditor-button):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dx-popup-bottom [role="button"]:not(.dx-dropdowneditor-button) .dx-button-content, .dx-datagrid-edit-form [role="button"]:not(.dx-dropdowneditor-button) .dx-button-content, .dx-toolbar-items-container [role="button"]:not(.dx-dropdowneditor-button) .dx-button-content {
  padding: 0.75rem;
}
.dx-popup-bottom [aria-label="Save"],
  .dx-datagrid-edit-form [aria-label="Save"],
  .dx-toolbar-items-container [aria-label="Save"],
  .dx-popup-bottom [aria-label="Shrani"],
  .dx-datagrid-edit-form [aria-label="Shrani"],
  .dx-toolbar-items-container [aria-label="Shrani"],
  .dx-popup-bottom [aria-label="Yes"],
  .dx-datagrid-edit-form [aria-label="Yes"],
  .dx-toolbar-items-container [aria-label="Yes"],
  .dx-popup-bottom [aria-label="Da"],
  .dx-datagrid-edit-form [aria-label="Da"],
  .dx-toolbar-items-container [aria-label="Da"] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 36, 39, 1);
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dx-popup-bottom [aria-label="Save"]:hover,
  .dx-datagrid-edit-form [aria-label="Save"]:hover,
  .dx-toolbar-items-container [aria-label="Save"]:hover,
  .dx-popup-bottom [aria-label="Shrani"]:hover,
  .dx-datagrid-edit-form [aria-label="Shrani"]:hover,
  .dx-toolbar-items-container [aria-label="Shrani"]:hover,
  .dx-popup-bottom [aria-label="Yes"]:hover,
  .dx-datagrid-edit-form [aria-label="Yes"]:hover,
  .dx-toolbar-items-container [aria-label="Yes"]:hover,
  .dx-popup-bottom [aria-label="Da"]:hover,
  .dx-datagrid-edit-form [aria-label="Da"]:hover,
  .dx-toolbar-items-container [aria-label="Da"]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 36, 39, 1) !important;
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity)) !important;
}
.dx-overlay-shader {
  background-color: rgba(77,77,79,0.8);
}
.dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-popup-content,
    .dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-popup-bottom {
  padding: 0px;
}
.dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-popup-content {
  height: auto !important;
}
.dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-popup-content {
  flex: 1 1 0%;
}
.dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-popup-bottom {
  padding-top: 1.5rem;
}
.dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-overlay-content {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  padding: 1.5rem;
}
.dx-popup-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-header-filter-menu):not(.dx-datebox-wrapper) .dx-popup-title {
  margin-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}
.dx-popup-wrapper.dx-header-filter-menu .dx-toolbar {
  padding-top: 0px;
}
.dx-popup-wrapper.dx-header-filter-menu .dx-toolbar-after {
  padding-left: 0px;
}
/* Calendar popup */
.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.dx-calendar-navigator .dx-calendar-navigator-next-view.dx-button .dx-icon, .dx-calendar-navigator .dx-calendar-navigator-previous-view.dx-button .dx-icon {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.dx-calendar-body thead tr th {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.dx-calendar-body .dx-calendar-cell {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-selected-date {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-selected-date {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 179, 179, 1);
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.dx-calendar-body .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 179, 179, 1);
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
  height: auto;
}
.dx-toolbar-items-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dx-toolbar-items-container > * {
  margin: 0px !important;
}
.dx-toolbar-items-container > * {
  position: relative;
  height: auto;
}
.dx-command-edit:last-child {
  text-align: right !important;
}
.dx-texteditor-input {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.dx-searchbox {
  border-radius: 0.75rem !important;
}
.dx-searchbox .dx-texteditor-input {
  padding-right: 3rem !important;
}
.dx-searchbox:not(.dx-texteditor-empty) .dx-icon-search {
  display: none;
}
.dx-searchbox:not(.dx-texteditor-empty) .dx-texteditor-input {
  padding-right: 0.25rem !important;
}
.dx-searchbox .dx-placeholder::before {
  padding: 0.75rem !important;
  padding-right: 3rem !important;
}
.dx-searchbox .dx-placeholder::before {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.dx-searchbox .dx-icon-clear,
  .dx-searchbox .dx-icon-search {
    width: auto;
    height: auto;
    padding: 0;
    padding-top: 2px;
    right: 12px;
    margin-top: 0;
    transform: translateY(-50%);
  }
.dx-clear-button-area {
  width: 2.5rem;
}
.dx-show-clear-button .dx-clear-button-area {
  width: 2.5rem;
}
.dx-texteditor.dx-editor-outlined {
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
}
.dx-dropdowneditor-icon {
  background-color: transparent !important;
}
.dx-dropdowneditor .dx-dropdowneditor-field-template-wrapper .with-colorbox .dx-texteditor-input {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dx-tag-container {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.dx-tag-container > * {
  align-self: center;
}
.dx-tag-container .dx-tag .dx-tag-content {
  border-radius: 4px;
}
.dx-tag-container .dx-texteditor-input {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0.5rem !important;
}
.dx-tag-container .dx-texteditor-input {
  align-self: center;
}
.dx-scrollview-content .dx-list-item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dx-scrollview-content .dx-list-item:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 179, 179, 1);
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity));
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.dx-loadindicator-segment {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 36, 39, 1);
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity));
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
  padding: 0 !important;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before, .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  padding-left: 32px !important;
}
.dx-texteditor.dx-state-active.dx-editor-filled, .dx-texteditor.dx-state-active.dx-editor-outlined, .dx-texteditor.dx-state-active.dx-editor-underlined, .dx-texteditor.dx-state-focused.dx-editor-filled, .dx-texteditor.dx-state-focused.dx-editor-outlined, .dx-texteditor.dx-state-focused.dx-editor-underlined {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 79, 1) !important;
  border-color: rgba(77, 77, 79, var(--tw-border-opacity)) !important;
}
.dx-texteditor.dx-state-active.dx-editor-filled, .dx-texteditor.dx-state-active.dx-editor-outlined, .dx-texteditor.dx-state-active.dx-editor-underlined, .dx-texteditor.dx-state-focused.dx-editor-filled, .dx-texteditor.dx-state-focused.dx-editor-outlined, .dx-texteditor.dx-state-focused.dx-editor-underlined {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon, .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon::before, .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon, .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon::before {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 79, 1) !important;
  border-color: rgba(77, 77, 79, var(--tw-border-opacity)) !important;
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon, .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon::before, .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon, .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon::before {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 79, 1);
  border-color: rgba(77, 77, 79, var(--tw-border-opacity));
}
.dx-checkbox .dx-checkbox-icon {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
    border-radius: 5px;
}
.dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 36, 39, 1);
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dx-checkbox.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 36, 39, 1);
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity));
        border-radius: 3px;
}
.dx-cell-focus-disabled .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 226, 1) !important;
  border-color: rgba(229, 229, 226, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 229, 226, 1) !important;
  background-color: rgba(229, 229, 226, var(--tw-bg-opacity)) !important;
}
/* dx-pivot */
.dx-pivotgrid:not(.dx-context-menu) {
  border-radius: 1rem;
  padding: 1.5rem;
}
.dx-pivotgrid .dx-area-field-content, .dx-pivotgrid .dx-column-indicators {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.dx-pivotgrid .dx-pivotgrid-area td {
  border-top-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.dx-pivotgrid .dx-pivotgrid-area tbody td {
  padding: 10px;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.dx-pivotgrid .dx-pivotgrid-area .dx-expand-icon-container {
  margin-right: 0.25rem;
  width: 1.5rem;
}
.dx-pivotgrid .dx-area-data-cell .dx-grandtotal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dx-pivotgrid .dx-area-tree-view td {
  padding: 10px;
}
.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
  border-right-width: 0px;
  background-color: transparent;
}
.dx-pivotgrid .dx-area-tree-view .dx-total {
  font-weight: 700;
  text-transform: uppercase;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  padding: 10px;
  text-align: right;
  font-weight: 700;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:not(:last-child) {
  border-right-width: 1px;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td {
  border-top-width: 0px;
  text-align: center;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
    .dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-left-width: 0px;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
    .dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-column-header,
    .dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-right-width: 0px;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
    .dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgba(255, 255, 255, 1);
  border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-top-width: 0px;
}
.dx-pivotgrid .dx-bottom-border {
  border-bottom-width: 0px;
}
.dx-pivotgrid .dx-total {
  background-color: transparent;
}
.dx-pivotgrid .dx-area-description-cell.dx-pivotgrid-background,
  .dx-pivotgrid .dx-column-header,
  .dx-pivotgrid .dx-data-header {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dx-pivotgrid .dx-data-header,
  .dx-pivotgrid .dx-pivotgrid-fields-area-head {
  font-size: 0.75rem;
  line-height: 1rem;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr {
  font-size: 0.75rem;
  line-height: 1rem;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
  border-radius: 0.75rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 226, 1);
  background-color: rgba(229, 229, 226, var(--tw-bg-opacity));
}
.bordered-table.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
    border-color: #E5E5E2;
  }
.dx-row:hover:not(.dx-header-row):not(.dx-datagrid-filter-row) {
  background-color: #F3F3F3;
}
.dx-state-disabled .dx-widget,
.dx-state-disabled.dx-widget {
  opacity: 1;
}
.dx-state-disabled .dx-widget .dx-dropdowneditor-input-wrapper, .dx-state-disabled.dx-widget .dx-dropdowneditor-input-wrapper {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
#gvOverview .dx-scrollable-container {
  overflow: visible !important;
}
.dx-icon-clear,
.dx-icon-search,
.dx-icon-edit,
.dx-icon-trash,
.dx-header-filter,
.dx-dropdowneditor-icon,
.dx-toast-icon,
.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon {
  font-family: 'JUB-iconset-light' !important;
  line-height: 1 !important;
  color: #4D4D4F !important;
}
.dx-icon-clear,
.dx-icon-search,
.dx-icon-edit,
.dx-icon-trash,
.dx-header-filter,
.dx-dropdowneditor-icon,
.dx-toast-icon,
.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dx-sort {
  color: #4D4D4F !important;
}
.dx-icon-search::before {
    content: "\e9e6" !important;
    color: #4D4D4F !important;
  }
.dx-header-filter {
  font-size: 1rem !important;
}
.dx-header-filter::before {
    content: "\e973" !important;
    color: #FF2427 !important;
  }
.dx-header-filter.dx-header-filter-empty::before {
      color: #B3B3B3 !important;
    }
.dx-icon-clear::before {
    content: "\e952" !important;
    color: #4D4D4F !important;
  }
.dx-icon-edit {
  font-size: 1.5rem !important;
}
.dx-icon-edit::before {
    content: "\e961" !important;
    color: #4D4D4F !important;
  }
.dx-icon-trash {
  font-size: 1.5rem !important;
}
.dx-icon-trash::before {
    content: "\e91b" !important;
    color: #4D4D4F !important;
  }
.dx-dropdowneditor-icon {
  font-size: 1.5rem !important;
}
.dx-dropdowneditor-icon {
  display: flex;
  align-items: center;
}
.dx-dropdowneditor-icon::before {
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    content: "\e964" !important;
    color: #4D4D4F !important;
  }
.dx-datebox .dx-dropdowneditor-icon::before {
      content: "\e92b" !important;
    }
.dx-toast-success .dx-toast-icon, .dx-toast-error .dx-toast-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.dx-toast-success .dx-toast-icon, .dx-toast-error .dx-toast-icon {
  height: auto;
  width: auto;
  background-image: none;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.dx-toast-success .dx-toast-icon::before {
      content: "\e95a";
    }
.dx-toast-error .dx-toast-icon::before {
      content: "\e93e";
    }
.dx-calendar-navigator-next-view.dx-button .dx-icon::before {
    content: "\e96a"
  }
.dx-calendar-navigator-previous-view.dx-button .dx-icon::before {
    content: "\e967"
  }
.form-item, basic-checkbox, basic-input {
  position: relative;
}
.form-item:not(:last-child) {
  margin-bottom: 0.75rem;
}
basic-checkbox:not(.does-not-exist):not(:last-child) {
  margin-bottom: 0.75rem;
}
basic-input:not(.does-not-exist):not(:last-child) {
  margin-bottom: 0.75rem;
}
.form-item:not(:last-child) .form-item {
  margin-bottom: 0.75rem;
}
basic-checkbox:not(.does-not-exist):not(:last-child) .form-item {
  margin-bottom: 0.75rem;
}
basic-input:not(.does-not-exist):not(:last-child) .form-item {
  margin-bottom: 0.75rem;
}
.form-item input:not([type="radio"]),basic-checkbox:not(.does-not-exist) input:not([type="radio"]),basic-input:not(.does-not-exist) input:not([type="radio"]),.form-item input:not([type="checkbox"]),basic-checkbox:not(.does-not-exist) input:not([type="checkbox"]),basic-input:not(.does-not-exist) input:not([type="checkbox"]) {
  width: 100%;
}
.form-item [type="radio"]:checked ~label .radio-button--checked {
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
}
basic-checkbox:not(.does-not-exist) [type="radio"]:checked ~label .radio-button--checked {
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
}
basic-input:not(.does-not-exist) [type="radio"]:checked ~label .radio-button--checked {
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
}
.base.form-item input:not(.does-not-exist):not(.dx-texteditor-input),basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input),basic-input.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input),.base.form-item textarea:not(.does-not-exist):not(.dx-texteditor-input),basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input),basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input),.base.form-item .select-dropdown button:not(.dx-texteditor-input),basic-checkbox.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input),basic-input.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input),.base.form-item select:not(.does-not-exist):not(.dx-texteditor-input),basic-checkbox.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input),basic-input.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input) {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.base.form-item input:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item input:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item textarea:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item textarea:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item .select-dropdown button:not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item .select-dropdown button:not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item select:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item select:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-checkbox.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input)::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
basic-input.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input)::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.base.form-item input:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input):focus,.base.form-item textarea:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input):focus,.base.form-item .select-dropdown button:not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input):focus,.base.form-item select:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input):focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 79, 1) !important;
  border-color: rgba(77, 77, 79, var(--tw-border-opacity)) !important;
}
.base.form-item input:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input):focus,.base.form-item textarea:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input):focus,.base.form-item .select-dropdown button:not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input):focus,.base.form-item select:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-checkbox.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input):focus,basic-input.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.base.form-item input:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-input.base:not(.does-not-exist) input:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.base.form-item textarea:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.base.form-item .select-dropdown button:not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-checkbox.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-input.base:not(.does-not-exist) .select-dropdown button:not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.base.form-item select:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-checkbox.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
basic-input.base:not(.does-not-exist) select:not(.does-not-exist):not(.dx-texteditor-input):disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.base.form-item label,basic-checkbox.base:not(.does-not-exist) label,basic-input.base:not(.does-not-exist) label {
  padding-left: 0.125rem;
}
@media (min-width: 576px) {

  .base.form-item label,basic-checkbox.base:not(.does-not-exist) label,basic-input.base:not(.does-not-exist) label {
    flex-basis: 11rem;
  }
}
.base.form-item label.error,basic-checkbox.base:not(.does-not-exist) label.error,basic-input.base:not(.does-not-exist) label.error {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 36, 39, 1);
  color: rgba(255, 36, 39, var(--tw-text-opacity));
}
.base.form-item textarea,basic-checkbox.base:not(.does-not-exist) textarea,basic-input.base:not(.does-not-exist) textarea {
  min-height: 160px;
}
.base.error.form-item input,basic-checkbox.base.error:not(.does-not-exist) input,basic-input.base.error:not(.does-not-exist) input,.base.error.form-item textarea,basic-checkbox.base.error:not(.does-not-exist) textarea,basic-input.base.error:not(.does-not-exist) textarea,.base.error.form-item .select-dropdown button,basic-checkbox.base.error:not(.does-not-exist) .select-dropdown button,basic-input.base.error:not(.does-not-exist) .select-dropdown button {
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
}
.base.form-item input:not(.does-not-exist).error,basic-checkbox.base:not(.does-not-exist) input:not(.does-not-exist).error,basic-input.base:not(.does-not-exist) input:not(.does-not-exist).error,.base.form-item textarea:not(.does-not-exist).error,basic-checkbox.base:not(.does-not-exist) textarea:not(.does-not-exist).error,basic-input.base:not(.does-not-exist) textarea:not(.does-not-exist).error,.base.form-item .select-dropdown button.error,basic-checkbox.base:not(.does-not-exist) .select-dropdown button.error,basic-input.base:not(.does-not-exist) .select-dropdown button.error {
  --tw-border-opacity: 1;
  border-color: rgba(255, 36, 39, 1);
  border-color: rgba(255, 36, 39, var(--tw-border-opacity));
}
.base.form-item .select-dropdown[data-disabled="true"] button,basic-checkbox.base:not(.does-not-exist) .select-dropdown[data-disabled="true"] button,basic-input.base:not(.does-not-exist) .select-dropdown[data-disabled="true"] button {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.base.form-item .select-dropdown[data-disabled="true"] button:focus,basic-checkbox.base:not(.does-not-exist) .select-dropdown[data-disabled="true"] button:focus,basic-input.base:not(.does-not-exist) .select-dropdown[data-disabled="true"] button:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
}
.float.form-item label,basic-checkbox.float:not(.does-not-exist) label,basic-input.float:not(.does-not-exist) label {
  pointer-events: none;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.float.form-item input:not(:-moz-placeholder-shown) + label {
  left: 0.5rem;
  top: 0px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.float.form-item input:not(:placeholder-shown) + label {
  left: 0.5rem;
  top: 0px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
basic-checkbox.float:not(.does-not-exist) input:not(:-moz-placeholder-shown) + label {
  left: 0.5rem;
  top: 0px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
basic-checkbox.float:not(.does-not-exist) input:not(:placeholder-shown) + label {
  left: 0.5rem;
  top: 0px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
basic-input.float:not(.does-not-exist) input:not(:-moz-placeholder-shown) + label {
  left: 0.5rem;
  top: 0px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
basic-input.float:not(.does-not-exist) input:not(:placeholder-shown) + label {
  left: 0.5rem;
  top: 0px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.custom-table :is(.float.form-item input:not(:-moz-placeholder-shown)) + label {
    font-size: 10px;
  }
.custom-table :is(.float.form-item input:not(:placeholder-shown)) + label {
    font-size: 10px;
  }
.custom-table :is(basic-checkbox.float:not(.does-not-exist) input:not(:-moz-placeholder-shown)) + label {
    font-size: 10px;
  }
.custom-table :is(basic-checkbox.float:not(.does-not-exist) input:not(:placeholder-shown)) + label {
    font-size: 10px;
  }
.custom-table :is(basic-input.float:not(.does-not-exist) input:not(:-moz-placeholder-shown)) + label {
    font-size: 10px;
  }
.custom-table :is(basic-input.float:not(.does-not-exist) input:not(:placeholder-shown)) + label {
    font-size: 10px;
  }
fieldset {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
fieldset {
  border-radius: 1rem;
  padding: 1.5rem;
}
.grid-cols-form .contents > * {
  grid-column: span 2 / span 2;
  grid-column-start: 2;
}
.grid-cols-form .contents > *:nth-child(1) {
  grid-column: span 1 / span 1;
  grid-column-start: 1;
}
.picture-grid {
  grid-template-columns: repeat(2, auto) 1fr auto;
}
.picture-grid * {
    grid-column: auto;
  }
.columns {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 1536px) {

  .columns {
    -moz-columns: 2;
         columns: 2;
  }
}
.columns > * {
  display: inline-block;
  width: 100%;
  max-width: 648px;
}
.submenu .mouseover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-weight: 600;
}
.modal, #loaderModalWindow {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
    transition: opacity 0.25s ease-in-out, z-index 0s 0.275s, visibility 0s 0.275s, transform 0.275s ease;
}
.modal:not(#does-not-exist) .modal-content,#loaderModalWindow .modal-content {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: transform 0.275s ease;
}
.modal:not(#does-not-exist) .modal-header,#loaderModalWindow .modal-header {
  display: flex;
  justify-content: space-between;
  border-style: none;
  padding: 0.75rem;
}
.modal-open.modal:not(#does-not-exist),#loaderModalWindow.modal-open {
  pointer-events: auto;
  visibility: visible;
  z-index: 100;
  opacity: 1;
    transition: opacity 0.25s 0s ease-in-out, z-index 0s, visibility 0s, transform 0.275s ease;
}
.modal-open.modal:not(#does-not-exist) .modal-content,#loaderModalWindow.modal-open .modal-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      transition: transform 0.275s ease;
}
#loaderModalWindow .modal-content {
  background-color: transparent;
}
.page-size input:checked +label {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(137, 140, 142, 1) !important;
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity)) !important;
}
.page-size input:checked +label {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination li > * {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.pagination li.active > * {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(137, 140, 142, 1) !important;
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity)) !important;
}
.pagination li.active > * {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.loading-animation {
  align-self: center;
  justify-self: center;
}
.loading-animation__spinner {
  position: relative;
  width: 120px;
}
.loading-animation__spinner:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
.loading-animation__spinner svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    height: 100%;
    width: 100%;
    margin: auto;
  }
.loading-animation__spinner .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  }
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #FF2427;
  }
  40% {
    stroke: #FF2427;
    opacity: 0.4;
  }
  66% {
    stroke: #FF2427;
  }
  80%,
  90% {
    stroke: #FF2427;
    opacity: 0.6;
  }
}
.swiper-pagination-bullet {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.swiper-pagination-bullet {
  position: relative;
  height: 1rem;
  flex-shrink: 0;
}
.swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 0.5rem;
    width: 1px;
    --tw-translate-y: -50%;
    --tw-translate-x: -1px;
    transform: translate(-1px, -50%) 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgba(137, 140, 142, 1);
    background-color: rgba(137, 140, 142, var(--tw-bg-opacity));
    transition: height 0.2s ease;
  }
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 100%;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 79, 1);
  background-color: rgba(77, 77, 79, var(--tw-bg-opacity));
}
table {
  border-width: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
tr {
  border: none;
}
td, th {
  border: none;
}
tbody, thead, tfoot {
  border: none;
}
thead {
  display: table-row-group;
}
tfoot {
  display: table-row-group;
}
table, tr, td, th, tbody, thead, tfoot, td div {
    page-break-inside: avoid !important;
    break-inside: avoid-page !important;
}
.custom-table th, .custom-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
  }
.custom-table th a, .custom-table td a {
      word-break: break-all;
    }
.custom-table tr:hover {
      background-color: #F3F3F3;
    }
.custom-table thead th {
  min-height: 3rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
      border-bottom: 1px solid #E5E5E2;
}
.custom-table.custom-table__pdf {
    font-size: 12px;
  }
.custom-table.custom-table__pdf th, .custom-table.custom-table__pdf td {
      padding: 8px;
    }
/* &:last-child {
      td {
        border-bottom: 1px solid theme('colors.basic.200');
      }
    } */
.custom-table .basic-row td {
      border-bottom: 1px solid #E5E5E2;
    }
.custom-table .disabled * {
      pointer-events: none;
      color: #898C8E;
    }
.custom-table .level-1 {
  min-height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  font-weight: 700;
}
.custom-table .level-2 td {
      padding-left: 20px;
    }
.custom-table .level-2 + .level-2 td {
        border-top: 1px solid #E5E5E2;
      }
.custom-table .text-xxs {
    font-size: 10px;
  }
.custom-table .custom-table .basic-row:last-child td {
          border-bottom: none;
        }
.custom-table .accordion__content {
    border-bottom: 1px solid #E5E5E2;
  }
.bordered-table {
  border: 1px solid #898C8E !important;
}
.bordered-table {
  border-collapse: separate;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.bordered-table > tbody > tr {
    border: none !important;
  }
.bordered-table > tbody > tr > td {
      padding-top: 6px;
      padding-right: 12px;
      padding-bottom: 6px;
      padding-left: 12px;
    }
.bordered-table > tbody > tr > td:first-child {
        padding-left: 24px;
      }
.bordered-table > tbody > tr > td:last-child {
        padding-right: 24px;
      }
.bordered-table > tbody > tr:first-child > td {
        padding-top: 24px;
      }
.bordered-table > tbody > tr:last-child > td {
        padding-bottom: 24px;
      }
.bordered-table.bg-basic-200 {
    border-color: #E5E5E2 !important;
  }
header .tab-nav li.active:not(.accordion)::after, header .tab-nav li:not(.accordion) .active::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: currentColor;
        }
header .tab-nav li.accordion li.active {
  font-weight: 600;
  text-decoration-line: underline;
}
header .tab-nav li.accordion li.active::after {
          content: normal;
          content: initial;
        }
.tabs .active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 79, 1);
  border-color: rgba(77, 77, 79, var(--tw-border-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.wysiwyg > *:not(:last-child), .note-editable > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wysiwyg ul, .note-editable ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.wysiwyg a, .note-editable a {
  text-decoration-line: underline;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-\[18px\] {
  bottom: -18px;
}
.-right-20 {
  right: -5rem;
}
.-right-4 {
  right: -1rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-\[86\%\] {
  left: 86%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[81\%\] {
  top: 81%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.float-left {
  float: left;
}
.\!m-0 {
  margin: 0px !important;
}
.\!my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.\!my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.\!my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-10 {
  margin-bottom: 2.5rem !important;
}
.\!mb-12 {
  margin-bottom: 3rem !important;
}
.\!mb-14 {
  margin-bottom: 3.5rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-24 {
  margin-bottom: 6rem !important;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.\!ml-3 {
  margin-left: 0.75rem !important;
}
.\!mr-4 {
  margin-right: 1rem !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-12 {
  margin-top: 3rem !important;
}
.\!mt-14 {
  margin-top: 3.5rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-10 {
  height: 2.5rem !important;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[40px\] {
  height: 40px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[484px\] {
  max-height: 484px;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.\!min-h-0 {
  min-height: 0px !important;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[1\%\] {
  width: 1%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[248px\] {
  min-width: 248px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[296px\] {
  max-width: 296px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[648px\] {
  max-width: 648px;
}
.max-w-\[85px\] {
  max-width: 85px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.\!basis-auto {
  flex-basis: auto !important;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-52 {
  flex-basis: 13rem;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.break-inside-avoid {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[100px_min-content_auto\] {
  grid-template-columns: 100px min-content auto;
}
.grid-cols-\[clamp\(110px\2c 30\%\2c 180px\)_auto\] {
  grid-template-columns: max(110px, min(30%, 180px)) auto;
}
.grid-cols-form {
  grid-template-columns: max(110px, min(30%, 180px)) 1fr;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!flex-nowrap {
  flex-wrap: nowrap !important;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-1 {
  gap: 0.25rem !important;
}
.\!gap-2 {
  gap: 0.5rem !important;
}
.\!gap-3 {
  gap: 0.75rem !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.\!gap-6 {
  gap: 1.5rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[5px\] {
  gap: 5px;
}
.\!gap-y-1 {
  row-gap: 0.25rem !important;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.divide-basic-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(137, 140, 142, 1);
  border-color: rgba(137, 140, 142, var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-ss-none {
  border-top-left-radius: 0px;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-basic-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 226, 1);
  border-color: rgba(229, 229, 226, var(--tw-border-opacity));
}
.border-basic-300 {
  --tw-border-opacity: 1;
  border-color: rgba(179, 179, 179, 1);
  border-color: rgba(179, 179, 179, var(--tw-border-opacity));
}
.border-basic-500 {
  --tw-border-opacity: 1;
  border-color: rgba(137, 140, 142, 1);
  border-color: rgba(137, 140, 142, var(--tw-border-opacity));
}
.border-basic-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 79, 1);
  border-color: rgba(77, 77, 79, var(--tw-border-opacity));
}
.border-basic-900 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 77, 79, 1);
  border-color: rgba(77, 77, 79, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.\!bg-basic-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, 1) !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-100\/0 {
  background-color: rgba(243, 243, 243, 0) !important;
}
.\!bg-basic-100\/10 {
  background-color: rgba(243, 243, 243, 0.1) !important;
}
.\!bg-basic-100\/100 {
  background-color: rgba(243, 243, 243, 1) !important;
}
.\!bg-basic-100\/15 {
  background-color: rgba(243, 243, 243, 0.15) !important;
}
.\!bg-basic-100\/20 {
  background-color: rgba(243, 243, 243, 0.2) !important;
}
.\!bg-basic-100\/25 {
  background-color: rgba(243, 243, 243, 0.25) !important;
}
.\!bg-basic-100\/30 {
  background-color: rgba(243, 243, 243, 0.3) !important;
}
.\!bg-basic-100\/35 {
  background-color: rgba(243, 243, 243, 0.35) !important;
}
.\!bg-basic-100\/40 {
  background-color: rgba(243, 243, 243, 0.4) !important;
}
.\!bg-basic-100\/45 {
  background-color: rgba(243, 243, 243, 0.45) !important;
}
.\!bg-basic-100\/5 {
  background-color: rgba(243, 243, 243, 0.05) !important;
}
.\!bg-basic-100\/50 {
  background-color: rgba(243, 243, 243, 0.5) !important;
}
.\!bg-basic-100\/55 {
  background-color: rgba(243, 243, 243, 0.55) !important;
}
.\!bg-basic-100\/60 {
  background-color: rgba(243, 243, 243, 0.6) !important;
}
.\!bg-basic-100\/65 {
  background-color: rgba(243, 243, 243, 0.65) !important;
}
.\!bg-basic-100\/70 {
  background-color: rgba(243, 243, 243, 0.7) !important;
}
.\!bg-basic-100\/75 {
  background-color: rgba(243, 243, 243, 0.75) !important;
}
.\!bg-basic-100\/80 {
  background-color: rgba(243, 243, 243, 0.8) !important;
}
.\!bg-basic-100\/85 {
  background-color: rgba(243, 243, 243, 0.85) !important;
}
.\!bg-basic-100\/90 {
  background-color: rgba(243, 243, 243, 0.9) !important;
}
.\!bg-basic-100\/95 {
  background-color: rgba(243, 243, 243, 0.95) !important;
}
.\!bg-basic-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 229, 226, 1) !important;
  background-color: rgba(229, 229, 226, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-200\/0 {
  background-color: rgba(229, 229, 226, 0) !important;
}
.\!bg-basic-200\/10 {
  background-color: rgba(229, 229, 226, 0.1) !important;
}
.\!bg-basic-200\/100 {
  background-color: rgba(229, 229, 226, 1) !important;
}
.\!bg-basic-200\/15 {
  background-color: rgba(229, 229, 226, 0.15) !important;
}
.\!bg-basic-200\/20 {
  background-color: rgba(229, 229, 226, 0.2) !important;
}
.\!bg-basic-200\/25 {
  background-color: rgba(229, 229, 226, 0.25) !important;
}
.\!bg-basic-200\/30 {
  background-color: rgba(229, 229, 226, 0.3) !important;
}
.\!bg-basic-200\/35 {
  background-color: rgba(229, 229, 226, 0.35) !important;
}
.\!bg-basic-200\/40 {
  background-color: rgba(229, 229, 226, 0.4) !important;
}
.\!bg-basic-200\/45 {
  background-color: rgba(229, 229, 226, 0.45) !important;
}
.\!bg-basic-200\/5 {
  background-color: rgba(229, 229, 226, 0.05) !important;
}
.\!bg-basic-200\/50 {
  background-color: rgba(229, 229, 226, 0.5) !important;
}
.\!bg-basic-200\/55 {
  background-color: rgba(229, 229, 226, 0.55) !important;
}
.\!bg-basic-200\/60 {
  background-color: rgba(229, 229, 226, 0.6) !important;
}
.\!bg-basic-200\/65 {
  background-color: rgba(229, 229, 226, 0.65) !important;
}
.\!bg-basic-200\/70 {
  background-color: rgba(229, 229, 226, 0.7) !important;
}
.\!bg-basic-200\/75 {
  background-color: rgba(229, 229, 226, 0.75) !important;
}
.\!bg-basic-200\/80 {
  background-color: rgba(229, 229, 226, 0.8) !important;
}
.\!bg-basic-200\/85 {
  background-color: rgba(229, 229, 226, 0.85) !important;
}
.\!bg-basic-200\/90 {
  background-color: rgba(229, 229, 226, 0.9) !important;
}
.\!bg-basic-200\/95 {
  background-color: rgba(229, 229, 226, 0.95) !important;
}
.\!bg-basic-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 179, 179, 1) !important;
  background-color: rgba(179, 179, 179, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-300\/0 {
  background-color: rgba(179, 179, 179, 0) !important;
}
.\!bg-basic-300\/10 {
  background-color: rgba(179, 179, 179, 0.1) !important;
}
.\!bg-basic-300\/100 {
  background-color: rgba(179, 179, 179, 1) !important;
}
.\!bg-basic-300\/15 {
  background-color: rgba(179, 179, 179, 0.15) !important;
}
.\!bg-basic-300\/20 {
  background-color: rgba(179, 179, 179, 0.2) !important;
}
.\!bg-basic-300\/25 {
  background-color: rgba(179, 179, 179, 0.25) !important;
}
.\!bg-basic-300\/30 {
  background-color: rgba(179, 179, 179, 0.3) !important;
}
.\!bg-basic-300\/35 {
  background-color: rgba(179, 179, 179, 0.35) !important;
}
.\!bg-basic-300\/40 {
  background-color: rgba(179, 179, 179, 0.4) !important;
}
.\!bg-basic-300\/45 {
  background-color: rgba(179, 179, 179, 0.45) !important;
}
.\!bg-basic-300\/5 {
  background-color: rgba(179, 179, 179, 0.05) !important;
}
.\!bg-basic-300\/50 {
  background-color: rgba(179, 179, 179, 0.5) !important;
}
.\!bg-basic-300\/55 {
  background-color: rgba(179, 179, 179, 0.55) !important;
}
.\!bg-basic-300\/60 {
  background-color: rgba(179, 179, 179, 0.6) !important;
}
.\!bg-basic-300\/65 {
  background-color: rgba(179, 179, 179, 0.65) !important;
}
.\!bg-basic-300\/70 {
  background-color: rgba(179, 179, 179, 0.7) !important;
}
.\!bg-basic-300\/75 {
  background-color: rgba(179, 179, 179, 0.75) !important;
}
.\!bg-basic-300\/80 {
  background-color: rgba(179, 179, 179, 0.8) !important;
}
.\!bg-basic-300\/85 {
  background-color: rgba(179, 179, 179, 0.85) !important;
}
.\!bg-basic-300\/90 {
  background-color: rgba(179, 179, 179, 0.9) !important;
}
.\!bg-basic-300\/95 {
  background-color: rgba(179, 179, 179, 0.95) !important;
}
.\!bg-basic-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 153, 153, 1) !important;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-400\/0 {
  background-color: rgba(153, 153, 153, 0) !important;
}
.\!bg-basic-400\/10 {
  background-color: rgba(153, 153, 153, 0.1) !important;
}
.\!bg-basic-400\/100 {
  background-color: rgba(153, 153, 153, 1) !important;
}
.\!bg-basic-400\/15 {
  background-color: rgba(153, 153, 153, 0.15) !important;
}
.\!bg-basic-400\/20 {
  background-color: rgba(153, 153, 153, 0.2) !important;
}
.\!bg-basic-400\/25 {
  background-color: rgba(153, 153, 153, 0.25) !important;
}
.\!bg-basic-400\/30 {
  background-color: rgba(153, 153, 153, 0.3) !important;
}
.\!bg-basic-400\/35 {
  background-color: rgba(153, 153, 153, 0.35) !important;
}
.\!bg-basic-400\/40 {
  background-color: rgba(153, 153, 153, 0.4) !important;
}
.\!bg-basic-400\/45 {
  background-color: rgba(153, 153, 153, 0.45) !important;
}
.\!bg-basic-400\/5 {
  background-color: rgba(153, 153, 153, 0.05) !important;
}
.\!bg-basic-400\/50 {
  background-color: rgba(153, 153, 153, 0.5) !important;
}
.\!bg-basic-400\/55 {
  background-color: rgba(153, 153, 153, 0.55) !important;
}
.\!bg-basic-400\/60 {
  background-color: rgba(153, 153, 153, 0.6) !important;
}
.\!bg-basic-400\/65 {
  background-color: rgba(153, 153, 153, 0.65) !important;
}
.\!bg-basic-400\/70 {
  background-color: rgba(153, 153, 153, 0.7) !important;
}
.\!bg-basic-400\/75 {
  background-color: rgba(153, 153, 153, 0.75) !important;
}
.\!bg-basic-400\/80 {
  background-color: rgba(153, 153, 153, 0.8) !important;
}
.\!bg-basic-400\/85 {
  background-color: rgba(153, 153, 153, 0.85) !important;
}
.\!bg-basic-400\/90 {
  background-color: rgba(153, 153, 153, 0.9) !important;
}
.\!bg-basic-400\/95 {
  background-color: rgba(153, 153, 153, 0.95) !important;
}
.\!bg-basic-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(137, 140, 142, 1) !important;
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-500\/0 {
  background-color: rgba(137, 140, 142, 0) !important;
}
.\!bg-basic-500\/10 {
  background-color: rgba(137, 140, 142, 0.1) !important;
}
.\!bg-basic-500\/100 {
  background-color: rgba(137, 140, 142, 1) !important;
}
.\!bg-basic-500\/15 {
  background-color: rgba(137, 140, 142, 0.15) !important;
}
.\!bg-basic-500\/20 {
  background-color: rgba(137, 140, 142, 0.2) !important;
}
.\!bg-basic-500\/25 {
  background-color: rgba(137, 140, 142, 0.25) !important;
}
.\!bg-basic-500\/30 {
  background-color: rgba(137, 140, 142, 0.3) !important;
}
.\!bg-basic-500\/35 {
  background-color: rgba(137, 140, 142, 0.35) !important;
}
.\!bg-basic-500\/40 {
  background-color: rgba(137, 140, 142, 0.4) !important;
}
.\!bg-basic-500\/45 {
  background-color: rgba(137, 140, 142, 0.45) !important;
}
.\!bg-basic-500\/5 {
  background-color: rgba(137, 140, 142, 0.05) !important;
}
.\!bg-basic-500\/50 {
  background-color: rgba(137, 140, 142, 0.5) !important;
}
.\!bg-basic-500\/55 {
  background-color: rgba(137, 140, 142, 0.55) !important;
}
.\!bg-basic-500\/60 {
  background-color: rgba(137, 140, 142, 0.6) !important;
}
.\!bg-basic-500\/65 {
  background-color: rgba(137, 140, 142, 0.65) !important;
}
.\!bg-basic-500\/70 {
  background-color: rgba(137, 140, 142, 0.7) !important;
}
.\!bg-basic-500\/75 {
  background-color: rgba(137, 140, 142, 0.75) !important;
}
.\!bg-basic-500\/80 {
  background-color: rgba(137, 140, 142, 0.8) !important;
}
.\!bg-basic-500\/85 {
  background-color: rgba(137, 140, 142, 0.85) !important;
}
.\!bg-basic-500\/90 {
  background-color: rgba(137, 140, 142, 0.9) !important;
}
.\!bg-basic-500\/95 {
  background-color: rgba(137, 140, 142, 0.95) !important;
}
.\!bg-basic-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, 1) !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-600\/0 {
  background-color: rgba(102, 102, 102, 0) !important;
}
.\!bg-basic-600\/10 {
  background-color: rgba(102, 102, 102, 0.1) !important;
}
.\!bg-basic-600\/100 {
  background-color: rgba(102, 102, 102, 1) !important;
}
.\!bg-basic-600\/15 {
  background-color: rgba(102, 102, 102, 0.15) !important;
}
.\!bg-basic-600\/20 {
  background-color: rgba(102, 102, 102, 0.2) !important;
}
.\!bg-basic-600\/25 {
  background-color: rgba(102, 102, 102, 0.25) !important;
}
.\!bg-basic-600\/30 {
  background-color: rgba(102, 102, 102, 0.3) !important;
}
.\!bg-basic-600\/35 {
  background-color: rgba(102, 102, 102, 0.35) !important;
}
.\!bg-basic-600\/40 {
  background-color: rgba(102, 102, 102, 0.4) !important;
}
.\!bg-basic-600\/45 {
  background-color: rgba(102, 102, 102, 0.45) !important;
}
.\!bg-basic-600\/5 {
  background-color: rgba(102, 102, 102, 0.05) !important;
}
.\!bg-basic-600\/50 {
  background-color: rgba(102, 102, 102, 0.5) !important;
}
.\!bg-basic-600\/55 {
  background-color: rgba(102, 102, 102, 0.55) !important;
}
.\!bg-basic-600\/60 {
  background-color: rgba(102, 102, 102, 0.6) !important;
}
.\!bg-basic-600\/65 {
  background-color: rgba(102, 102, 102, 0.65) !important;
}
.\!bg-basic-600\/70 {
  background-color: rgba(102, 102, 102, 0.7) !important;
}
.\!bg-basic-600\/75 {
  background-color: rgba(102, 102, 102, 0.75) !important;
}
.\!bg-basic-600\/80 {
  background-color: rgba(102, 102, 102, 0.8) !important;
}
.\!bg-basic-600\/85 {
  background-color: rgba(102, 102, 102, 0.85) !important;
}
.\!bg-basic-600\/90 {
  background-color: rgba(102, 102, 102, 0.9) !important;
}
.\!bg-basic-600\/95 {
  background-color: rgba(102, 102, 102, 0.95) !important;
}
.\!bg-basic-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 79, 1) !important;
  background-color: rgba(77, 77, 79, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-700\/0 {
  background-color: rgba(77, 77, 79, 0) !important;
}
.\!bg-basic-700\/10 {
  background-color: rgba(77, 77, 79, 0.1) !important;
}
.\!bg-basic-700\/100 {
  background-color: rgba(77, 77, 79, 1) !important;
}
.\!bg-basic-700\/15 {
  background-color: rgba(77, 77, 79, 0.15) !important;
}
.\!bg-basic-700\/20 {
  background-color: rgba(77, 77, 79, 0.2) !important;
}
.\!bg-basic-700\/25 {
  background-color: rgba(77, 77, 79, 0.25) !important;
}
.\!bg-basic-700\/30 {
  background-color: rgba(77, 77, 79, 0.3) !important;
}
.\!bg-basic-700\/35 {
  background-color: rgba(77, 77, 79, 0.35) !important;
}
.\!bg-basic-700\/40 {
  background-color: rgba(77, 77, 79, 0.4) !important;
}
.\!bg-basic-700\/45 {
  background-color: rgba(77, 77, 79, 0.45) !important;
}
.\!bg-basic-700\/5 {
  background-color: rgba(77, 77, 79, 0.05) !important;
}
.\!bg-basic-700\/50 {
  background-color: rgba(77, 77, 79, 0.5) !important;
}
.\!bg-basic-700\/55 {
  background-color: rgba(77, 77, 79, 0.55) !important;
}
.\!bg-basic-700\/60 {
  background-color: rgba(77, 77, 79, 0.6) !important;
}
.\!bg-basic-700\/65 {
  background-color: rgba(77, 77, 79, 0.65) !important;
}
.\!bg-basic-700\/70 {
  background-color: rgba(77, 77, 79, 0.7) !important;
}
.\!bg-basic-700\/75 {
  background-color: rgba(77, 77, 79, 0.75) !important;
}
.\!bg-basic-700\/80 {
  background-color: rgba(77, 77, 79, 0.8) !important;
}
.\!bg-basic-700\/85 {
  background-color: rgba(77, 77, 79, 0.85) !important;
}
.\!bg-basic-700\/90 {
  background-color: rgba(77, 77, 79, 0.9) !important;
}
.\!bg-basic-700\/95 {
  background-color: rgba(77, 77, 79, 0.95) !important;
}
.\!bg-basic-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, 1) !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-800\/0 {
  background-color: rgba(51, 51, 51, 0) !important;
}
.\!bg-basic-800\/10 {
  background-color: rgba(51, 51, 51, 0.1) !important;
}
.\!bg-basic-800\/100 {
  background-color: rgba(51, 51, 51, 1) !important;
}
.\!bg-basic-800\/15 {
  background-color: rgba(51, 51, 51, 0.15) !important;
}
.\!bg-basic-800\/20 {
  background-color: rgba(51, 51, 51, 0.2) !important;
}
.\!bg-basic-800\/25 {
  background-color: rgba(51, 51, 51, 0.25) !important;
}
.\!bg-basic-800\/30 {
  background-color: rgba(51, 51, 51, 0.3) !important;
}
.\!bg-basic-800\/35 {
  background-color: rgba(51, 51, 51, 0.35) !important;
}
.\!bg-basic-800\/40 {
  background-color: rgba(51, 51, 51, 0.4) !important;
}
.\!bg-basic-800\/45 {
  background-color: rgba(51, 51, 51, 0.45) !important;
}
.\!bg-basic-800\/5 {
  background-color: rgba(51, 51, 51, 0.05) !important;
}
.\!bg-basic-800\/50 {
  background-color: rgba(51, 51, 51, 0.5) !important;
}
.\!bg-basic-800\/55 {
  background-color: rgba(51, 51, 51, 0.55) !important;
}
.\!bg-basic-800\/60 {
  background-color: rgba(51, 51, 51, 0.6) !important;
}
.\!bg-basic-800\/65 {
  background-color: rgba(51, 51, 51, 0.65) !important;
}
.\!bg-basic-800\/70 {
  background-color: rgba(51, 51, 51, 0.7) !important;
}
.\!bg-basic-800\/75 {
  background-color: rgba(51, 51, 51, 0.75) !important;
}
.\!bg-basic-800\/80 {
  background-color: rgba(51, 51, 51, 0.8) !important;
}
.\!bg-basic-800\/85 {
  background-color: rgba(51, 51, 51, 0.85) !important;
}
.\!bg-basic-800\/90 {
  background-color: rgba(51, 51, 51, 0.9) !important;
}
.\!bg-basic-800\/95 {
  background-color: rgba(51, 51, 51, 0.95) !important;
}
.\!bg-basic-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 79, 1) !important;
  background-color: rgba(77, 77, 79, var(--tw-bg-opacity)) !important;
}
.\!bg-basic-900\/0 {
  background-color: rgba(77, 77, 79, 0) !important;
}
.\!bg-basic-900\/10 {
  background-color: rgba(77, 77, 79, 0.1) !important;
}
.\!bg-basic-900\/100 {
  background-color: rgba(77, 77, 79, 1) !important;
}
.\!bg-basic-900\/15 {
  background-color: rgba(77, 77, 79, 0.15) !important;
}
.\!bg-basic-900\/20 {
  background-color: rgba(77, 77, 79, 0.2) !important;
}
.\!bg-basic-900\/25 {
  background-color: rgba(77, 77, 79, 0.25) !important;
}
.\!bg-basic-900\/30 {
  background-color: rgba(77, 77, 79, 0.3) !important;
}
.\!bg-basic-900\/35 {
  background-color: rgba(77, 77, 79, 0.35) !important;
}
.\!bg-basic-900\/40 {
  background-color: rgba(77, 77, 79, 0.4) !important;
}
.\!bg-basic-900\/45 {
  background-color: rgba(77, 77, 79, 0.45) !important;
}
.\!bg-basic-900\/5 {
  background-color: rgba(77, 77, 79, 0.05) !important;
}
.\!bg-basic-900\/50 {
  background-color: rgba(77, 77, 79, 0.5) !important;
}
.\!bg-basic-900\/55 {
  background-color: rgba(77, 77, 79, 0.55) !important;
}
.\!bg-basic-900\/60 {
  background-color: rgba(77, 77, 79, 0.6) !important;
}
.\!bg-basic-900\/65 {
  background-color: rgba(77, 77, 79, 0.65) !important;
}
.\!bg-basic-900\/70 {
  background-color: rgba(77, 77, 79, 0.7) !important;
}
.\!bg-basic-900\/75 {
  background-color: rgba(77, 77, 79, 0.75) !important;
}
.\!bg-basic-900\/80 {
  background-color: rgba(77, 77, 79, 0.8) !important;
}
.\!bg-basic-900\/85 {
  background-color: rgba(77, 77, 79, 0.85) !important;
}
.\!bg-basic-900\/90 {
  background-color: rgba(77, 77, 79, 0.9) !important;
}
.\!bg-basic-900\/95 {
  background-color: rgba(77, 77, 79, 0.95) !important;
}
.\!bg-basic-transparent-500 {
  background-color: rgba(77,77,79,0.8) !important;
}
.\!bg-basic-transparent-500\/0 {
  background-color: rgba(77, 77, 79, 0) !important;
}
.\!bg-basic-transparent-500\/10 {
  background-color: rgba(77, 77, 79, 0.1) !important;
}
.\!bg-basic-transparent-500\/100 {
  background-color: rgba(77, 77, 79, 1) !important;
}
.\!bg-basic-transparent-500\/15 {
  background-color: rgba(77, 77, 79, 0.15) !important;
}
.\!bg-basic-transparent-500\/20 {
  background-color: rgba(77, 77, 79, 0.2) !important;
}
.\!bg-basic-transparent-500\/25 {
  background-color: rgba(77, 77, 79, 0.25) !important;
}
.\!bg-basic-transparent-500\/30 {
  background-color: rgba(77, 77, 79, 0.3) !important;
}
.\!bg-basic-transparent-500\/35 {
  background-color: rgba(77, 77, 79, 0.35) !important;
}
.\!bg-basic-transparent-500\/40 {
  background-color: rgba(77, 77, 79, 0.4) !important;
}
.\!bg-basic-transparent-500\/45 {
  background-color: rgba(77, 77, 79, 0.45) !important;
}
.\!bg-basic-transparent-500\/5 {
  background-color: rgba(77, 77, 79, 0.05) !important;
}
.\!bg-basic-transparent-500\/50 {
  background-color: rgba(77, 77, 79, 0.5) !important;
}
.\!bg-basic-transparent-500\/55 {
  background-color: rgba(77, 77, 79, 0.55) !important;
}
.\!bg-basic-transparent-500\/60 {
  background-color: rgba(77, 77, 79, 0.6) !important;
}
.\!bg-basic-transparent-500\/65 {
  background-color: rgba(77, 77, 79, 0.65) !important;
}
.\!bg-basic-transparent-500\/70 {
  background-color: rgba(77, 77, 79, 0.7) !important;
}
.\!bg-basic-transparent-500\/75 {
  background-color: rgba(77, 77, 79, 0.75) !important;
}
.\!bg-basic-transparent-500\/80 {
  background-color: rgba(77, 77, 79, 0.8) !important;
}
.\!bg-basic-transparent-500\/85 {
  background-color: rgba(77, 77, 79, 0.85) !important;
}
.\!bg-basic-transparent-500\/90 {
  background-color: rgba(77, 77, 79, 0.9) !important;
}
.\!bg-basic-transparent-500\/95 {
  background-color: rgba(77, 77, 79, 0.95) !important;
}
.\!bg-beige {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 245, 240, 1) !important;
  background-color: rgba(246, 245, 240, var(--tw-bg-opacity)) !important;
}
.\!bg-beige\/0 {
  background-color: rgba(246, 245, 240, 0) !important;
}
.\!bg-beige\/10 {
  background-color: rgba(246, 245, 240, 0.1) !important;
}
.\!bg-beige\/100 {
  background-color: rgba(246, 245, 240, 1) !important;
}
.\!bg-beige\/15 {
  background-color: rgba(246, 245, 240, 0.15) !important;
}
.\!bg-beige\/20 {
  background-color: rgba(246, 245, 240, 0.2) !important;
}
.\!bg-beige\/25 {
  background-color: rgba(246, 245, 240, 0.25) !important;
}
.\!bg-beige\/30 {
  background-color: rgba(246, 245, 240, 0.3) !important;
}
.\!bg-beige\/35 {
  background-color: rgba(246, 245, 240, 0.35) !important;
}
.\!bg-beige\/40 {
  background-color: rgba(246, 245, 240, 0.4) !important;
}
.\!bg-beige\/45 {
  background-color: rgba(246, 245, 240, 0.45) !important;
}
.\!bg-beige\/5 {
  background-color: rgba(246, 245, 240, 0.05) !important;
}
.\!bg-beige\/50 {
  background-color: rgba(246, 245, 240, 0.5) !important;
}
.\!bg-beige\/55 {
  background-color: rgba(246, 245, 240, 0.55) !important;
}
.\!bg-beige\/60 {
  background-color: rgba(246, 245, 240, 0.6) !important;
}
.\!bg-beige\/65 {
  background-color: rgba(246, 245, 240, 0.65) !important;
}
.\!bg-beige\/70 {
  background-color: rgba(246, 245, 240, 0.7) !important;
}
.\!bg-beige\/75 {
  background-color: rgba(246, 245, 240, 0.75) !important;
}
.\!bg-beige\/80 {
  background-color: rgba(246, 245, 240, 0.8) !important;
}
.\!bg-beige\/85 {
  background-color: rgba(246, 245, 240, 0.85) !important;
}
.\!bg-beige\/90 {
  background-color: rgba(246, 245, 240, 0.9) !important;
}
.\!bg-beige\/95 {
  background-color: rgba(246, 245, 240, 0.95) !important;
}
.\!bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 180, 231, 1) !important;
  background-color: rgba(60, 180, 231, var(--tw-bg-opacity)) !important;
}
.\!bg-blue\/0 {
  background-color: rgba(60, 180, 231, 0) !important;
}
.\!bg-blue\/10 {
  background-color: rgba(60, 180, 231, 0.1) !important;
}
.\!bg-blue\/100 {
  background-color: rgba(60, 180, 231, 1) !important;
}
.\!bg-blue\/15 {
  background-color: rgba(60, 180, 231, 0.15) !important;
}
.\!bg-blue\/20 {
  background-color: rgba(60, 180, 231, 0.2) !important;
}
.\!bg-blue\/25 {
  background-color: rgba(60, 180, 231, 0.25) !important;
}
.\!bg-blue\/30 {
  background-color: rgba(60, 180, 231, 0.3) !important;
}
.\!bg-blue\/35 {
  background-color: rgba(60, 180, 231, 0.35) !important;
}
.\!bg-blue\/40 {
  background-color: rgba(60, 180, 231, 0.4) !important;
}
.\!bg-blue\/45 {
  background-color: rgba(60, 180, 231, 0.45) !important;
}
.\!bg-blue\/5 {
  background-color: rgba(60, 180, 231, 0.05) !important;
}
.\!bg-blue\/50 {
  background-color: rgba(60, 180, 231, 0.5) !important;
}
.\!bg-blue\/55 {
  background-color: rgba(60, 180, 231, 0.55) !important;
}
.\!bg-blue\/60 {
  background-color: rgba(60, 180, 231, 0.6) !important;
}
.\!bg-blue\/65 {
  background-color: rgba(60, 180, 231, 0.65) !important;
}
.\!bg-blue\/70 {
  background-color: rgba(60, 180, 231, 0.7) !important;
}
.\!bg-blue\/75 {
  background-color: rgba(60, 180, 231, 0.75) !important;
}
.\!bg-blue\/80 {
  background-color: rgba(60, 180, 231, 0.8) !important;
}
.\!bg-blue\/85 {
  background-color: rgba(60, 180, 231, 0.85) !important;
}
.\!bg-blue\/90 {
  background-color: rgba(60, 180, 231, 0.9) !important;
}
.\!bg-blue\/95 {
  background-color: rgba(60, 180, 231, 0.95) !important;
}
.\!bg-current {
  background-color: currentColor !important;
}
.\!bg-danger {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 36, 39, 1) !important;
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity)) !important;
}
.\!bg-danger\/0 {
  background-color: rgba(255, 36, 39, 0) !important;
}
.\!bg-danger\/10 {
  background-color: rgba(255, 36, 39, 0.1) !important;
}
.\!bg-danger\/100 {
  background-color: rgba(255, 36, 39, 1) !important;
}
.\!bg-danger\/15 {
  background-color: rgba(255, 36, 39, 0.15) !important;
}
.\!bg-danger\/20 {
  background-color: rgba(255, 36, 39, 0.2) !important;
}
.\!bg-danger\/25 {
  background-color: rgba(255, 36, 39, 0.25) !important;
}
.\!bg-danger\/30 {
  background-color: rgba(255, 36, 39, 0.3) !important;
}
.\!bg-danger\/35 {
  background-color: rgba(255, 36, 39, 0.35) !important;
}
.\!bg-danger\/40 {
  background-color: rgba(255, 36, 39, 0.4) !important;
}
.\!bg-danger\/45 {
  background-color: rgba(255, 36, 39, 0.45) !important;
}
.\!bg-danger\/5 {
  background-color: rgba(255, 36, 39, 0.05) !important;
}
.\!bg-danger\/50 {
  background-color: rgba(255, 36, 39, 0.5) !important;
}
.\!bg-danger\/55 {
  background-color: rgba(255, 36, 39, 0.55) !important;
}
.\!bg-danger\/60 {
  background-color: rgba(255, 36, 39, 0.6) !important;
}
.\!bg-danger\/65 {
  background-color: rgba(255, 36, 39, 0.65) !important;
}
.\!bg-danger\/70 {
  background-color: rgba(255, 36, 39, 0.7) !important;
}
.\!bg-danger\/75 {
  background-color: rgba(255, 36, 39, 0.75) !important;
}
.\!bg-danger\/80 {
  background-color: rgba(255, 36, 39, 0.8) !important;
}
.\!bg-danger\/85 {
  background-color: rgba(255, 36, 39, 0.85) !important;
}
.\!bg-danger\/90 {
  background-color: rgba(255, 36, 39, 0.9) !important;
}
.\!bg-danger\/95 {
  background-color: rgba(255, 36, 39, 0.95) !important;
}
.\!bg-gold {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 117, 80, 1) !important;
  background-color: rgba(133, 117, 80, var(--tw-bg-opacity)) !important;
}
.\!bg-gold\/0 {
  background-color: rgba(133, 117, 80, 0) !important;
}
.\!bg-gold\/10 {
  background-color: rgba(133, 117, 80, 0.1) !important;
}
.\!bg-gold\/100 {
  background-color: rgba(133, 117, 80, 1) !important;
}
.\!bg-gold\/15 {
  background-color: rgba(133, 117, 80, 0.15) !important;
}
.\!bg-gold\/20 {
  background-color: rgba(133, 117, 80, 0.2) !important;
}
.\!bg-gold\/25 {
  background-color: rgba(133, 117, 80, 0.25) !important;
}
.\!bg-gold\/30 {
  background-color: rgba(133, 117, 80, 0.3) !important;
}
.\!bg-gold\/35 {
  background-color: rgba(133, 117, 80, 0.35) !important;
}
.\!bg-gold\/40 {
  background-color: rgba(133, 117, 80, 0.4) !important;
}
.\!bg-gold\/45 {
  background-color: rgba(133, 117, 80, 0.45) !important;
}
.\!bg-gold\/5 {
  background-color: rgba(133, 117, 80, 0.05) !important;
}
.\!bg-gold\/50 {
  background-color: rgba(133, 117, 80, 0.5) !important;
}
.\!bg-gold\/55 {
  background-color: rgba(133, 117, 80, 0.55) !important;
}
.\!bg-gold\/60 {
  background-color: rgba(133, 117, 80, 0.6) !important;
}
.\!bg-gold\/65 {
  background-color: rgba(133, 117, 80, 0.65) !important;
}
.\!bg-gold\/70 {
  background-color: rgba(133, 117, 80, 0.7) !important;
}
.\!bg-gold\/75 {
  background-color: rgba(133, 117, 80, 0.75) !important;
}
.\!bg-gold\/80 {
  background-color: rgba(133, 117, 80, 0.8) !important;
}
.\!bg-gold\/85 {
  background-color: rgba(133, 117, 80, 0.85) !important;
}
.\!bg-gold\/90 {
  background-color: rgba(133, 117, 80, 0.9) !important;
}
.\!bg-gold\/95 {
  background-color: rgba(133, 117, 80, 0.95) !important;
}
.\!bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 104, 104, 1) !important;
  background-color: rgba(104, 104, 104, var(--tw-bg-opacity)) !important;
}
.\!bg-gray\/0 {
  background-color: rgba(104, 104, 104, 0) !important;
}
.\!bg-gray\/10 {
  background-color: rgba(104, 104, 104, 0.1) !important;
}
.\!bg-gray\/100 {
  background-color: rgba(104, 104, 104, 1) !important;
}
.\!bg-gray\/15 {
  background-color: rgba(104, 104, 104, 0.15) !important;
}
.\!bg-gray\/20 {
  background-color: rgba(104, 104, 104, 0.2) !important;
}
.\!bg-gray\/25 {
  background-color: rgba(104, 104, 104, 0.25) !important;
}
.\!bg-gray\/30 {
  background-color: rgba(104, 104, 104, 0.3) !important;
}
.\!bg-gray\/35 {
  background-color: rgba(104, 104, 104, 0.35) !important;
}
.\!bg-gray\/40 {
  background-color: rgba(104, 104, 104, 0.4) !important;
}
.\!bg-gray\/45 {
  background-color: rgba(104, 104, 104, 0.45) !important;
}
.\!bg-gray\/5 {
  background-color: rgba(104, 104, 104, 0.05) !important;
}
.\!bg-gray\/50 {
  background-color: rgba(104, 104, 104, 0.5) !important;
}
.\!bg-gray\/55 {
  background-color: rgba(104, 104, 104, 0.55) !important;
}
.\!bg-gray\/60 {
  background-color: rgba(104, 104, 104, 0.6) !important;
}
.\!bg-gray\/65 {
  background-color: rgba(104, 104, 104, 0.65) !important;
}
.\!bg-gray\/70 {
  background-color: rgba(104, 104, 104, 0.7) !important;
}
.\!bg-gray\/75 {
  background-color: rgba(104, 104, 104, 0.75) !important;
}
.\!bg-gray\/80 {
  background-color: rgba(104, 104, 104, 0.8) !important;
}
.\!bg-gray\/85 {
  background-color: rgba(104, 104, 104, 0.85) !important;
}
.\!bg-gray\/90 {
  background-color: rgba(104, 104, 104, 0.9) !important;
}
.\!bg-gray\/95 {
  background-color: rgba(104, 104, 104, 0.95) !important;
}
.\!bg-info {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 123, 186, 1) !important;
  background-color: rgba(16, 123, 186, var(--tw-bg-opacity)) !important;
}
.\!bg-info\/0 {
  background-color: rgba(16, 123, 186, 0) !important;
}
.\!bg-info\/10 {
  background-color: rgba(16, 123, 186, 0.1) !important;
}
.\!bg-info\/100 {
  background-color: rgba(16, 123, 186, 1) !important;
}
.\!bg-info\/15 {
  background-color: rgba(16, 123, 186, 0.15) !important;
}
.\!bg-info\/20 {
  background-color: rgba(16, 123, 186, 0.2) !important;
}
.\!bg-info\/25 {
  background-color: rgba(16, 123, 186, 0.25) !important;
}
.\!bg-info\/30 {
  background-color: rgba(16, 123, 186, 0.3) !important;
}
.\!bg-info\/35 {
  background-color: rgba(16, 123, 186, 0.35) !important;
}
.\!bg-info\/40 {
  background-color: rgba(16, 123, 186, 0.4) !important;
}
.\!bg-info\/45 {
  background-color: rgba(16, 123, 186, 0.45) !important;
}
.\!bg-info\/5 {
  background-color: rgba(16, 123, 186, 0.05) !important;
}
.\!bg-info\/50 {
  background-color: rgba(16, 123, 186, 0.5) !important;
}
.\!bg-info\/55 {
  background-color: rgba(16, 123, 186, 0.55) !important;
}
.\!bg-info\/60 {
  background-color: rgba(16, 123, 186, 0.6) !important;
}
.\!bg-info\/65 {
  background-color: rgba(16, 123, 186, 0.65) !important;
}
.\!bg-info\/70 {
  background-color: rgba(16, 123, 186, 0.7) !important;
}
.\!bg-info\/75 {
  background-color: rgba(16, 123, 186, 0.75) !important;
}
.\!bg-info\/80 {
  background-color: rgba(16, 123, 186, 0.8) !important;
}
.\!bg-info\/85 {
  background-color: rgba(16, 123, 186, 0.85) !important;
}
.\!bg-info\/90 {
  background-color: rgba(16, 123, 186, 0.9) !important;
}
.\!bg-info\/95 {
  background-color: rgba(16, 123, 186, 0.95) !important;
}
.\!bg-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 0, 140, 1) !important;
  background-color: rgba(236, 0, 140, var(--tw-bg-opacity)) !important;
}
.\!bg-pink\/0 {
  background-color: rgba(236, 0, 140, 0) !important;
}
.\!bg-pink\/10 {
  background-color: rgba(236, 0, 140, 0.1) !important;
}
.\!bg-pink\/100 {
  background-color: rgba(236, 0, 140, 1) !important;
}
.\!bg-pink\/15 {
  background-color: rgba(236, 0, 140, 0.15) !important;
}
.\!bg-pink\/20 {
  background-color: rgba(236, 0, 140, 0.2) !important;
}
.\!bg-pink\/25 {
  background-color: rgba(236, 0, 140, 0.25) !important;
}
.\!bg-pink\/30 {
  background-color: rgba(236, 0, 140, 0.3) !important;
}
.\!bg-pink\/35 {
  background-color: rgba(236, 0, 140, 0.35) !important;
}
.\!bg-pink\/40 {
  background-color: rgba(236, 0, 140, 0.4) !important;
}
.\!bg-pink\/45 {
  background-color: rgba(236, 0, 140, 0.45) !important;
}
.\!bg-pink\/5 {
  background-color: rgba(236, 0, 140, 0.05) !important;
}
.\!bg-pink\/50 {
  background-color: rgba(236, 0, 140, 0.5) !important;
}
.\!bg-pink\/55 {
  background-color: rgba(236, 0, 140, 0.55) !important;
}
.\!bg-pink\/60 {
  background-color: rgba(236, 0, 140, 0.6) !important;
}
.\!bg-pink\/65 {
  background-color: rgba(236, 0, 140, 0.65) !important;
}
.\!bg-pink\/70 {
  background-color: rgba(236, 0, 140, 0.7) !important;
}
.\!bg-pink\/75 {
  background-color: rgba(236, 0, 140, 0.75) !important;
}
.\!bg-pink\/80 {
  background-color: rgba(236, 0, 140, 0.8) !important;
}
.\!bg-pink\/85 {
  background-color: rgba(236, 0, 140, 0.85) !important;
}
.\!bg-pink\/90 {
  background-color: rgba(236, 0, 140, 0.9) !important;
}
.\!bg-pink\/95 {
  background-color: rgba(236, 0, 140, 0.95) !important;
}
.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 36, 39, 1) !important;
  background-color: rgba(255, 36, 39, var(--tw-bg-opacity)) !important;
}
.\!bg-primary\/0 {
  background-color: rgba(255, 36, 39, 0) !important;
}
.\!bg-primary\/10 {
  background-color: rgba(255, 36, 39, 0.1) !important;
}
.\!bg-primary\/100 {
  background-color: rgba(255, 36, 39, 1) !important;
}
.\!bg-primary\/15 {
  background-color: rgba(255, 36, 39, 0.15) !important;
}
.\!bg-primary\/20 {
  background-color: rgba(255, 36, 39, 0.2) !important;
}
.\!bg-primary\/25 {
  background-color: rgba(255, 36, 39, 0.25) !important;
}
.\!bg-primary\/30 {
  background-color: rgba(255, 36, 39, 0.3) !important;
}
.\!bg-primary\/35 {
  background-color: rgba(255, 36, 39, 0.35) !important;
}
.\!bg-primary\/40 {
  background-color: rgba(255, 36, 39, 0.4) !important;
}
.\!bg-primary\/45 {
  background-color: rgba(255, 36, 39, 0.45) !important;
}
.\!bg-primary\/5 {
  background-color: rgba(255, 36, 39, 0.05) !important;
}
.\!bg-primary\/50 {
  background-color: rgba(255, 36, 39, 0.5) !important;
}
.\!bg-primary\/55 {
  background-color: rgba(255, 36, 39, 0.55) !important;
}
.\!bg-primary\/60 {
  background-color: rgba(255, 36, 39, 0.6) !important;
}
.\!bg-primary\/65 {
  background-color: rgba(255, 36, 39, 0.65) !important;
}
.\!bg-primary\/70 {
  background-color: rgba(255, 36, 39, 0.7) !important;
}
.\!bg-primary\/75 {
  background-color: rgba(255, 36, 39, 0.75) !important;
}
.\!bg-primary\/80 {
  background-color: rgba(255, 36, 39, 0.8) !important;
}
.\!bg-primary\/85 {
  background-color: rgba(255, 36, 39, 0.85) !important;
}
.\!bg-primary\/90 {
  background-color: rgba(255, 36, 39, 0.9) !important;
}
.\!bg-primary\/95 {
  background-color: rgba(255, 36, 39, 0.95) !important;
}
.\!bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, 1) !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}
.\!bg-red-200\/0 {
  background-color: rgba(254, 202, 202, 0) !important;
}
.\!bg-red-200\/10 {
  background-color: rgba(254, 202, 202, 0.1) !important;
}
.\!bg-red-200\/100 {
  background-color: rgba(254, 202, 202, 1) !important;
}
.\!bg-red-200\/15 {
  background-color: rgba(254, 202, 202, 0.15) !important;
}
.\!bg-red-200\/20 {
  background-color: rgba(254, 202, 202, 0.2) !important;
}
.\!bg-red-200\/25 {
  background-color: rgba(254, 202, 202, 0.25) !important;
}
.\!bg-red-200\/30 {
  background-color: rgba(254, 202, 202, 0.3) !important;
}
.\!bg-red-200\/35 {
  background-color: rgba(254, 202, 202, 0.35) !important;
}
.\!bg-red-200\/40 {
  background-color: rgba(254, 202, 202, 0.4) !important;
}
.\!bg-red-200\/45 {
  background-color: rgba(254, 202, 202, 0.45) !important;
}
.\!bg-red-200\/5 {
  background-color: rgba(254, 202, 202, 0.05) !important;
}
.\!bg-red-200\/50 {
  background-color: rgba(254, 202, 202, 0.5) !important;
}
.\!bg-red-200\/55 {
  background-color: rgba(254, 202, 202, 0.55) !important;
}
.\!bg-red-200\/60 {
  background-color: rgba(254, 202, 202, 0.6) !important;
}
.\!bg-red-200\/65 {
  background-color: rgba(254, 202, 202, 0.65) !important;
}
.\!bg-red-200\/70 {
  background-color: rgba(254, 202, 202, 0.7) !important;
}
.\!bg-red-200\/75 {
  background-color: rgba(254, 202, 202, 0.75) !important;
}
.\!bg-red-200\/80 {
  background-color: rgba(254, 202, 202, 0.8) !important;
}
.\!bg-red-200\/85 {
  background-color: rgba(254, 202, 202, 0.85) !important;
}
.\!bg-red-200\/90 {
  background-color: rgba(254, 202, 202, 0.9) !important;
}
.\!bg-red-200\/95 {
  background-color: rgba(254, 202, 202, 0.95) !important;
}
.\!bg-success {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(62, 170, 25, 1) !important;
  background-color: rgba(62, 170, 25, var(--tw-bg-opacity)) !important;
}
.\!bg-success\/0 {
  background-color: rgba(62, 170, 25, 0) !important;
}
.\!bg-success\/10 {
  background-color: rgba(62, 170, 25, 0.1) !important;
}
.\!bg-success\/100 {
  background-color: rgba(62, 170, 25, 1) !important;
}
.\!bg-success\/15 {
  background-color: rgba(62, 170, 25, 0.15) !important;
}
.\!bg-success\/20 {
  background-color: rgba(62, 170, 25, 0.2) !important;
}
.\!bg-success\/25 {
  background-color: rgba(62, 170, 25, 0.25) !important;
}
.\!bg-success\/30 {
  background-color: rgba(62, 170, 25, 0.3) !important;
}
.\!bg-success\/35 {
  background-color: rgba(62, 170, 25, 0.35) !important;
}
.\!bg-success\/40 {
  background-color: rgba(62, 170, 25, 0.4) !important;
}
.\!bg-success\/45 {
  background-color: rgba(62, 170, 25, 0.45) !important;
}
.\!bg-success\/5 {
  background-color: rgba(62, 170, 25, 0.05) !important;
}
.\!bg-success\/50 {
  background-color: rgba(62, 170, 25, 0.5) !important;
}
.\!bg-success\/55 {
  background-color: rgba(62, 170, 25, 0.55) !important;
}
.\!bg-success\/60 {
  background-color: rgba(62, 170, 25, 0.6) !important;
}
.\!bg-success\/65 {
  background-color: rgba(62, 170, 25, 0.65) !important;
}
.\!bg-success\/70 {
  background-color: rgba(62, 170, 25, 0.7) !important;
}
.\!bg-success\/75 {
  background-color: rgba(62, 170, 25, 0.75) !important;
}
.\!bg-success\/80 {
  background-color: rgba(62, 170, 25, 0.8) !important;
}
.\!bg-success\/85 {
  background-color: rgba(62, 170, 25, 0.85) !important;
}
.\!bg-success\/90 {
  background-color: rgba(62, 170, 25, 0.9) !important;
}
.\!bg-success\/95 {
  background-color: rgba(62, 170, 25, 0.95) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-transparent\/0 {
  background-color: rgba(0, 0, 0, 0) !important;
}
.\!bg-transparent\/10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.\!bg-transparent\/100 {
  background-color: rgba(0, 0, 0, 1) !important;
}
.\!bg-transparent\/15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.\!bg-transparent\/20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.\!bg-transparent\/25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.\!bg-transparent\/30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.\!bg-transparent\/35 {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.\!bg-transparent\/40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.\!bg-transparent\/45 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
.\!bg-transparent\/5 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.\!bg-transparent\/50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.\!bg-transparent\/55 {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.\!bg-transparent\/60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.\!bg-transparent\/65 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.\!bg-transparent\/70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.\!bg-transparent\/75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.\!bg-transparent\/80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.\!bg-transparent\/85 {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.\!bg-transparent\/90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.\!bg-transparent\/95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.\!bg-turquoise {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 177, 170, 1) !important;
  background-color: rgba(0, 177, 170, var(--tw-bg-opacity)) !important;
}
.\!bg-turquoise\/0 {
  background-color: rgba(0, 177, 170, 0) !important;
}
.\!bg-turquoise\/10 {
  background-color: rgba(0, 177, 170, 0.1) !important;
}
.\!bg-turquoise\/100 {
  background-color: rgba(0, 177, 170, 1) !important;
}
.\!bg-turquoise\/15 {
  background-color: rgba(0, 177, 170, 0.15) !important;
}
.\!bg-turquoise\/20 {
  background-color: rgba(0, 177, 170, 0.2) !important;
}
.\!bg-turquoise\/25 {
  background-color: rgba(0, 177, 170, 0.25) !important;
}
.\!bg-turquoise\/30 {
  background-color: rgba(0, 177, 170, 0.3) !important;
}
.\!bg-turquoise\/35 {
  background-color: rgba(0, 177, 170, 0.35) !important;
}
.\!bg-turquoise\/40 {
  background-color: rgba(0, 177, 170, 0.4) !important;
}
.\!bg-turquoise\/45 {
  background-color: rgba(0, 177, 170, 0.45) !important;
}
.\!bg-turquoise\/5 {
  background-color: rgba(0, 177, 170, 0.05) !important;
}
.\!bg-turquoise\/50 {
  background-color: rgba(0, 177, 170, 0.5) !important;
}
.\!bg-turquoise\/55 {
  background-color: rgba(0, 177, 170, 0.55) !important;
}
.\!bg-turquoise\/60 {
  background-color: rgba(0, 177, 170, 0.6) !important;
}
.\!bg-turquoise\/65 {
  background-color: rgba(0, 177, 170, 0.65) !important;
}
.\!bg-turquoise\/70 {
  background-color: rgba(0, 177, 170, 0.7) !important;
}
.\!bg-turquoise\/75 {
  background-color: rgba(0, 177, 170, 0.75) !important;
}
.\!bg-turquoise\/80 {
  background-color: rgba(0, 177, 170, 0.8) !important;
}
.\!bg-turquoise\/85 {
  background-color: rgba(0, 177, 170, 0.85) !important;
}
.\!bg-turquoise\/90 {
  background-color: rgba(0, 177, 170, 0.9) !important;
}
.\!bg-turquoise\/95 {
  background-color: rgba(0, 177, 170, 0.95) !important;
}
.\!bg-violet {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 37, 143, 1) !important;
  background-color: rgba(154, 37, 143, var(--tw-bg-opacity)) !important;
}
.\!bg-violet\/0 {
  background-color: rgba(154, 37, 143, 0) !important;
}
.\!bg-violet\/10 {
  background-color: rgba(154, 37, 143, 0.1) !important;
}
.\!bg-violet\/100 {
  background-color: rgba(154, 37, 143, 1) !important;
}
.\!bg-violet\/15 {
  background-color: rgba(154, 37, 143, 0.15) !important;
}
.\!bg-violet\/20 {
  background-color: rgba(154, 37, 143, 0.2) !important;
}
.\!bg-violet\/25 {
  background-color: rgba(154, 37, 143, 0.25) !important;
}
.\!bg-violet\/30 {
  background-color: rgba(154, 37, 143, 0.3) !important;
}
.\!bg-violet\/35 {
  background-color: rgba(154, 37, 143, 0.35) !important;
}
.\!bg-violet\/40 {
  background-color: rgba(154, 37, 143, 0.4) !important;
}
.\!bg-violet\/45 {
  background-color: rgba(154, 37, 143, 0.45) !important;
}
.\!bg-violet\/5 {
  background-color: rgba(154, 37, 143, 0.05) !important;
}
.\!bg-violet\/50 {
  background-color: rgba(154, 37, 143, 0.5) !important;
}
.\!bg-violet\/55 {
  background-color: rgba(154, 37, 143, 0.55) !important;
}
.\!bg-violet\/60 {
  background-color: rgba(154, 37, 143, 0.6) !important;
}
.\!bg-violet\/65 {
  background-color: rgba(154, 37, 143, 0.65) !important;
}
.\!bg-violet\/70 {
  background-color: rgba(154, 37, 143, 0.7) !important;
}
.\!bg-violet\/75 {
  background-color: rgba(154, 37, 143, 0.75) !important;
}
.\!bg-violet\/80 {
  background-color: rgba(154, 37, 143, 0.8) !important;
}
.\!bg-violet\/85 {
  background-color: rgba(154, 37, 143, 0.85) !important;
}
.\!bg-violet\/90 {
  background-color: rgba(154, 37, 143, 0.9) !important;
}
.\!bg-violet\/95 {
  background-color: rgba(154, 37, 143, 0.95) !important;
}
.\!bg-warning {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 141, 0, 1) !important;
  background-color: rgba(218, 141, 0, var(--tw-bg-opacity)) !important;
}
.\!bg-warning\/0 {
  background-color: rgba(218, 141, 0, 0) !important;
}
.\!bg-warning\/10 {
  background-color: rgba(218, 141, 0, 0.1) !important;
}
.\!bg-warning\/100 {
  background-color: rgba(218, 141, 0, 1) !important;
}
.\!bg-warning\/15 {
  background-color: rgba(218, 141, 0, 0.15) !important;
}
.\!bg-warning\/20 {
  background-color: rgba(218, 141, 0, 0.2) !important;
}
.\!bg-warning\/25 {
  background-color: rgba(218, 141, 0, 0.25) !important;
}
.\!bg-warning\/30 {
  background-color: rgba(218, 141, 0, 0.3) !important;
}
.\!bg-warning\/35 {
  background-color: rgba(218, 141, 0, 0.35) !important;
}
.\!bg-warning\/40 {
  background-color: rgba(218, 141, 0, 0.4) !important;
}
.\!bg-warning\/45 {
  background-color: rgba(218, 141, 0, 0.45) !important;
}
.\!bg-warning\/5 {
  background-color: rgba(218, 141, 0, 0.05) !important;
}
.\!bg-warning\/50 {
  background-color: rgba(218, 141, 0, 0.5) !important;
}
.\!bg-warning\/55 {
  background-color: rgba(218, 141, 0, 0.55) !important;
}
.\!bg-warning\/60 {
  background-color: rgba(218, 141, 0, 0.6) !important;
}
.\!bg-warning\/65 {
  background-color: rgba(218, 141, 0, 0.65) !important;
}
.\!bg-warning\/70 {
  background-color: rgba(218, 141, 0, 0.7) !important;
}
.\!bg-warning\/75 {
  background-color: rgba(218, 141, 0, 0.75) !important;
}
.\!bg-warning\/80 {
  background-color: rgba(218, 141, 0, 0.8) !important;
}
.\!bg-warning\/85 {
  background-color: rgba(218, 141, 0, 0.85) !important;
}
.\!bg-warning\/90 {
  background-color: rgba(218, 141, 0, 0.9) !important;
}
.\!bg-warning\/95 {
  background-color: rgba(218, 141, 0, 0.95) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.\!bg-white\/0 {
  background-color: rgba(255, 255, 255, 0) !important;
}
.\!bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.\!bg-white\/100 {
  background-color: rgba(255, 255, 255, 1) !important;
}
.\!bg-white\/15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.\!bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.\!bg-white\/25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.\!bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.\!bg-white\/35 {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
.\!bg-white\/40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.\!bg-white\/45 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}
.\!bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.\!bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.\!bg-white\/55 {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.\!bg-white\/60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.\!bg-white\/65 {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
.\!bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.\!bg-white\/75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.\!bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.\!bg-white\/85 {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.\!bg-white\/90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.\!bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.bg-basic-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, 1);
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.bg-basic-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 226, 1);
  background-color: rgba(229, 229, 226, var(--tw-bg-opacity));
}
.bg-basic-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 140, 142, 1);
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity));
}
.bg-basic-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 77, 79, 1);
  background-color: rgba(77, 77, 79, var(--tw-bg-opacity));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 170, 25, 1);
  background-color: rgba(62, 170, 25, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.\!bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}
.\!bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.\!bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}
.\!bg-opacity-15 {
  --tw-bg-opacity: 0.15 !important;
}
.\!bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.\!bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}
.\!bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.\!bg-opacity-35 {
  --tw-bg-opacity: 0.35 !important;
}
.\!bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.\!bg-opacity-45 {
  --tw-bg-opacity: 0.45 !important;
}
.\!bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.\!bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.\!bg-opacity-55 {
  --tw-bg-opacity: 0.55 !important;
}
.\!bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.\!bg-opacity-65 {
  --tw-bg-opacity: 0.65 !important;
}
.\!bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}
.\!bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}
.\!bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}
.\!bg-opacity-85 {
  --tw-bg-opacity: 0.85 !important;
}
.\!bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.\!bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}
.\!bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}
.\!bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}
.\!bg-none {
  background-image: none !important;
}
.\!bg-auto {
  background-size: auto !important;
}
.\!bg-contain {
  background-size: contain !important;
}
.\!bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain;
}
.\!bg-bottom {
  background-position: bottom !important;
}
.\!bg-center {
  background-position: center !important;
}
.\!bg-left {
  background-position: left !important;
}
.\!bg-left-bottom {
  background-position: left bottom !important;
}
.\!bg-left-top {
  background-position: left top !important;
}
.\!bg-right {
  background-position: right !important;
}
.\!bg-right-bottom {
  background-position: right bottom !important;
}
.\!bg-right-top {
  background-position: right top !important;
}
.\!bg-top {
  background-position: top !important;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-3 {
  padding: 0.75rem !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-5 {
  padding: 1.25rem !important;
}
.\!p-6 {
  padding: 1.5rem !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.\!px-\[6px\] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.\!py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pb-12 {
  padding-bottom: 3rem !important;
}
.\!pb-3 {
  padding-bottom: 0.75rem !important;
}
.\!pb-4 {
  padding-bottom: 1rem !important;
}
.\!pb-6 {
  padding-bottom: 1.5rem !important;
}
.\!pb-\[6px\] {
  padding-bottom: 6px !important;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.\!pl-3 {
  padding-left: 0.75rem !important;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pl-6 {
  padding-left: 1.5rem !important;
}
.\!pl-7 {
  padding-left: 1.75rem !important;
}
.\!pl-\[6px\] {
  padding-left: 6px !important;
}
.\!pr-1 {
  padding-right: 0.25rem !important;
}
.\!pr-12 {
  padding-right: 3rem !important;
}
.\!pr-2 {
  padding-right: 0.5rem !important;
}
.\!pr-3 {
  padding-right: 0.75rem !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.\!pr-6 {
  padding-right: 1.5rem !important;
}
.\!pr-\[6px\] {
  padding-right: 6px !important;
}
.\!pt-1 {
  padding-top: 0.25rem !important;
}
.\!pt-24 {
  padding-top: 6rem !important;
}
.\!pt-3 {
  padding-top: 0.75rem !important;
}
.\!pt-4 {
  padding-top: 1rem !important;
}
.\!pt-6 {
  padding-top: 1.5rem !important;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-px {
  padding-left: 1px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-3xs {
  font-size: 0.5625rem;
  line-height: 0.875rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs {
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-none {
  line-height: 1;
}
.\!text-basic-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 79, 1) !important;
  color: rgba(77, 77, 79, var(--tw-text-opacity)) !important;
}
.\!text-danger {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 36, 39, 1) !important;
  color: rgba(255, 36, 39, var(--tw-text-opacity)) !important;
}
.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 36, 39, 1) !important;
  color: rgba(255, 36, 39, var(--tw-text-opacity)) !important;
}
.\!text-success {
  --tw-text-opacity: 1 !important;
  color: rgba(62, 170, 25, 1) !important;
  color: rgba(62, 170, 25, var(--tw-text-opacity)) !important;
}
.\!text-warning {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 141, 0, 1) !important;
  color: rgba(218, 141, 0, var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-basic-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 226, 1);
  color: rgba(229, 229, 226, var(--tw-text-opacity));
}
.text-basic-500 {
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.text-basic-600 {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.text-basic-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.text-basic-900 {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgba(255, 36, 39, 1);
  color: rgba(255, 36, 39, var(--tw-text-opacity));
}
.text-info {
  --tw-text-opacity: 1;
  color: rgba(16, 123, 186, 1);
  color: rgba(16, 123, 186, var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgba(62, 170, 25, 1);
  color: rgba(62, 170, 25, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-light {
  --tw-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-medium {
  --tw-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 8px 24px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-small {
  --tw-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bg-underline {
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% calc(100% - 1px), 0 calc(100% - 1px);
  background-repeat: no-repeat;
  transition: background-size 0.4s 0.1s ease-out;
}
.bg-underline.reverse {
  background-position: 0% 100%, 100% 100%;
}
.container-grid {
  --max: calc((var(--container-max-width) - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, calc((1776px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start]
            minmax(0, calc((1776px - (0.5rem * 11)) / 12))
            [content-gap]
            calc(0.5rem / 2)
            [half]
            calc(0.5rem / 2)
            repeat(5, [content-start] minmax(0, calc((1776px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start] minmax(0, calc((1776px - (0.5rem * 11)) / 12))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start]
            minmax(0, var(--max))
            [content-gap]
            calc(var(--gap) / 2)
            [half]
            calc(var(--gap) / 2)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start] minmax(0, var(--max))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-auto-rows: auto;
  width: 100%;
}
/* Underline */
.bg-underline {
    background-image: linear-gradient(transparent, transparent),
      linear-gradient(currentColor, currentColor);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% calc(100% - 1px), 0 calc(100% - 1px);
    background-repeat: no-repeat;
    transition: background-size 0.4s 0.1s ease-out;
  }
.bg-underline.reverse {
      background-position: 0% 100%, 100% 100%;
    }
a:hover > .bg-underline,
      button:hover > .bg-underline,
      a.bg-underline:hover,
      button.bg-underline:hover {
        background-size: 0 0.1em, 100% 0.1em;
        transition: background-size 0.5s 0s ease-out;
      }
.hide-scrollbar {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
.hide-scrollbar::-webkit-scrollbar {
      width: 0 !important;
    }
.hide-scrollbar::-webkit-scrollbar {
      display: none;
    }
.custom-scrollbar {
    padding-right: 0.75rem;
  }
@supports not selector(::-webkit-scrollbar) {

  .custom-scrollbar {
      scrollbar-width: thin;
      scrollbar-color: #898C8E transparent;
  }
    }
.custom-scrollbar::-webkit-scrollbar {
      width: 6px;
      border-radius: 4px;
      background-color: transparent
    }
.custom-scrollbar::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #898C8E
    }
.visually-hidden {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 1px;
}
.full {
    grid-column: 1 / -1;
  }
.content {
    grid-column: content;
  }
.content-start-1 {
    grid-column-start: content-start 1;
  }
.flex-full {
    flex: 0 1 100%;
  }
[class^="status-"], [class*="status-"] {
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.custom-table [class^="status-"],.custom-table  [class*="status-"] {
    font-size: 10px;
  }
[class^="status-"]::before, [class*="status-"]::before {
    font-family: 'JUB-iconset-light' !important;
    line-height: 1 !important;
  }
[class^="status-"]::before, [class*="status-"]::before {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 4px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
/* In preparation */
.status-0::before {
    content: "";
    color: #107BBA;
  }
/* Sent to SAP */
.status-1::before {
    content: "\ea18";
    color: #107BBA;
  }
/* Sent to SAP, again */
.status-2::before {
    content: "\ea18";
    color: #107BBA;
  }
/* Waiting approval */
.status-5::before {
    content: "\ea11";
    color: #107BBA;
  }
/* Denied */
.status-6 {
  --tw-text-opacity: 1;
  color: rgba(255, 36, 39, 1);
  color: rgba(255, 36, 39, var(--tw-text-opacity));
}
.status-6::before {
    content: "\e9da";
    color: #FF2427;
  }
/* Cancelled */
.status-8 {
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity));
}
.status-8::before {
    content: "\e92e";
    color: #898C8E;
  }
/* Transfer error */
.status-9 {
  --tw-text-opacity: 1;
  color: rgba(255, 36, 39, 1);
  color: rgba(255, 36, 39, var(--tw-text-opacity));
}
.status-9::before {
    content: "\ea07";
    color: #FF2427;
  }
/* Ready for review */
.status-11 {
  --tw-text-opacity: 1;
  color: rgba(218, 141, 0, 1);
  color: rgba(218, 141, 0, var(--tw-text-opacity));
}
.status-11::before {
    content: "\ea10";
    color: #DA8D00;
  }
/* In review */
.status-12 {
  --tw-text-opacity: 1;
  color: rgba(218, 141, 0, 1);
  color: rgba(218, 141, 0, var(--tw-text-opacity));
}
.status-12::before {
    content: "\ea10";
    color: #DA8D00;
  }
/* Processing */
.status-21 {
  --tw-text-opacity: 1;
  color: rgba(218, 141, 0, 1);
  color: rgba(218, 141, 0, var(--tw-text-opacity));
}
.status-21::before {
    content: "\ea10";
    color: #DA8D00;
  }
/* Pending approval */
.status-22 {
  --tw-text-opacity: 1;
  color: rgba(218, 141, 0, 1);
  color: rgba(218, 141, 0, var(--tw-text-opacity));
}
.status-22::before {
    content: "\ea10";
    color: #DA8D00;
  }
/* Preparation of shipment */
.status-30::before {
    content: "";
    color: #107BBA;
  }
/* Half-approved */
.status-31::before {
    content: "\e93a";
    color: #3EAA19;
  }
/* Approved */
.status-32::before {
    content: "\e93a";
    color: #3EAA19;
  }
/* SAP shipped */
.status-40::before {
    content: "";
    color: #107BBA;
  }
/* Half shipped */
.status-41::before {
    content: "\ea1e";
    color: #DA8D00;
  }
/* Shipped */
.status-42::before {
    content: "\ea1e";
    color: #3EAA19;
  }
/* Delivery note cancelled - dobavnica stornirana */
.status-49::before {
    content: "";
    color: #107BBA;
  }
/* Not approved */
.status-90::before {
    content: "\e93e";
    color: #4D4D4F;
  }
/* Not in stock */
.status-91::before {
    content: "\e93e";
    color: #4D4D4F;
  }
.status-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
}
.status-circle::before {
    content: normal;
    content: initial;
  }
#productListing .dx-datagrid {
  background-color: transparent;
}
#productListing .dx-toolbar {
  margin-bottom: 3rem;
  background-color: transparent;
}
#productListing table.dx-datagrid-table {
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
#productListing table.dx-datagrid-table > * {
      grid-column: auto;
    }
#productListing table.dx-datagrid-table > *:not(.dx-row) {
        position: absolute;
      }
#productListing table.dx-datagrid-table > .dx-data-row + .dx-freespace-row {
        display: none;
      }
#productListing .product-card {
    white-space: normal;
  }
#productListing tbody[role="presentation"] +.dx-freespace-row {
      grid-row: 1;
      grid-column: 1 / -1;
    }
#productListing tbody[role="presentation"] +.dx-freespace-row tr, #productListing tbody[role="presentation"] +.dx-freespace-row td {
        width: 100%;
        display: block;
      }
.nav-toggle {
  bottom: calc(100% + 1rem);
}
aside {
  transition: opacity 0.6s ease, z-index 0s;
}
.hide-nav aside {
    opacity: 0;
    width: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease, width 0s 0.3s, z-index 0s 0.3s;
  }
.hide-nav .container-grid:not(#header) > .gap-10 {
        gap: 0;
        transition: gap 0s 0.3s ease;
      }
.hover\:bg-basic-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 226, 1);
  background-color: rgba(229, 229, 226, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:text-basic-700:hover {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 79, 1);
  color: rgba(77, 77, 79, var(--tw-text-opacity));
}
.hover\:text-danger:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 36, 39, 1);
  color: rgba(255, 36, 39, var(--tw-text-opacity));
}
.hover\:text-success:hover {
  --tw-text-opacity: 1;
  color: rgba(62, 170, 25, 1);
  color: rgba(62, 170, 25, var(--tw-text-opacity));
}
.hover\:shadow-medium:hover {
  --tw-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 8px 24px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.disabled\:opacity-5:disabled {
  opacity: 0.05;
}
@media not all and (min-width: 576px) {

  .max-sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * (1 - 0));
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
    border-top-width: calc(1px * calc(1 - 0));
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * 0);
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
}
@media (min-width: 576px) {

  .sm\:w-\[424px\] {
    width: 424px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * 0);
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * (1 - 0));
    border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
    border-left-width: calc(1px * calc(1 - 0));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:\!p-6 {
    padding: 1.5rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:content-span-7 {
    grid-column-end: span 7 content-gap;
  }
}
@media (min-width: 912px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:content-start-7 {
    grid-column-start: content-start 7;
  }
  .lg\:content-span-6 {
    grid-column-end: span 6 content-gap;
  }
}
@media (min-width: 1024px) {

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1280px) {

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline {
    display: inline;
  }
  .\32xl\:content-start-7 {
    grid-column-start: content-start 7;
  }
  .\32xl\:content-span-4 {
    grid-column-end: span 4 content-gap;
  }
  .\32xl\:content-span-6 {
    grid-column-end: span 6 content-gap;
  }
}
